diff --git a/tests/integration/test_four_word_command/test.py b/tests/integration/test_four_word_command/test.py index 537f94031f..c172873367 100644 --- a/tests/integration/test_four_word_command/test.py +++ b/tests/integration/test_four_word_command/test.py @@ -441,8 +441,9 @@ def test_cmd_crst(started_cluster): print(data) # 2 connections, 1 for 'cons' command, 1 for zk + # but len(cons) may be large than 2, if the connection of `crst` is not destroied cons = [n for n in data.split('\n') if len(n) > 0] - assert len(cons) == 2 + assert len(cons) >= 2 zk_con = None if 'sid' in cons[0]: