mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge pull request #68673 from ClickHouse/Avogar-patch-8
Fix flaky check when all tests are skipped
This commit is contained in:
commit
94eb37692a
@ -80,6 +80,9 @@ fi
|
|||||||
|
|
||||||
export IS_FLAKY_CHECK=0
|
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
|
# For flaky check we also enable thread fuzzer
|
||||||
if [ "$NUM_TRIES" -gt "1" ]; then
|
if [ "$NUM_TRIES" -gt "1" ]; then
|
||||||
export IS_FLAKY_CHECK=1
|
export IS_FLAKY_CHECK=1
|
||||||
|
Loading…
Reference in New Issue
Block a user