We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf56e79 commit b44989eCopy full SHA for b44989e
br/tests/br_pitr/run.sh
@@ -71,8 +71,8 @@ incremental_delete_range_count=$(run_sql "select count(*) DELETE_RANGE_CNT from
71
echo "incremental_delete_range_count: $incremental_delete_range_count"
72
73
# wait checkpoint advance
74
-. "$CUR/../br_test_utils.sh" && wait_log_checkpoint_advance $TASK_NAME
75
current_ts=$(python3 -c "import time; print(int(time.time() * 1000) << 18)")
+. "$CUR/../br_test_utils.sh" && wait_log_checkpoint_advance $TASK_NAME
76
77
# dump some info from upstream cluster
78
# ...
0 commit comments