DomGarguilo commented on PR #3435: URL: https://github.com/apache/accumulo/pull/3435#issuecomment-1568757135
`testSplits()` still fails when I run it. I get the following output: ``` 2023-05-30T12:44:05,712 [functional.FileNormalizationIT] DEBUG: split test, inspecting 3;row_0000050000 file:/home/dgarguilo/github/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.FileNormalizationIT_SharedMiniClusterBase/accumulo/tables/3/default_tablet/F000000l.rf 165553,33515 2023-05-30T12:44:05,712 [functional.FileNormalizationIT] DEBUG: split test, inspecting 3;row_0000050000 file:/home/dgarguilo/github/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.FileNormalizationIT_SharedMiniClusterBase/accumulo/tables/3/default_tablet/F000000m.rf 101624,20519 2023-05-30T12:44:05,712 [functional.FileNormalizationIT] DEBUG: split test, inspecting 3< file:/home/dgarguilo/github/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.FileNormalizationIT_SharedMiniClusterBase/accumulo//tables//3/default_tablet/F000000m.rf 203663,41122 2023-05-30T12:44:05,712 [functional.FileNormalizationIT] DEBUG: split test, inspecting 3< file:/home/dgarguilo/github/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.FileNormalizationIT_SharedMiniClusterBase/accumulo//tables//3/default_tablet/F000000r.rf 125776,25363 2023-05-30T12:44:05,712 [functional.FileNormalizationIT] DEBUG: split test, inspecting 3< file:/home/dgarguilo/github/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.FileNormalizationIT_SharedMiniClusterBase/accumulo/tables/3/default_tablet/F000000m.rf 102039,20603 org.opentest4j.AssertionFailedError: Tablet 3< has duplicate normalized path file:/home/dgarguilo/github/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.FileNormalizationIT_SharedMiniClusterBase/accumulo/tables/3/default_tablet/F000000m.rf ==> Expected :false Actual :true ``` -- 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]
