You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/11/03 18:26:34 UTC

[jira] [Created] (ACCUMULO-3292) ConditionalWriterIT#testOffline failed

Josh Elser created ACCUMULO-3292:
------------------------------------

             Summary: ConditionalWriterIT#testOffline failed
                 Key: ACCUMULO-3292
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3292
             Project: Accumulo
          Issue Type: Bug
            Reporter: Josh Elser


{noformat}
-------------------------------------------------------------------------------
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)
{noformat}

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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)