Attempt to fix flacky test

This commit is contained in:
Alexey Milovidov 2020-05-29 17:04:16 +03:00
parent 04bdffd9d7
commit 080b2ec891
2 changed files with 10 additions and 0 deletions

View File

@ -1 +1,5 @@
replica_01108_1_tmp
replica_01108_2_tmp
replica_01108_3_tmp
replica_01108_4_tmp
1180 40

View File

@ -63,6 +63,12 @@ timeout $TIMEOUT bash -c restart_thread_2 2> /dev/null &
wait
sleep 3
for i in `seq 4`; do
$CLICKHOUSE_CLIENT -q "SYSTEM SYNC REPLICA replica_01108_$i" >/dev/null 2>&1
$CLICKHOUSE_CLIENT -q "SYSTEM SYNC REPLICA replica_01108_${i}_tmp" >/dev/null 2>&1
done
$CLICKHOUSE_CLIENT -q "SHOW TABLES LIKE 'replica\\_01108\\_%'"
$CLICKHOUSE_CLIENT -q "SELECT sum(n), count(n) FROM merge(currentDatabase(), '^replica_01108_') GROUP BY position(_table, 'tmp')"