Description
------------------------------------------------------------------------------- Test set: org.apache.accumulo.test.ConditionalWriterIT ------------------------------------------------------------------------------- Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 94.566 sec <<< FAILURE! - in org.apache.accumulo.test.ConditionalWriterIT testOffline(org.apache.accumulo.test.ConditionalWriterIT) Time elapsed: 15.974 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertFalse(Assert.java:64) at org.junit.Assert.assertFalse(Assert.java:74) at org.apache.accumulo.test.ConditionalWriterIT.testOffline(ConditionalWriterIT.java:1151)
Looks like we somehow didn't get an exception when fetching the status for a ConditionalMutation written to an offline table.
Also, need to take the time to ensure that all of the assertions in this class have meaningful messages as this is the second one in a week that gave no clear reason for its failure.
Attachments
Issue Links
- is broken by
-
ACCUMULO-3301 TableOperationsImpl.waitForTableStateTransition(String, TableState) never fetches `future` column
- Resolved