This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new b85b7b2 Fix the test TestDelayedWagedRebalanceWithDisabledInstance to
avoid skipped test case. (#1502)
b85b7b2 is described below
commit b85b7b20f77dd6b13840d42183d3fa9dda3ed221
Author: Jiajun Wang <[email protected]>
AuthorDate: Fri Oct 30 12:07:04 2020 -0700
Fix the test TestDelayedWagedRebalanceWithDisabledInstance to avoid skipped
test case. (#1502)
Fix the test TestDelayedWagedRebalanceWithDisabledInstance to avoid skipped
test case.
---
.../TestDelayedWagedRebalanceWithDisabledInstance.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/helix-core/src/test/java/org/apache/helix/integration/rebalancer/WagedRebalancer/TestDelayedWagedRebalanceWithDisabledInstance.java
b/helix-core/src/test/java/org/apache/helix/integration/rebalancer/WagedRebalancer/TestDelayedWagedRebalanceWithDisabledInstance.java
index 961ebdb..70b8adf 100644
---
a/helix-core/src/test/java/org/apache/helix/integration/rebalancer/WagedRebalancer/TestDelayedWagedRebalanceWithDisabledInstance.java
+++
b/helix-core/src/test/java/org/apache/helix/integration/rebalancer/WagedRebalancer/TestDelayedWagedRebalanceWithDisabledInstance.java
@@ -76,6 +76,11 @@ public class TestDelayedWagedRebalanceWithDisabledInstance
extends TestDelayedAu
super.testMinimalActiveReplicaMaintain();
}
+ @Test(dependsOnMethods = {"testDelayedPartitionMovement"})
+ public void testMinimalActiveReplicaMaintainWithOneOffline() throws
Exception {
+ super.testMinimalActiveReplicaMaintainWithOneOffline();
+ }
+
@Test(dependsOnMethods = {"testMinimalActiveReplicaMaintain"})
public void testPartitionMovementAfterDelayTime()
throws Exception {