You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requests.exceptions.ConnectionError: HTTPConnectionPool(host='placeholder_hostname', port=80): Max retries exceeded with url: /api/v2/users/?page_size=25&username__iexact=workflow_normal (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5dc5fe9250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
The 'placeholder_hostname' seems to be a string.
Need to be added to /etc/hosts?
Need to be transformed with a sed command before executing?
What was the idea? :)
How can we help.
The text was updated successfully, but these errors were encountered:
The idea is that under tests/fixtures/ there is a docker-compose.yml that sets up a full stack with a local directory mounted for the postgres backend and all the tests run towards that exposed service. So that service needs to be up before you execute the tests which is done by sourcing the setup_aliases.(sh|ps1 depending on your platform) and running _test. The problem is that the that stack no longer works and I do not have docker any more due to licensing. So we need to come up with a way to have that stack fully functional so the tests can run as indended and probably update the instances to something more recent. Any help there is appreciated. I will als try to find some time to look into this.
Error:
The 'placeholder_hostname' seems to be a string.
Need to be added to /etc/hosts?
Need to be transformed with a sed command before executing?
What was the idea? :)
How can we help.
The text was updated successfully, but these errors were encountered: