jerqi commented on code in PR #890:
URL: https://github.com/apache/incubator-uniffle/pull/890#discussion_r1196311846


##########
client-tez/src/test/java/org/apache/tez/common/TezIdHelperTest.java:
##########
@@ -0,0 +1,17 @@
+package org.apache.tez.common;
+
+import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.assertEquals;
+
+public class TezIdHelperTest {
+
+  @Test
+  public void TestTetTaskAttemptId(){
+    TezIdHelper tezIdHelper = new TezIdHelper();

Review Comment:
   Could we use assert to judge whether the value is correct?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to