Skip to content

Catch HTTP errors from MAST outages in network tests#21

Merged
jpdeleon merged 1 commit into
mainfrom
upgrade
Apr 9, 2026
Merged

Catch HTTP errors from MAST outages in network tests#21
jpdeleon merged 1 commit into
mainfrom
upgrade

Conversation

@jpdeleon

@jpdeleon jpdeleon commented Apr 9, 2026

Copy link
Copy Markdown
Owner

The existing tests only caught RemoteServiceError, but MAST outages also raise requests.exceptions.HTTPError (HTTP 500). Widen the catch to include HTTPError, ConnectionError, and TimeoutError so CI xfails gracefully on remote service issues instead of failing the build.

The existing tests only caught RemoteServiceError, but MAST outages
also raise requests.exceptions.HTTPError (HTTP 500). Widen the catch
to include HTTPError, ConnectionError, and TimeoutError so CI xfails
gracefully on remote service issues instead of failing the build.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@jpdeleon jpdeleon merged commit 6329962 into main Apr 9, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant