Repository: helix Updated Branches: refs/heads/master 82cfd15b5 -> 074667363
fix broken TestTaskCreateThrottling Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/07466736 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/07466736 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/07466736 Branch: refs/heads/master Commit: 074667363503ba456215b7c65260a0ffefe66dff Parents: 82cfd15 Author: Harry Zhang <[email protected]> Authored: Thu Apr 19 11:42:01 2018 -0700 Committer: Harry Zhang <[email protected]> Committed: Thu Apr 19 12:18:48 2018 -0700 ---------------------------------------------------------------------- .../test/java/org/apache/helix/task/TestTaskCreateThrottling.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/07466736/helix-core/src/test/java/org/apache/helix/task/TestTaskCreateThrottling.java ---------------------------------------------------------------------- diff --git a/helix-core/src/test/java/org/apache/helix/task/TestTaskCreateThrottling.java b/helix-core/src/test/java/org/apache/helix/task/TestTaskCreateThrottling.java index 3cb1605..755f6a5 100644 --- a/helix-core/src/test/java/org/apache/helix/task/TestTaskCreateThrottling.java +++ b/helix-core/src/test/java/org/apache/helix/task/TestTaskCreateThrottling.java @@ -42,7 +42,7 @@ public class TestTaskCreateThrottling extends TaskTestBase { @Test public void testTaskCreatingThrottle() { Workflow flow = WorkflowGenerator - .generateDefaultRepeatedJobWorkflowBuilder("hugeWorkflow", _driver._configsLimitation + 1) + .generateDefaultRepeatedJobWorkflowBuilder("hugeWorkflow", (int) _driver._configsLimitation + 1) .build(); try { _driver.start(flow);
