zhengchenyu commented on code in PR #236:
URL: https://github.com/apache/tez/pull/236#discussion_r950219761


##########
tez-dag/src/test/java/org/apache/tez/dag/app/rm/TestTaskSchedulerManager.java:
##########
@@ -839,6 +855,60 @@ protected void instantiateSchedulers(String host, int 
port, String trackingUrl,
     }
   }
 
+  @Test(timeout = 10000)
+  public void testHandleException() throws Exception {
+    Configuration tezConf = new Configuration(new YarnConfiguration());
+    UserPayload defaultPayload = TezUtils.createUserPayloadFromConf(tezConf);
+
+    // Parse plugins
+    List<NamedEntityDescriptor> tsDescriptors;
+    BiMap<String, Integer> tsMap;
+    tsDescriptors = Lists.newLinkedList();

Review Comment:
   I will fix it. But ParameterNumber check is not easy to fix.
   
   ```
   ./tez-dag/src/main/java/org/apache/tez/dag/app/DAGAppMaster.java:2626:  
public static void parseAllPlugins(:22: More than 7 parameters (found 9). 
[ParameterNumber]
   ```



-- 
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]

Reply via email to