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 2015/05/28 05:18:17 UTC

[jira] [Resolved] (ACCUMULO-3861) DurabilityIT might actually see all results with durability=none

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

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

Assertion messages were also improved. If I was wrong about the reason for the test failing, at least we'll have more information next time.

> DurabilityIT might actually see all results with durability=none
> ----------------------------------------------------------------
>
>                 Key: ACCUMULO-3861
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3861
>             Project: Accumulo
>          Issue Type: Test
>          Components: test
>    Affects Versions: 1.7.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 1.8.0, 1.7.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Saw this failure in automated tests
> {noformat}
> -------------------------------------------------------------------------------
> Test set: org.apache.accumulo.test.functional.DurabilityIT
> -------------------------------------------------------------------------------
> Tests run: 7, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 325.081 sec <<< FAILURE! - in org.apache.accumulo.test.functional.DurabilityIT
> testNone(org.apache.accumulo.test.functional.DurabilityIT)  Time elapsed: 51.86 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.assertTrue(Assert.java:52)
> 	at org.apache.accumulo.test.functional.DurabilityIT.testNone(DurabilityIT.java:143)
> testIncreaseDurability(org.apache.accumulo.test.functional.DurabilityIT)  Time elapsed: 48.526 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.assertTrue(Assert.java:52)
> 	at org.apache.accumulo.test.functional.DurabilityIT.testIncreaseDurability(DurabilityIT.java:155)
> {noformat}
> Looks like the test failed because it strictly expected fewer results to be returned, although it might be possible that it sees all results.



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