Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 17, 2024
1 parent 91d2e31 commit 3bcf7fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ jobs:
testsuite: replication
token: ${{ secrets.CODECOV_TOKEN }}

- name: Debug wait
uses: ./.github/actions/debug-wait
timeout-minutes: 60
if: always()

- name: run feature lifecycle tests
uses: ./.github/actions/ft-test
with:
Expand Down Expand Up @@ -197,9 +202,3 @@ jobs:
# will crash if they end up in memory all at the same time (circuit breaking
# ineffective) while waiting to be committed to the kafka topic.
NODE_OPTIONS: '--max-old-space-size=150'

- name: Debug wait
uses: ./.github/actions/debug-wait
timeout-minutes: 60
if: failure() && runner.debug == '1'

2 changes: 1 addition & 1 deletion conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"metrics": {
Expand Down
2 changes: 1 addition & 1 deletion tests/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"metrics": {
Expand Down
2 changes: 1 addition & 1 deletion tests/config.notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"server": {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/lib/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"metrics": {
Expand Down

0 comments on commit 3bcf7fc

Please sign in to comment.