Skip to content

Commit

Permalink
add message
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR committed Jan 9, 2025
1 parent 62d5ce3 commit b7f1798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/br/framework/br/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ func WaitForCompactComplete(c versioned.Interface, ns, name string, timeout time
return false, fmt.Errorf("Compact failed: %s", cpbk.Status.Message)
default:
log.Logf("the current status is: %s %s", cpbk.Status.State, cpbk.Status.Progress)
log.Logf("the current message is: %s", cpbk.Status.Message)
//do nothing
}

Expand Down

0 comments on commit b7f1798

Please sign in to comment.