Skip to content

Commit 061f536

Browse files
authored
add "num errors=0" to errorIgnorePatterns (#803)
1 parent 1ab8005 commit 061f536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/lib/velero_helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ var errorIgnorePatterns = []string{
153153
"awserr.Error contents",
154154
"Error creating parent directories for blob-info-cache-v1.boltdb",
155155
"blob unknown",
156+
"num errors=0",
156157
}
157158

158159
func recoverFromPanicLogs(veleroNamespace string, panicReason interface{}, panicFrom string) string {

0 commit comments

Comments
 (0)