kezhuw opened a new pull request, #1851:
URL: https://github.com/apache/zookeeper/pull/1851

   There are several problems in this test:
   * It uses `ParameterizedTest` which run tests in single jvm. But
     `ZooKeeperServer.enableEagerACLCheck` is `static` and loaded from env
     variable.
   * It uses `assertNotSame` which assert on object reference equiality.
   * It asserts on `zkLeader.getLastLoggedZxid()` while client connect to
     `connectedServer`. There is no happen-before between
     `zkLeader.getLastLoggedZxid()` and successful response from other
     server. The commit and response are routed to different servers and
     performed asynchronous in each server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to