From: Štěpán Balážik Date: Mon, 13 Apr 2026 09:01:05 +0000 (+0200) Subject: Actually retry the flaky unit tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604f721ef8fc376821f8b6e24acaf7db6eb491a6;p=thirdparty%2Fbind9.git Actually retry the flaky unit tests In 237489caf I mistakenly put the environment variables controlling the retry wrapper in a separate never used environment. --- diff --git a/tests/isc/meson.build b/tests/isc/meson.build index 0029ae6130e..81955d759db 100644 --- a/tests/isc/meson.build +++ b/tests/isc/meson.build @@ -91,13 +91,12 @@ foreach unit : isc_test ) suites = ['isc', 'cmocka'] - env = environment() timeout = 300 if unit in flaky_isc_test suites += 'flaky' # Pass FLAKY and TIMEOUT to the test wrapper so it can retry appropriately - env.set('FLAKY', '1') - env.set('TIMEOUT', timeout.to_string()) + test_env.set('FLAKY', '1') + test_env.set('TIMEOUT', timeout.to_string()) endif test( unit,