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/05 21:33:33 UTC

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

     [ https://issues.apache.org/jira/browse/ACCUMULO-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved ACCUMULO-3292.
----------------------------------
    Resolution: Fixed

Reverted change to ConditionalWriterIT as the waiting was actually incorrect and the test should succeed how it was previously written.

> ConditionalWriterIT#testOffline failed
> --------------------------------------
>
>                 Key: ACCUMULO-3292
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3292
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.6.2, 1.7.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {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)