John Vines created ACCUMULO-2308:
------------------------------------
Summary: LargeRowIT occasionally fails with too few splits
Key: ACCUMULO-2308
URL: https://issues.apache.org/jira/browse/ACCUMULO-2308
Project: Accumulo
Issue Type: Bug
Components: test
Reporter: John Vines
Fix For: 1.6.0
Typically occurs when running concurrently
{code}Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 92.163
sec <<< FAILURE!
run(org.apache.accumulo.test.functional.LargeRowIT) Time elapsed: 91.705 sec
<<< ERROR!
java.lang.Exception: # of table splits points out of range, #splits=3 table=lr
min=4 max=36
at
org.apache.accumulo.test.functional.FunctionalTestUtils.checkSplits(FunctionalTestUtils.java:106)
at
org.apache.accumulo.test.functional.LargeRowIT.test1(LargeRowIT.java:83)
at
org.apache.accumulo.test.functional.LargeRowIT.run(LargeRowIT.java:71)
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:622)
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)
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)