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/04 03:44:38 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14195609#comment-14195609 ] 

Josh Elser commented on ACCUMULO-3292:
--------------------------------------

[~kturner] I might need some assistance in diagnosing exactly how this test failed. I've never had it fail for me previously (nor have I seen it fail since). I was poking around ConditionalWriterImpl and the conditionalUpdate methods on ThriftClientHandler and couldn't find anything obvious.

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