dlmarion commented on PR #5536:
URL: https://github.com/apache/accumulo/pull/5536#issuecomment-2860330074
Testing locally using `mvn clean verify` with 0d19981 and it runs the new
test suite first. Saw two tests fail in the test suite:
```
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
15.85 s <<< FAILURE! -- in
org.apache.accumulo.test.fate.user.UserFateStoreFateIT
[ERROR]
org.apache.accumulo.test.fate.user.UserFateStoreFateIT.testCreateWithKeyInProgress
-- Time elapsed: 0.630 s <<< ERROR!
java.lang.IllegalStateException: Attempted to reserve a tx that does not
exist: FATE:USER:1036c868-7b72-3aa2-8e55-a807d1518a24
at
com.google.common.base.Preconditions.checkState(Preconditions.java:513)
at
org.apache.accumulo.core.fate.AbstractFateStore.reserve(AbstractFateStore.java:148)
at
org.apache.accumulo.test.fate.FateStoreIT.testCreateWithKeyInProgress(FateStoreIT.java:396)
at
org.apache.accumulo.test.fate.user.UserFateStoreFateIT.executeTest(UserFateStoreFateIT.java:63)
at
org.apache.accumulo.test.fate.FateTestRunner.executeTest(FateTestRunner.java:33)
at
org.apache.accumulo.test.fate.FateStoreIT.testCreateWithKeyInProgress(FateStoreIT.java:364)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
```
and
```
[ERROR] org.apache.accumulo.test.CloneIT.testClonedMarker(Range, Range,
Range)[2] -- Time elapsed: 2.014 s <<< ERROR!
java.lang.IllegalStateException: No prev endrow seen. tableId: 0 endrow: m
at
org.apache.accumulo.core.metadata.schema.TabletMetadata.getPrevEndRow(TabletMetadata.java:488)
at
org.apache.accumulo.core.metadata.schema.TabletMetadata.lambda$new$1(TabletMetadata.java:190)
at
com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:198)
at
org.apache.accumulo.core.metadata.schema.TabletMetadata.getExtent(TabletMetadata.java:478)
at
org.apache.accumulo.core.metadata.schema.LinkingIterator.goodTransition(LinkingIterator.java:85)
at
org.apache.accumulo.core.metadata.schema.LinkingIterator.next(LinkingIterator.java:174)
at
org.apache.accumulo.core.metadata.schema.LinkingIterator.next(LinkingIterator.java:50)
at
org.apache.accumulo.server.util.MetadataTableUtil.checkClone(MetadataTableUtil.java:297)
at org.apache.accumulo.test.CloneIT.testClonedMarker(CloneIT.java:386)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
```
It looks like the ITs that are run as part of the suite are being run again
in the second IT run that is meant to exclude them. Need to continue debugging
that.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]