mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
disable parallel run for DatabaseReplicated
This commit is contained in:
parent
c7bf01fa33
commit
31c8edf06a
@ -74,13 +74,17 @@ function run_tests()
|
|||||||
ADDITIONAL_OPTIONS+=('--order=random')
|
ADDITIONAL_OPTIONS+=('--order=random')
|
||||||
ADDITIONAL_OPTIONS+=('--skip')
|
ADDITIONAL_OPTIONS+=('--skip')
|
||||||
ADDITIONAL_OPTIONS+=('00000_no_tests_to_skip')
|
ADDITIONAL_OPTIONS+=('00000_no_tests_to_skip')
|
||||||
|
# Note that flaky check must be ran in parallel, but for now we run
|
||||||
|
# everything in parallel except DatabaseReplicated. See below.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ADDITIONAL_OPTIONS+=('--jobs')
|
|
||||||
ADDITIONAL_OPTIONS+=('8')
|
|
||||||
|
|
||||||
if [[ -n "$USE_DATABASE_REPLICATED" ]] && [[ "$USE_DATABASE_REPLICATED" -eq 1 ]]; then
|
if [[ -n "$USE_DATABASE_REPLICATED" ]] && [[ "$USE_DATABASE_REPLICATED" -eq 1 ]]; then
|
||||||
ADDITIONAL_OPTIONS+=('--replicated-database')
|
ADDITIONAL_OPTIONS+=('--replicated-database')
|
||||||
|
else
|
||||||
|
# Too many tests fail for DatabaseReplicated in parallel. All other
|
||||||
|
# configurations are OK.
|
||||||
|
ADDITIONAL_OPTIONS+=('--jobs')
|
||||||
|
ADDITIONAL_OPTIONS+=('8')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clickhouse-test --testname --shard --zookeeper --hung-check --print-time \
|
clickhouse-test --testname --shard --zookeeper --hung-check --print-time \
|
||||||
|
Loading…
Reference in New Issue
Block a user