[
https://issues.apache.org/jira/browse/ACCUMULO-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377159#comment-15377159
]
Michael Wall commented on ACCUMULO-4110:
----------------------------------------
Well, not it is failing again
{code}
mvn clean verify -Dtest=foo -Dit.test=WALSunnyDayIT -DfailIfNoTests=false
-Dfindbugs.skip -Dcheckstyle.skip -pl :accumulo-test
...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.accumulo.test.functional.WALSunnyDayIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.618 sec <<<
FAILURE! - in org.apache.accumulo.test.functional.WALSunnyDayIT
test(org.apache.accumulo.test.functional.WALSunnyDayIT) Time elapsed: 15.617
sec <<< FAILURE!
java.lang.AssertionError: should have 3 WALs after roll expected:<3> but was:<2>
at
org.apache.accumulo.test.functional.WALSunnyDayIT.test(WALSunnyDayIT.java:113)
Results :
Failed tests:
WALSunnyDayIT.test:113 should have 3 WALs after roll expected:<3> but was:<2>
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
...
{code}
Be sure to run `mvn clean install -DskipTests` first though, the 1.8.0-SNAPSHOT
version in maven central is a couple days old. I guess that is a
builds.apache.org issue.
> WALSunnyDayIT is repeatedly failing
> -----------------------------------
>
> Key: ACCUMULO-4110
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4110
> Project: Accumulo
> Issue Type: Bug
> Components: test
> Reporter: Josh Elser
> Priority: Blocker
> Fix For: 1.8.0
>
>
> {code}
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.035 sec
> <<< FAILURE! - in org.apache.accumulo.test.functional.WALSunnyDayIT
> test(org.apache.accumulo.test.functional.WALSunnyDayIT) Time elapsed: 13.034
> sec <<< FAILURE!
> java.lang.AssertionError: should have 3 WALs after roll expected:<3> but
> was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at
> org.apache.accumulo.test.functional.WALSunnyDayIT.test(WALSunnyDayIT.java:113)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)