File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 SLOW_MACHINE : 1
1818 CI_SERVER_URL : " http://35.239.136.52:3170"
1919 PYTEST_OPTS_BASE : " -vvv --junit-xml=report.xml --timeout=1800 --durations=10"
20+ TEST_LOG_IGNORE_ERRORS : " 1"
2021
2122jobs :
2223 prebuild :
Original file line number Diff line number Diff line change 9191 PYTEST_PAR : ${{ matrix.pytest_par }}
9292 SLOW_MACHINE : 1
9393 TIMEOUT : 900
94+ TEST_LOG_IGNORE_ERRORS : " 1"
9495 run : |
9596 mkdir -p "$CLN_COVERAGE_DIR"
9697 uv run eatmydata pytest tests/ -n ${PYTEST_PAR} -vvv
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ ifeq ($(PYTEST),)
518518 exit 1
519519else
520520# Explicitly hand VALGRIND so you can override on make cmd line.
521- PYTHONPATH=$(MY_CHECK_PYTHONPATH) TEST_DEBUG=1 VALGRIND=$(VALGRIND) uv run $(PYTEST) $(PYTEST_TESTS) $(PYTEST_OPTS)
521+ PYTHONPATH=$(MY_CHECK_PYTHONPATH) TEST_DEBUG=1 TEST_LOG_IGNORE_ERRORS=1 VALGRIND=$(VALGRIND) uv run $(PYTEST) $(PYTEST_TESTS) $(PYTEST_OPTS)
522522endif
523523
524524check-fuzz : $(ALL_FUZZ_TARGETS )
Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ tasks:
1212 dir : ' .'
1313 deps :
1414 - build
15+ env :
16+ TEST_LOG_IGNORE_ERRORS : " 1"
1517 cmds :
1618 - uv run pytest --force-flaky -vvv -n {{ .PYTEST_PAR }} tests {{ .CLI_ARGS }}
1719
1820 test-liquid :
1921 env :
2022 TEST_NETWORK : " liquid-regtest"
23+ TEST_LOG_IGNORE_ERRORS : " 1"
2124 cmds :
2225 - sed -i 's/TEST_NETWORK=regtest/TEST_NETWORK=liquid-regtest/g' config.vars
2326 - uv run make cln-grpc/proto/node.proto
6265 deps :
6366 - in-docker-init
6467 - in-docker-build-deps
68+ env :
69+ TEST_LOG_IGNORE_ERRORS : " 1"
6570 cmds :
6671 # This way of copying allows us to copy the dirty tree, without
6772 # triggering any of the potentially configured hooks which might
You can’t perform that action at this time.
0 commit comments