DanielWang2035 commented on code in PR #11680:
URL: https://github.com/apache/iotdb/pull/11680#discussion_r1423512468


##########
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/connector/PipeDataNodeThriftRequestTest.java:
##########
@@ -167,4 +233,9 @@ public void testPIpeTransferFilePieceResp() throws 
IOException {
     Assert.assertEquals(resp.getStatus(), deserializeResp.getStatus());
     Assert.assertEquals(resp.getEndWritingOffset(), 
deserializeResp.getEndWritingOffset());
   }
+
+  @Test
+  public void testPIpeTransferSnapshotPieceResp() throws IOException {
+    // TODO: add test

Review Comment:
   fixed



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