dlmarion commented on PR #5341:
URL: https://github.com/apache/accumulo/pull/5341#issuecomment-2749426494
@keith-turner - I'm getting the following error with these changes.
```
org.opentest4j.AssertionFailedError: {f3=4, f4=4} --
ThriftTableOperationException(tableId:1, tableName:null, op:BULK_IMPORT,
type:OTHER, description:Files overlap the configured max (3) number of tablets:
{f3=4, f4=6}) ==> expected: <true> but was: <false>
at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
at
org.apache.accumulo.manager.tableOps.bulkVer2.PrepBulkImportTest.runTooManyTest(PrepBulkImportTest.java:295)
at
org.apache.accumulo.manager.tableOps.bulkVer2.PrepBulkImportTest.testTooManyTablets(PrepBulkImportTest.java:283)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
```
From what I can tell, `f4` is in 6 tablets, not 4, so I think it should not
be failing with my changes. I'm wondering if the test was wrong prior to these
changes.
--
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]