AngersZhuuuu commented on code in PR #1031:
URL: 
https://github.com/apache/incubator-celeborn/pull/1031#discussion_r1036929355


##########
client/src/test/java/org/apache/celeborn/client/ShuffleClientSuiteJ.java:
##########
@@ -182,13 +179,13 @@ private CelebornConf setupEnv(CompressionCodec codec) 
throws IOException, Interr
     shuffleClient = new ShuffleClientImpl(conf, new UserIdentifier("mock", 
"mock"));
 
     masterLocation.setPeer(slaveLocation);
-    when(endpointRef.askSync(
-            RegisterShuffle$.MODULE$.apply(TEST_APPLICATION_ID, 
TEST_SHUFFLE_ID, 1, 1),
-            ClassTag$.MODULE$.apply(PbRegisterShuffleResponse.class)))
+    when(endpointRef.askSync(any(), any(), any()))
         .thenAnswer(
-            t ->
-                RegisterShuffleResponse$.MODULE$.apply(
-                    StatusCode.SUCCESS, new PartitionLocation[] 
{masterLocation}));
+            t -> {
+              System.out.println("Return");

Review Comment:
   Remove



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