dlmarion opened a new issue, #5406:
URL: https://github.com/apache/accumulo/issues/5406

   **Test name(s)**
    - MetadataIT..testSystemTablesInitialConfigCorrectness
   
   **Describe the failure observed**
   ```
   org.opentest4j.AssertionFailedError: 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.AssertTrue.assertTrue(AssertTrue.java:31)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
        at 
org.apache.accumulo.test.functional.MetadataIT.testCommonSystemTableConfig(MetadataIT.java:298)
        at 
org.apache.accumulo.test.functional.MetadataIT.testSystemTablesInitialConfigCorrectness(MetadataIT.java:255)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
   ```
   
   **Testing Environment:**
    - Version of this project: 4.0.0-SNAPSHOT
   
   **Additional context**
   This test started failing after the merge of #5353. It's not clear to me 
whether the test is wrong, or if there is a new bug introduced. I'm not sure 
what default mergeability of the root and metadata tables should be.
   


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

Reply via email to