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

Fix indentation in some description [carry 38654] #39519

Merged
merged 1 commit into from Jul 14, 2019

Conversation

thaJeztah
Copy link
Member

Fix the indentation to allow jane-openapi generate to work

closes #38654

Fix the indentation to allow jane-openapi generate to work

Signed-off-by: Jeremy Leherpeur <jeremy.leherpeur@yousign.fr>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

Docker-py failure is a known flaky test, and fixed in docker/docker-py#2327 (which is in docker-py 4.0.0 and up);

13:54:17 =================================== FAILURES ===================================
13:54:17 ______________ RestartContainerTest.test_restart_with_low_timeout ______________
13:54:17 /docker-py/tests/integration/api_container_test.py:1173: in test_restart_with_low_timeout
13:54:17     self.client.restart(container, timeout=3)
13:54:17 /docker-py/docker/utils/decorators.py:19: in wrapped
13:54:17     return f(self, resource_id, *args, **kwargs)
13:54:17 /docker-py/docker/api/container.py:1052: in restart
13:54:17     res = self._post(url, params=params, timeout=conn_timeout)
13:54:17 /docker-py/docker/utils/decorators.py:46: in inner
13:54:17     return f(self, *args, **kwargs)
13:54:17 /docker-py/docker/api/client.py:221: in _post
13:54:17     return self.post(url, **self._set_request_timeout(kwargs))
13:54:17 /usr/lib/python2.7/dist-packages/requests/sessions.py:535: in post
13:54:17     return self.request('POST', url, data=data, json=json, **kwargs)
13:54:17 /usr/lib/python2.7/dist-packages/requests/sessions.py:488: in request
13:54:17     resp = self.send(prep, **send_kwargs)
13:54:17 /usr/lib/python2.7/dist-packages/requests/sessions.py:609: in send
13:54:17     r = adapter.send(request, **kwargs)
13:54:17 /usr/lib/python2.7/dist-packages/requests/adapters.py:499: in send
13:54:17     raise ReadTimeout(e, request=request)
13:54:17 E   ReadTimeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=4)
13:54:17 - generated xml file: /go/src/github.com/docker/docker/bundles/test-docker-py/results.xml -

@thaJeztah
Copy link
Member Author

Windows RS1 is hanging again on a cleanup script before starting tests; and Janky passed otherwise;

13:45:36 OK: 1468 passed, 52 skipped
13:45:36 PASS

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

Successfully merging this pull request may close these issues.

None yet

4 participants