apurtell edited a comment on pull request #4241:
URL: https://github.com/apache/hbase/pull/4241#issuecomment-1072907337
`hbase-server` tests run locally (Linux aarch64) with
`-Dsurefire.firstPartForkCount=10 -Dsurefire.secondPartForkCount=5
-Dsurefire.rerunFailingTestsCount=4`
First part:
[WARNING] Tests run: 1169, Failures: 0, Errors: 0, Skipped: 5
Second part:
[INFO] Results:
[WARNING] Flakes:
[WARNING]
org.apache.hadoop.hbase.master.procedure.TestModifyNamespaceProcedure.testRollbackAndDoubleExecution
[ERROR] Run 1:
TestModifyNamespaceProcedure.testRollbackAndDoubleExecution:255 expected null,
but was:<bar>
[INFO] Run 2: PASS
[WARNING]
org.apache.hadoop.hbase.replication.regionserver.TestReplicationSource.testReplicationSourceInitializingMetric
[ERROR] Run 1:
TestReplicationSource.testReplicationSourceInitializingMetric:583 Waiting timed
out after [1,000] msec
[INFO] Run 2: PASS
[WARNING] Tests run: 2255, Failures: 0, Errors: 0, Skipped: 15, Flakes: 2
`TestReplicationSource` is a known flake.
`TestModifyNamespaceProcedure` may be a new flake, but most likely a test
issue, because the failure does not reproduce when the test is run by itself.
I have a script that runs tests in a loop and after 100 repetitions there was
no error:
$ ~/bin/test-to-fail -n 100 TestModifyNamespaceProcedure
...
NO FAILURES
Regarding the `TestHFileProcedurePrettyPrinter` failure on an above
precommit report, I cannot reproduce it. I have a script that runs tests in a
loop and after 100 repetitions there was no error:
$ ~/bin/test-to-fail -n 100 TestHFileProcedurePrettyPrinter
...
NO FAILURES
--
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]