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

Support remote access to arrays #189

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Support remote access to arrays #189

wants to merge 5 commits into from

Conversation

martaiborra
Copy link
Contributor

No description provided.

@martaiborra
Copy link
Contributor Author

The test_server.py tests aren't passing in any platform with the following error:

in linux and Mac

requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=28800): Max retries exceeded with url: /v1/catalog/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb7c6d55e50>: Failed to establish a new connection: [Errno 111] Connection refused'))

in windows

requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=28800): Max retries exceeded with url: /v1/meta/?array_id=arange.iarr (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000020520BA0F40>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))

So maybe the subprocess cannot run properly when running the tests through the cmd or maybe we cannot test those operations in Azure.

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