DomGarguilo commented on code in PR #5741: URL: https://github.com/apache/accumulo/pull/5741#discussion_r2211276266
########## test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java: ########## @@ -363,92 +346,62 @@ public void testCancelWhileSubmittedNotRunning() throws Exception { fate.seedTransaction("TestOperation", txid, new TestOperation(NS, TID), true, "Test Op"); assertEquals(SUBMITTED, getTxStatus(zk, txid)); assertTrue(fate.cancel(txid)); + fate = null; Review Comment: Added in 1c6ee08 -- 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...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org