[
https://issues.apache.org/jira/browse/ZOOKEEPER-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kezhu Wang resolved ZOOKEEPER-4853.
-----------------------------------
Resolution: Fixed
Issue resolved by pull request 2169
[https://github.com/apache/zookeeper/pull/2169]
> 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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)