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/03/10 15:47:43 UTC

[jira] [Commented] (ACCUMULO-1936) SimpleTest test cases occasionally fail

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

Josh Elser commented on ACCUMULO-1936:
--------------------------------------

Ok, this one isn't too bad in the end. The unit test is looking for a compaction on the table it made but the METADATA table occasionally has a compaction running too which fails the test.

> SimpleTest test cases occasionally fail
> ---------------------------------------
>
>                 Key: ACCUMULO-1936
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1936
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.5.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 1.5.2
>
>
> Have seen testTableOperations fail.
> Recently saw testInstanceOperations fail:
> {noformat}
> expected:<[c]> but was:<[!0]>
> Stacktrace
> org.junit.ComparisonFailure: expected:<[c]> but was:<[!0]>
> 	at org.junit.Assert.assertEquals(Assert.java:115)
> 	at org.junit.Assert.assertEquals(Assert.java:144)
> 	at org.apache.accumulo.proxy.SimpleTest.testInstanceOperations(SimpleTest.java:821)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)