Example
Sometimes, the CI checks fail due to a timeout when uss_qualifier queries a service at port 8074; the error message is:
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='host.docker.internal', port=8074): Read timed out. (read timeout=60)
When the CI is immediately rerun, this error usually disappears.
The service at port 8074 in the standard local deployment (used by CI) is mock_uss providing scdsc capabilities. Unfortunately, the details of this query attempt are not currently captured.
Example
Sometimes, the CI checks fail due to a timeout when uss_qualifier queries a service at port 8074; the error message is:
When the CI is immediately rerun, this error usually disappears.
The service at port 8074 in the standard local deployment (used by CI) is mock_uss providing scdsc capabilities. Unfortunately, the details of this query attempt are not currently captured.