-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Flaky 00623_replicated_truncate_table_zookeeper_long #31655
Copy link
Copy link
Closed
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
From #31636 CI
00623_replicated_truncate_table_zookeeper_long | FAIL | 0.28
-- | -- | --
2021-11-23 11:33:38 --- /usr/share/clickhouse-test/queries/0_stateless/00623_replicated_truncate_table_zookeeper_long.reference 2021-11-23 05:47:26.000000000 +1300 2021-11-23 11:33:38 +++ /tmp/clickhouse-test/0_stateless/00623_replicated_truncate_table_zookeeper_long.stdout 2021-11-23 11:33:38.961439900 +1300 2021-11-23 11:33:38 @@ -2,6 +2,7 @@ 2021-11-23 11:33:38 2015-01-01 10 42 2021-11-23 11:33:38 2015-01-01 10 42 2021-11-23 11:33:38 ======After Truncate And Empty====== 2021-11-23 11:33:38 +2015-01-01 10 42 2021-11-23 11:33:38 ======After Truncate And Insert Data====== 2021-11-23 11:33:38 2015-01-01 10 42 2021-11-23 11:33:38 2015-01-01 10 42 2021-11-23 11:33:38 2021-11-23 11:33:38 2021-11-23 11:33:38 Database: test_oq33zd
It's not frequent, but it occurs occasionaly.
The problem likely comes from the fact that the test is truncating a replicated table and querying it inmediately after, without waiting for all replicas so it's possible that the second replica replies to the query before applying the truncate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI