EdColeman opened a new issue #2070:
URL: https://github.com/apache/accumulo/issues/2070


   **ShellServerIT**
   
   **Describe the failure observed**
   ShellServerIT is failing with two errors consistently.
   
   ShellServerIT.testPertableClasspath times out.
   <details>
     <summary>Click to expand!</summary>
     `ERROR] org.apache.accumulo.test.ShellServerIT.testPertableClasspath  Time 
elapsed: 60.007 s  <<< ERROR!
   org.junit.runners.model.TestTimedOutException: test timed out after 60 
seconds
        at [email protected]/java.lang.Object.wait(Native Method)
        at [email protected]/java.lang.Object.wait(Object.java:328)
        at 
app//org.apache.accumulo.core.clientImpl.TabletServerBatchWriter.waitRTE(TabletServerBatchWriter.java:470)
        at 
app//org.apache.accumulo.core.clientImpl.TabletServerBatchWriter.close(TabletServerBatchWriter.java:340)
        at 
app//org.apache.accumulo.core.clientImpl.BatchWriterImpl.close(BatchWriterImpl.java:57)
        at 
app//org.apache.accumulo.shell.commands.InsertCommand.execute(InsertCommand.java:112)
        at app//org.apache.accumulo.shell.Shell.execCommand(Shell.java:779)
        at 
app//org.apache.accumulo.test.ShellServerIT$TestShell.exec(ShellServerIT.java:219)
        at 
app//org.apache.accumulo.test.ShellServerIT$TestShell.exec(ShellServerIT.java:229)
        at 
app//org.apache.accumulo.test.ShellServerIT$TestShell.exec(ShellServerIT.java:224)
        at 
app//org.apache.accumulo.test.ShellServerIT.testPertableClasspath(ShellServerIT.java:1752)
        at 
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
        at 
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
[email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
        at 
app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at 
app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at 
app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
app//org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at 
app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
        at 
app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
        at 
[email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at [email protected]/java.lang.Thread.run(Thread.java:829)
   `
   </details>
   
   ShellServerIT.durability - java.lang.AssertionError: expected:<0> but was:<1>
   <details>
     <summary>Click to expand!</summary>
     `[ERROR] org.apache.accumulo.test.ShellServerIT.durability  Time elapsed: 
1.639 s  <<< FAILURE!
   java.lang.AssertionError: expected:<0> but was:<1>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at 
org.apache.accumulo.test.ShellServerIT$TestShell.assertGoodExit(ShellServerIT.java:269)
        at 
org.apache.accumulo.test.ShellServerIT$TestShell.exec(ShellServerIT.java:255)
        at 
org.apache.accumulo.test.ShellServerIT$TestShell.exec(ShellServerIT.java:248)
        at 
org.apache.accumulo.test.ShellServerIT.durability(ShellServerIT.java:585)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.lang.Thread.run(Thread.java:829)
   `
   **Testing Environment:**
    - Version of this project: 2.1.0-SNAPSHOT
    - First commit known to fail (or current commit):
    - OS: ubuntu
    - Java: openjdk version "11.0.11" 
    - Maven: Apache Maven 3.6.3
    - Other environment details:
   
   **What have you tried already?**
   A clear and concise description of any steps you've already taken in an 
attempt to troubleshoot.
   
   **Additional context**
   Add any other context about the problem or your testing environment here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to