kaisun2000 commented on a change in pull request #1227:
URL: https://github.com/apache/helix/pull/1227#discussion_r499966987
##########
File path:
helix-core/src/test/java/org/apache/helix/integration/task/TestTaskRebalancer.java
##########
@@ -162,8 +183,12 @@ public void partitionSet() throws Exception {
@Test
public void testRepeatedWorkflow() throws Exception {
String workflowName = "SomeWorkflow";
+ WorkflowConfig.Builder wfgBuilder = new
WorkflowConfig.Builder().setJobPurgeInterval(-1);
+ WorkflowConfig wfg = wfgBuilder.build();
Review comment:
changed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]