Josh Elser created ACCUMULO-2814:
------------------------------------
Summary: LocalWALRecoveryTest.testRecoverLocalWriteAheadLogs:73
Wrong number of WAL files recovered. expected:<1> but was:<0>
Key: ACCUMULO-2814
URL: https://issues.apache.org/jira/browse/ACCUMULO-2814
Project: Accumulo
Issue Type: Bug
Components: test
Environment: Git SHA1: c57bc8d5d509e368bc0d4a4b8e2f80503efade26
Reporter: Josh Elser
Assignee: Mike Drob
Priority: Minor
Fix For: 1.6.1
Noticed this one twice. Don't have logging output yet due to ACCUMULO-2813.
{noformat}
testRecoverLocalWriteAheadLogs(org.apache.accumulo.tserver.log.LocalWALRecoveryTest)
Time elapsed: 0.725 sec <<< FAILURE!
java.lang.AssertionError: Wrong number of WAL files recovered. expected:<1> but
was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at
org.apache.accumulo.tserver.log.LocalWALRecoveryTest.testRecoverLocalWriteAheadLogs(LocalWALRecoveryTest.java:73)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)