liuxiaocs7 commented on PR #7726:
URL: https://github.com/apache/hbase/pull/7726#issuecomment-3892518394
Hi, @ndimiduk, thanks for help to retrigger the ut, medium test fails seems
`hbase-balancer` upgrade to junit5
the first three uts below fails on my local env, maybe they need to upgrade
to junit5 because they extends `StochasticBalancerTestBase` which located in
`hbase-balancer` module
```
java.lang.NullPointerException: Cannot invoke
"org.apache.hadoop.conf.Configuration.setBoolean(String, boolean)" because
"org.apache.hadoop.hbase.master.balancer.TestBalancerDecision.conf" is null
at
org.apache.hadoop.hbase.master.balancer.TestBalancerDecision.testBalancerDecisions(TestBalancerDecision.java:60)
```
```
Module Failed Tests
hbase-server
org.apache.hadoop.hbase.master.balancer.TestBalancerDecision.testBalancerDecisions
hbase-server
org.apache.hadoop.hbase.master.balancer.TestBalancerRejection.testBalancerRejections
hbase-server
org.apache.hadoop.hbase.master.balancer.TestCacheAwareLoadBalancerCostFunctions.null
hbase-server
org.apache.hadoop.hbase.replication.regionserver.TestReplicationSource.testAbortTrueOnError
```
--
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]