From 661ca4dc064d576343a2d88d8d394116d73dfc4a Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 26 Nov 2021 11:26:53 +0100 Subject: [PATCH] CI: check-logs - add another exception It was seen in [1] and some other occassions, possibly neutron was trying to fetch token while keystone was being upgraded. [1]: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ec2/665117/12/check/kolla-ansible-ubuntu-source-upgrade/ec2fc04/primary/logs/kolla/all-CRITICAL.txt Change-Id: If8c569e1f7815520c84627671e3cbf275bed8ff9 --- tests/check-logs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check-logs.sh b/tests/check-logs.sh index d1795a9948..9e4c659504 100755 --- a/tests/check-logs.sh +++ b/tests/check-logs.sh @@ -30,6 +30,7 @@ function filter_out_expected_critical { # 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" + grep -v "Failed to fetch token data from identity server" ;; *) # We have to provide some pass-through consumer to avoid: