Josh Elser created ACCUMULO-3861: ------------------------------------ Summary: 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
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)