cshannon commented on PR #3435: URL: https://github.com/apache/accumulo/pull/3435#issuecomment-1565386720
@keith-turner - I went ahead and pulled this branch to test this. I first verified the tests currently fail (which they did). I then merged in my changes from #3432 and then I uncommented the verify ingest call in testSplits() and everything passes now and the tablet server no longer dies. ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.accumulo.test.functional.FileNormalizationIT [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.833 s - in org.apache.accumulo.test.functional.FileNormalizationIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 ``` -- 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]
