We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1606726 commit cc63c4fCopy full SHA for cc63c4f
tests/integration/test_storage_s3_queue/test_4.py
@@ -624,6 +624,10 @@ def get_count():
624
database_name=db_name,
625
)
626
627
+ # ensure that the table is created on node2 before we query the registry as there might be a race between the time
628
+ # we actually create the table on node2 and when we query the registry.
629
+ node2.query(f"SYSTEM SYNC DATABASE REPLICA {db_name}")
630
+
631
registry, stat = zk.get(f"{keeper_path}/registry/")
632
633
uuid2 = node1.query(
0 commit comments