Ignore --helper start argument if not first time to start FE (#2159)

This commit is contained in:
Mingyu Chen
2019-11-08 08:48:11 +08:00
committed by GitHub
parent 89dc461f91
commit af79485eb2
3 changed files with 17 additions and 4 deletions

View File

@ -94,6 +94,7 @@ public class RollupJobV2Test {
clause.analyze(analyzer);
FeConstants.runningUnitTest = true;
AgentTaskQueue.clearAllTasks();
}
@Test