Merge "CI: Ignore neutron-server CRITICAL about WSREP"
This commit is contained in:
commit
c63722f32a
@ -26,6 +26,11 @@ function filter_out_expected_critical {
|
|||||||
# Sometimes we see this during upgrade when keystone is down.
|
# Sometimes we see this during upgrade when keystone is down.
|
||||||
grep -v "Failed to fetch token data from identity server"
|
grep -v "Failed to fetch token data from identity server"
|
||||||
;;
|
;;
|
||||||
|
*/neutron-server.log)
|
||||||
|
# Sometimes we see this during shutdown (upgrade).
|
||||||
|
# See: https://bugs.launchpad.net/neutron/+bug/1863579
|
||||||
|
grep -v "WSREP has not yet prepared node for application use"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
# We have to provide some pass-through consumer to avoid:
|
# We have to provide some pass-through consumer to avoid:
|
||||||
# grep: write error: Broken pipe
|
# grep: write error: Broken pipe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user