Skip to content

Commit

Permalink
ignore warnings related to serial read
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Nov 14, 2024
1 parent c9edfd2 commit 6e3d823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warnings_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\(\"<urllib3\.connection\.HTTPSConnection object at [0-9a-z]+>: 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\(\"<urllib3\.connection\.HTTPSConnection object at [0-9a-z]+>: Failed to resolve .+ \(\[Errno -3\] Temporary failure in name resolution\)\"\)\)'
- 'WARNING: CID \d+: Could not find item ID .+ in traceability collection.'
Expand Down

0 comments on commit 6e3d823

Please sign in to comment.