ctubbsii opened a new issue #1791:
URL: https://github.com/apache/accumulo/issues/1791
**Test name(s)**
-
org.apache.accumulo.test.master.SuspendedTabletsIT.shutdownAndResumeTserver
**Describe the failure observed**
The test failed with an assertion error on the first run, and passed on the
second. It should pass every time:
```java
[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
318.472 s <<< FAILURE! - in org.apache.accumulo.test.master.SuspendedTabletsIT
[ERROR]
shutdownAndResumeTserver(org.apache.accumulo.test.master.SuspendedTabletsIT)
Time elapsed: 50.098 s <<< FAILURE!
java.lang.AssertionError: expected:<[1;18;17, 1;1<, 1;10;1, 1;23;22,
1;24;23, 1;25;24, 1;26;25, 1;27;26, 1;17;16, 1;28;27]> but was:<[1;23;22,
1;27;26, 1;24;23, 1;28;27]>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at
org.apache.accumulo.test.master.SuspendedTabletsIT.suspensionTestBody(SuspendedTabletsIT.java:243)
at
org.apache.accumulo.test.master.SuspendedTabletsIT.shutdownAndResumeTserver(SuspendedTabletsIT.java:117)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
```
**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]