Merge pull request #68673 from ClickHouse/Avogar-patch-8

Fix flaky check when all tests are skipped
This commit is contained in:
Kseniia Sumarokova 2024-08-22 09:31:21 +00:00 committed by GitHub
commit 94eb37692a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,9 @@ fi
export IS_FLAKY_CHECK=0
# Export NUM_TRIES so python scripts will see its value as env variable
export NUM_TRIES
# For flaky check we also enable thread fuzzer
if [ "$NUM_TRIES" -gt "1" ]; then
export IS_FLAKY_CHECK=1