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 10dbffb commit 55966d9Copy full SHA for 55966d9
tests/integration/test_keeper_memory_soft_limit/test.py
@@ -64,6 +64,7 @@ def test_soft_limit_create(started_cluster):
64
65
txn.create("/test_soft_limit/node_1000001" + str(i), b"abcde")
66
txn.commit()
67
+ assert "0\n" == node.query("select sum(ProfileEvent_ZooKeeperHardwareExceptions) from system.metric_log")
68
return
69
70
raise Exception("all records are inserted but no error occurs")
0 commit comments