liuxiaocs7 commented on PR #7947: URL: https://github.com/apache/hbase/pull/7947#issuecomment-4153738474
I ran the unit tests with and without this patch, and many of them failed in my environment; the number of failures seems to vary. ```bash nohup mvn -Dsurefire.firstPartForkCount=1C -Dsurefire.secondPartForkCount=1C -Dsurefire.rerunFailingTestsCount=5 -Dsurefire.testFailureIgnore=true -Dsurefire.skipAfterFailureCount=0 -Dmaven.test.failure.ignore=true test -PrunAllTests -fn > test_before_patch_2.log 2>&1 & ``` ``` before hbase-server(first): Tests run: 1412, Failures: 2, Errors: 0, Skipped: 5, Flakes: 1 hbase-server(second): Tests run: 8084, Failures: 3, Errors: 3, Skipped: 68, Flakes: 69 after hbase-server(first): Tests run: 1411, Failures: 0, Errors: 0, Skipped: 5, Flakes: 2 hbase-server(second): Tests run: 7835, Failures: 2, Errors: 3, Skipped: 69, Flakes: 5 ``` -- 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]
