From 6e3d8233a0e9861af8197e0b883f405e72b020af Mon Sep 17 00:00:00 2001 From: Jasper Craeghs Date: Thu, 14 Nov 2024 10:38:34 +0100 Subject: [PATCH] ignore warnings related to serial read --- warnings_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/warnings_config.yml b/warnings_config.yml index fa28d1d..3fc0bd2 100644 --- a/warnings_config.yml +++ b/warnings_config.yml @@ -3,6 +3,8 @@ sphinx: min: 0 max: 0 exclude: + - "WARNING: the mlx.traceability extension is not safe for parallel reading" + - "WARNING: doing serial read" - 'WARNING: Connection failed: HTTPSConnectionPool\(host=.+, port=\d+\): Max retries exceeded with url: /api/v2/[\w/?=&\\]+ \(Caused by NameResolutionError\(\": Failed to resolve .+ \(\[Errno -2\] Name or service not known\)\"\)\)' - 'WARNING: Connection failed: HTTPSConnectionPool\(host=.+, port=\d+\): Max retries exceeded with url: /api/v2/[\w/?=&\\]+ \(Caused by NameResolutionError\(\": Failed to resolve .+ \(\[Errno -3\] Temporary failure in name resolution\)\"\)\)' - 'WARNING: CID \d+: Could not find item ID .+ in traceability collection.'