You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/26 14:47:45 UTC

[GitHub] [accumulo] dlmarion commented on issue #2739: Broken or Flaky test: PermissionsIT

dlmarion commented on issue #2739:
URL: https://github.com/apache/accumulo/issues/2739#issuecomment-1138658455

   This may not be related to #2707 after all, it may be related to the ZooKeeper property changes. The test sets some arbitrary table properties then confirms that the counts match. The test does not fail all the time. The stack trace is:
   
   ```
   org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
   	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
   	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
   	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:166)
   	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:161)
   	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:628)
   	at org.apache.accumulo.test.functional.PermissionsIT.testArbitraryProperty(PermissionsIT.java:877)
   	at org.apache.accumulo.test.functional.PermissionsIT.testGrantedTablePermission(PermissionsIT.java:804)
   	at org.apache.accumulo.test.functional.PermissionsIT.tablePermissionTest(PermissionsIT.java:641)
   ...
   ```


-- 
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-unsubscribe@accumulo.apache.org

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