Skip to content

Commit

Permalink
Fix test_four_word_command occasional failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Nov 15, 2023
1 parent 2c3d742 commit c947616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_four_word_command/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ def fake_ephemeral_callback(event):
for i in range(create_cnt - delete_cnt, create_cnt):
zk.delete("/test_4lw_normal_node_" + str(i))

# wait action result to avoid stale statistics.
time.sleep(1)


def test_cmd_mntr(started_cluster):
zk = None
Expand Down

0 comments on commit c947616

Please sign in to comment.