mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix flaky 02447_drop_replica test
This commit is contained in:
parent
6e3dccf365
commit
a6a9b8c272
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tags: no-parallel
|
||||
# no-parallel: This test is not parallel because when we execute system-wide SYSTEM DROP REPLICA,
|
||||
# other tests might shut down the storage in parallel and the test will fail.
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
Loading…
Reference in New Issue
Block a user