Skip to content

Commit 9ef2526

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "CI: check-logs - add another exception" into stable/wallaby
2 parents 4515dc1 + aca6cbf commit 9ef2526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/check-logs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function filter_out_expected_critical {
3030
# Sometimes we see this during shutdown (upgrade).
3131
# See: https://bugs.launchpad.net/neutron/+bug/1863579
3232
grep -v "WSREP has not yet prepared node for application use"
33+
grep -v "Failed to fetch token data from identity server"
3334
;;
3435
*)
3536
# We have to provide some pass-through consumer to avoid:

0 commit comments

Comments
 (0)