Skip to content

Commit c09f2dc

Browse files
authored
Merge pull request ClickHouse#80190 from PedroTadim/test-fix
Fix 01318_long_unsuccessful_mutation_zookeeper test flakiness
2 parents 47a3bf1 + b17a6fc commit c09f2dc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/queries/0_stateless/01318_long_unsuccessful_mutation_zookeeper.reference

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
waiting default mutation_table 0000000000 (MODIFY COLUMN `value` UInt64)
44
is_done parts_to_do
55
0 1
6-
MUTATE_PART 0_0_0_0_2

tests/queries/0_stateless/01318_long_unsuccessful_mutation_zookeeper.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,4 @@ done
7070

7171
$CLICKHOUSE_CLIENT --query "SELECT is_done, parts_to_do FROM system.mutations where table='mutation_table' and database='$CLICKHOUSE_DATABASE' FORMAT TSVWithNames"
7272

73-
$CLICKHOUSE_CLIENT --query "SELECT type, new_part_name FROM system.replication_queue WHERE table='mutation_table' and database='$CLICKHOUSE_DATABASE'"
74-
7573
$CLICKHOUSE_CLIENT --query "DROP TABLE IF EXISTS mutation_table SYNC"

0 commit comments

Comments
 (0)