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 9679a3f commit 9325eeeCopy full SHA for 9325eee
br/tests/br_test_utils.sh
@@ -25,7 +25,7 @@ wait_log_checkpoint_advance() {
25
i=0
26
while true; do
27
# extract the checkpoint ts of the log backup task. If there is some error, the checkpoint ts should be empty
28
- log_backup_status=$(unset BR_LOG_TO_TERM && run_br --skip-goleak --pd $PD_ADDR log status --task-name $task_name --json 2>br.log)
+ log_backup_status=$(unset BR_LOG_TO_TERM && run_br --pd $PD_ADDR log status --task-name $task_name --json 2>br.log)
29
echo "log backup status: $log_backup_status"
30
local checkpoint_ts=$(echo "$log_backup_status" | head -n 1 | jq 'if .[0].last_errors | length == 0 then .[0].checkpoint else empty end')
31
echo "checkpoint ts: $checkpoint_ts"
0 commit comments