Hey,

I'm looking at a recent debian failure and I see this weird line:

2026-06-05T14:40:28.7576153Z + make VPP_WORKER_COUNT=0
COMPRESS_FAILED_TEST_LOGS=yes TEST_RETRIES=3 TEST_JOBS=4 test

But there is no "TEST_RETRIES", it's "RETRIES", like in this other line:

2026-06-05T14:40:10.9360053Z [36;1m          if ! make
COMPRESS_FAILED_TEST_LOGS=yes TEST="\"$MAKE_TEST_SUITES\""
TEST_JOBS="$TEST_JOBS" RETRIES="$TEST_RETRIES" $TEST_TARGET ; then [0m

or:

> grep RETRIES Makefile
RUN_TESTS_ARGS=--failed-dir=$(FAILED_DIR) --verbose=$(V)
--jobs=$(TEST_JOBS) --filter=$(TEST) --skip-filter=$(SKIP_TESTS)
--retries=$(RETRIES) --venv-dir=$(VENV_PATH) --vpp-ws-dir=$(WS_ROOT)
--vpp-tag=$(TAG) --rnd-seed=$(RND_SEED)
--vpp-worker-count="$(VPP_WORKER_COUNT)" --keep-pcaps $(PLUGIN_PATH_ARGS)
$(EXC_PLUGINS_ARG) $(TEST_PLUGIN_PATH_ARGS) $(EXTRA_ARGS)
        @echo "   RETRIES=<n>"

debian was mentioned as being extra hard on tests. Could it be that the
usual crutch of RETRIES=3 is simply not applied to debian job?

Thanks,
Klement
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#27044): https://lists.fd.io/g/vpp-dev/message/27044
Mute This Topic: https://lists.fd.io/mt/119667825/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/14379924/21656/631435203/xyzzy 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to