From 6e9e66b89286e177af3107b662c38f6ceddfe3bd Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Wed, 29 Nov 2023 10:04:10 +0100
Subject: [PATCH] CI: Add oslo_db.exception.DBConnectionError to check-logs.sh

Change-Id: Ia1de6d9452e2c900169e9b4ccb7dfc1280283909
---
 tests/check-logs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/check-logs.sh b/tests/check-logs.sh
index 2da6b55967..33806845d0 100755
--- a/tests/check-logs.sh
+++ b/tests/check-logs.sh
@@ -35,6 +35,7 @@ function filter_out_expected_critical {
     */neutron-server.log)
         # Sometimes we see this during shutdown (upgrade).
         # See: https://bugs.launchpad.net/neutron/+bug/1863579
+        grep -v "Unhandled error: oslo_db.exception.DBConnectionError" |
         grep -v "WSREP has not yet prepared node for application use" |
         grep -v "Failed to fetch token data from identity server"
         ;;