dataroaring commented on code in PR #48435:
URL: https://github.com/apache/doris/pull/48435#discussion_r1979288078


##########
regression-test/suites/ccr_syncer_p1/test_backup_restore.groovy:
##########
@@ -66,4 +66,11 @@ suite("test_backup_restore") {
     target_sql " sync "
     res = target_sql "SELECT * FROM ${tableName}"
     assertEquals(res.size(), insert_num)
+
+    logger.info("=== Test 2: restore again ===")
+    assertTrue(syncer.restoreSnapshot(true))
+    syncer.waitTargetRestoreFinish()
+    target_sql " sync "
+    res = target_sql "SELECT * FROM ${tableName}"
+    assertEquals(res.size(), insert_num)

Review Comment:
   Better have a metric to check download is skipped. 



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to