Skip to content

Commit cc63c4f

Browse files
committed
fix test
1 parent 1606726 commit cc63c4f

File tree

1 file changed

+4
-0
lines changed
  • tests/integration/test_storage_s3_queue

1 file changed

+4
-0
lines changed

tests/integration/test_storage_s3_queue/test_4.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,10 @@ def get_count():
624624
database_name=db_name,
625625
)
626626

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+
627631
registry, stat = zk.get(f"{keeper_path}/registry/")
628632

629633
uuid2 = node1.query(

0 commit comments

Comments
 (0)