ctubbsii opened a new issue #1790:
URL: https://github.com/apache/accumulo/issues/1790


   **Test name(s)**
    - org.apache.accumulo.test.functional.FateStarvationIT
   
   **Describe the failure observed**
   The test timed out repeatedly after 120 seconds, and on the final run, 
failed in the `AccumuloClusterHarness.setupCluster` with an assertion error 
(probably caused by previous failed runs, but the test framework should try to 
be robust against such issues):
   ```java
   [ERROR] run(org.apache.accumulo.test.functional.FateStarvationIT)  Time 
elapsed: 1.95 s  <<< FAILURE!
   java.lang.AssertionError
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertTrue(Assert.java:53)
        at 
org.apache.accumulo.harness.AccumuloITBase.createTestDir(AccumuloITBase.java:76)
        at 
org.apache.accumulo.harness.MiniClusterHarness.create(MiniClusterHarness.java:146)
        at 
org.apache.accumulo.harness.MiniClusterHarness.create(MiniClusterHarness.java:105)
        at 
org.apache.accumulo.harness.AccumuloClusterHarness.setupCluster(AccumuloClusterHarness.java:127)
        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.RunBefores.invokeMethod(RunBefores.java:33)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.lang.Thread.run(Thread.java:834)
   ```
   
   **Testing Environment:**
    - Version of this project: 2.1.0-SNAPSHOT
    - First commit known to fail (or current commit): 
5cb30ed0e9a7f3d481ea49dd126d64cc7ab9ef53
    - Jenkins shows:
   ```
   Executing Maven:  -B -f /home/jenkins/workspace/Accumulo/main/pom.xml -V -e 
-ntp clean verify -Dstyle.color=always -Dfailsafe.rerunFailingTestsCount=5 
-Dsurefire.forkCount=2C
   Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
   Maven home: /usr/local/asfpackages/maven/apache-maven-3.6.3
   Java version: 11.0.6, vendor: Oracle Corporation, runtime: 
/usr/local/asfpackages/java/jdk-11.0.6
   Default locale: en_US, platform encoding: ISO-8859-1
   OS name: "linux", version: "4.15.0-74-generic", arch: "amd64", family: "unix"
   ```
   


----------------------------------------------------------------
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