mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Try fix integration test - second attempt
This commit is contained in:
parent
c7f9704058
commit
47b1b2c158
@ -368,7 +368,7 @@ def test_insert_quorum_with_ttl(started_cluster):
|
|||||||
|
|
||||||
def test_insert_quorum_with_keeper_loss_connection(started_cluster):
|
def test_insert_quorum_with_keeper_loss_connection(started_cluster):
|
||||||
zero.query(
|
zero.query(
|
||||||
"DROP TABLE IF EXISTS test_insert_quorum_with_keeper_fail ON CLUSTER cluster"
|
"DROP TABLE IF EXISTS test_insert_quorum_with_keeper_loss ON CLUSTER cluster"
|
||||||
)
|
)
|
||||||
create_query = (
|
create_query = (
|
||||||
"CREATE TABLE test_insert_quorum_with_keeper_loss"
|
"CREATE TABLE test_insert_quorum_with_keeper_loss"
|
||||||
|
Loading…
Reference in New Issue
Block a user