Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Noticed these two tests start to fail recently. Not sure if it's something I broke or not. Need to look into it.
java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.accumulo.test.functional.GarbageCollectorIT.gcLotsOfCandidatesIT(GarbageCollectorIT.java:152)
java.lang.Exception: test timed out after 600000 milliseconds at java.lang.Thread.sleep(Native Method) at org.apache.accumulo.core.util.UtilWaitThread.sleep(UtilWaitThread.java:26) at org.apache.accumulo.test.functional.GarbageCollectorIT.testInvalidDelete(GarbageCollectorIT.java:212)
First saw the new failures since 5cb976b3ca0b4ecaac27b7963622c1c2f5664251. e3a743cb445723a3d5664a4bf1ebf37833152aae built cleanly for me.
Attachments
Issue Links
- duplicates
-
ACCUMULO-3264 AuditMessageIT broken
- Resolved