Skip to content

Commit 55966d9

Browse files
committed
check no session finalize
1 parent 10dbffb commit 55966d9

File tree

1 file changed

+1
-0
lines changed
  • tests/integration/test_keeper_memory_soft_limit

1 file changed

+1
-0
lines changed

tests/integration/test_keeper_memory_soft_limit/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_soft_limit_create(started_cluster):
6464

6565
txn.create("/test_soft_limit/node_1000001" + str(i), b"abcde")
6666
txn.commit()
67+
assert "0\n" == node.query("select sum(ProfileEvent_ZooKeeperHardwareExceptions) from system.metric_log")
6768
return
6869

6970
raise Exception("all records are inserted but no error occurs")

0 commit comments

Comments
 (0)