Sigma-Ma commented on PR #8519:
URL: https://github.com/apache/hbase/pull/8519#issuecomment-5163366013

   > please confirm all UT test passed @Sigma-Ma
   
   I ran the unit test suite with:
   
   ```bash
   mvn \
     -pl hbase-server \
     -am \
     -Dtest=org.apache.hadoop.hbase.rsgroup.TestRSGroupsFallback \
     -Dsurefire.failIfNoSpecifiedTests=false \
     test
   
   mvn \
     -pl hbase-server \
     -am \
     
-Dtest=org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer \
     -Dsurefire.failIfNoSpecifiedTests=false \
     test
   
   mvn \
     -pl hbase-server \
     -am \
     -P runAllTests \
     test
   ```
   
   The HBASE-30303 related tests passed, but the full run encountered one 
unrelated failure: TestExecutorService hit an existing synchronization race 
under high system load. I also reproduced the TestExecutorService failure in 
isolation.


-- 
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