diff --git a/tests/e2e/br/framework/br/wait.go b/tests/e2e/br/framework/br/wait.go index 077299c4e3..7f084552d7 100644 --- a/tests/e2e/br/framework/br/wait.go +++ b/tests/e2e/br/framework/br/wait.go @@ -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 }