Update tests/clickhouse-test

Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
This commit is contained in:
Nikita Mikhaylov 2024-05-30 19:52:59 +02:00 committed by GitHub
parent 2e913444d3
commit 0294e677ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2409,7 +2409,7 @@ def do_run_tests(jobs, test_suite: TestSuite, parallel):
parallel_tests_array.append((None, batch_size, test_suite))
# If we don't do random shuffling then there will be always
# nearly the same groups of tests suits running concurrently.
# nearly the same groups of test suites running concurrently.
# Thus, if there is a test within group which appears to be broken
# then it will affect all other tests in a non-random form.
# So each time a bad test fails - other tests from the group will also fail