[ https://issues.apache.org/jira/browse/ACCUMULO-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849439#comment-13849439
]
ASF subversion and git services commented on ACCUMULO-2025:
-----------------------------------------------------------
Commit 73cbdc04654286dfb91bdd7bb0b61507d6c42c01 in branch refs/heads/master from [~vines]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=73cbdc0 ]
ACCUMULO-2025 - restored limitVersion doing things it's supposed to do. And mac test() uses
it now
> MiniAccumuloClusterTest failure
> -------------------------------
>
> Key: ACCUMULO-2025
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2025
> Project: Accumulo
> Issue Type: Bug
> Components: mini
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 1.6.0
>
>
> The only way I can see this happening is that both Mutations got the same timestamp at
which point the ordering should be arbitrary which means that the CRC=456 was added after
the CRC=123. But, even so, this seems to not be adhering to the contract of BatchWriter.flush().
> {noformat}
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.85 sec <<<
FAILURE!
> test(org.apache.accumulo.minicluster.MiniAccumuloClusterTest) Time elapsed: 0.498 sec
<<< FAILURE!
> org.junit.ComparisonFailure: expected:<[123]> but was:<[456]>
> at org.junit.Assert.assertEquals(Assert.java:115)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.apache.accumulo.minicluster.MiniAccumuloClusterTest.test(MiniAccumuloClusterTest.java:133)
> 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.1.4#6159)
|