taklwu commented on pull request #3543: URL: https://github.com/apache/hbase/pull/3543#issuecomment-890074829
that two failure tests `TestVerifyReplicationCrossDiffHdfs` (timeout) and `TestReplicationEmptyWALRecovery` are unrelated. it's passing locally ``` % mvn clean test -Dtest=TestVerifyReplicationCrossDiffHdfs [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.183 s - in org.apache.hadoop.hbase.replication.TestVerifyReplicationCrossDiffHdfs [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (secondPartTestsExecution) @ hbase-mapreduce --- [INFO] Tests are skipped. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2021-07-30T11:26:07-07:00 [INFO] ------------------------------------------------------------------------ % mvn clean test -Dtest=TestReplicationEmptyWALRecovery [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.277 s - in org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (secondPartTestsExecution) @ hbase-server --- [INFO] Tests are skipped. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:26 min [INFO] Finished at: 2021-07-30T11:24:14-07:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
