Skip to content

Commit c898781

Browse files
MarcoFalkeknst
authored andcommitted
Merge bitcoin#26912: ci: Bump --combinedlogslen to debug intermittent issues
faddb73 ci: Bump --combinedlogslen to debug intermittent issues (MarcoFalke) Pull request description: May help to debug intermittent issues such as bitcoin#26808 ACKs for top commit: fanquake: ACK faddb73 - if this is going to improve the chance of tracking down intermittent failures. Tree-SHA512: f844856ede71b9fb816c39bfba6241e35480db71bdc2e534d4746a666114bfc82f9dea804f70201fbf8af32eb579b7eab3c164a0bb2f77268b5554467ff6e97d
1 parent d4e4972 commit c898781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dash/test_integrationtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ EXTRA_ARGS="--dashd-arg=-socketevents=$SOCKETEVENTS"
4444

4545
set +e
4646
# shellcheck disable=SC2086
47-
LD_LIBRARY_PATH="$DEPENDS_DIR/$HOST/lib" ./test/functional/test_runner.py --ci --attempts=3 --ansi --combinedlogslen=4000 --timeout-factor="${TEST_RUNNER_TIMEOUT_FACTOR}" ${TEST_RUNNER_EXTRA} --failfast --nocleanup --tmpdir="$(pwd)/testdatadirs" $PASS_ARGS $EXTRA_ARGS
47+
LD_LIBRARY_PATH="$DEPENDS_DIR/$HOST/lib" ./test/functional/test_runner.py --ci --attempts=3 --ansi --combinedlogslen=99999999 --timeout-factor="${TEST_RUNNER_TIMEOUT_FACTOR}" ${TEST_RUNNER_EXTRA} --failfast --nocleanup --tmpdir="$(pwd)/testdatadirs" $PASS_ARGS $EXTRA_ARGS
4848
RESULT=$?
4949
set -e
5050

0 commit comments

Comments
 (0)