Skip to content

Commit dc5a685

Browse files
authored
Fix functional tests pipeline failures (#3446)
Add upstream error to expected errors list
1 parent 0bbb602 commit dc5a685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/suite/graceful_recovery_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ func getUnexpectedNginxErrorLogs(nginxPodName, namespace string) string {
585585
"connect() failed (111: Connection refused)",
586586
"could not be resolved (host not found) during usage report",
587587
"server returned 429",
588+
"no live upstreams while connecting to upstream",
588589
}
589590

590591
unexpectedErrors := ""

0 commit comments

Comments
 (0)