taklwu commented on pull request #3637:
URL: https://github.com/apache/hbase/pull/3637#issuecomment-908498926


   since hadoop3 unit tests passed once , I only look at the latest failure in 
hadoop2, those unrelated tests are 
`TestClusterScopeQuotaThrottle,TestReplicationEmptyWALRecovery` in hbase-server 
, `TestSecureExportSnapshot,TestMobSecureExportSnapshot` in hbase-mapreducer. I 
confirmed they're working by running them manually and please see the result 
below.
   
   Also, I got 3 +1s from [the vote 
thread](https://lists.apache.org/thread.html/rb36f0b6b179ee5f42cff7bb60de2797f69c450752c993f0b1e0f6118%40%3Cdev.hbase.apache.org%3E)
 and will wait for another day before merging. 
   
   
   ```
   cd hbase-server
   mvn clean test 
-Dtest=TestClusterScopeQuotaThrottle,TestReplicationEmptyWALRecovery
   
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running 
org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
   [INFO] Running org.apache.hadoop.hbase.quotas.TestClusterScopeQuotaThrottle
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
48.372 s - in 
org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
   [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
111.231 s - in org.apache.hadoop.hbase.quotas.TestClusterScopeQuotaThrottle
   [INFO]
   [INFO] Results:
   [INFO]
   [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1
   [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:  03:36 min
   [INFO] Finished at: 2021-08-30T09:29:03-07:00
   [INFO] 
------------------------------------------------------------------------
   
   cd ../hbase-mapreduce
   mvn clean test -Dtest=TestSecureExportSnapshot,TestMobSecureExportSnapshot
   
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
   [INFO] Running org.apache.hadoop.hbase.snapshot.TestMobSecureExportSnapshot
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
190.275 s - in org.apache.hadoop.hbase.snapshot.TestMobSecureExportSnapshot
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
190.764 s - in org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
   [INFO]
   [INFO] Results:
   [INFO]
   [INFO] Tests run: 10, 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:  03:29 min
   [INFO] Finished at: 2021-08-30T09:36:07-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]


Reply via email to