Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HELIO tests repeatadly failing on CI #6917

Closed
dstansby opened this issue Apr 14, 2023 · 3 comments · Fixed by #6983
Closed

HELIO tests repeatadly failing on CI #6917

dstansby opened this issue Apr 14, 2023 · 3 comments · Fixed by #6983
Labels
Bug Probably a bug

Comments

@dstansby
Copy link
Member

dstansby commented Apr 14, 2023

Describe the bug

The following tests seem to be failing repeatedly on CI, but I can get them to pass fine locally. Maybe HELIO has blocked GitHub actions runners because we keep hitting their servers? Does anyone know who a HELIO contact is that we can ask about this?

FAILED ../../.tox/py39-online/lib/python3.9/site-packages/sunpy/net/helio/hec.py::sunpy.net.helio.hec.HECClient.search
FAILED ../../.tox/py39-online/lib/python3.9/site-packages/sunpy/net/helio/parser.py::sunpy.net.helio.parser.taverna_parser
FAILED ../../.tox/py39-online/lib/python3.9/site-packages/sunpy/net/helio/parser.py::sunpy.net.helio.parser.webservice_parser
FAILED ../../.tox/py39-online/lib/python3.9/site-packages/sunpy/net/helio/parser.py::sunpy.net.helio.parser.endpoint_parser
FAILED ../../.tox/py39-online/lib/python3.9/site-packages/sunpy/net/helio/parser.py::sunpy.net.helio.parser.wsdl_retriever
FAILED ../../.tox/py39-online/lib/python3.9/site-packages/sunpy/net/helio/tests/test_helio.py::test_webservice_parser

To Reproduce

from sunpy.net.helio import attrs as ha
from sunpy.net import attrs as a, Fido
timerange = a.Time('2005/01/03', '2005/12/03')
res = Fido.search(timerange, ha.MaxRecords(10),
     ha.TableName('rhessi_hxr_flare'))
print(res)

Screenshots

No response

System Details

No response

Installation method

No response

@dstansby
Copy link
Member Author

Ignore the above, the following script fails for me because it can't find any servers:

from sunpy.net.helio import attrs as ha
from sunpy.net import attrs as a, Fido
timerange = a.Time('2005/01/03', '2005/12/03')
res = Fido.search(timerange, ha.MaxRecords(10),
     ha.TableName('rhessi_hxr_flare'))
print(res)

@dstansby
Copy link
Member Author

I've asked the crowd at Helionauts here: https://helionauts.org/t/who-maintains-the-helio-servers/1098

@dstansby
Copy link
Member Author

I emailed Bob Bently at UCL/MSSL today to ask about the HELIO servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Probably a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant