Kezhu Wang created ZOOKEEPER-4853:
-------------------------------------
Summary: erroneous assertion in ZooKeeperQuotaTest#testQuota
Key: ZOOKEEPER-4853
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4853
Project: ZooKeeper
Issue Type: Bug
Components: tests
Affects Versions: 3.9.2
Reporter: Kezhu Wang
Fix For: 3.10.0
Created for https://github.com/apache/zookeeper/pull/2169.
{code:java}
assertNotNull(server.getZKDatabase().getDataTree().getMaxPrefixWithQuota(path)
!= null, "Quota is still set");
{code}
The above equation test evaluates to a non null boolean value, so always pass.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)