abstractdog commented on code in PR #520:
URL: https://github.com/apache/tez/pull/520#discussion_r3674410414
##########
tez-tests/src/test/java/org/apache/tez/test/TestAMRecoveryAggregationBroadcast.java:
##########
@@ -242,7 +245,8 @@ public void testTableScanTemporalFailure() throws Exception
{
public void testAggregationTemporalFailure() throws Exception {
tezConf.setBoolean(AGGREGATION_SLEEP, true);
DAG dag = createDAG("AggregationTemporalFailure");
- TezCounters counters = runDAGAndVerify(dag, true);
+ // Wait for TableScan to be SUCCEEDED before killing the
Review Comment:
nit: unfinished sentence
--
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]