Skip to content

test_prune_images failing with master #1603

@alfred-landrum

Description

@alfred-landrum

I have a moby/moby PR, moby/moby#33005 , where I'm trying to update moby/moby 's docker-py to include #1590 .

I needed to pull a later docker-py commit to address 2bdaf7f .

I'm seeing the following test failure in the experimental test suite:

02:59:11 ______________________ PruneImagesTest.test_prune_images _______________________
02:59:11 /docker-py/tests/integration/api_image_test.py:306: in test_prune_images
02:59:11     result = self.client.prune_images()
02:59:11 /docker-py/docker/utils/decorators.py:35: in wrapper
02:59:11     return f(self, *args, **kwargs)
02:59:11 /docker-py/docker/api/image.py:300: in prune_images
02:59:11     return self._result(self._post(url, params=params), True)
02:59:11 /docker-py/docker/utils/decorators.py:47: in inner
02:59:11     return f(self, *args, **kwargs)
02:59:11 /docker-py/docker/api/client.py:179: in _post
02:59:11     return self.post(url, **self._set_request_timeout(kwargs))
02:59:11 /usr/lib/python2.7/dist-packages/requests/sessions.py:500: in post
02:59:11     return self.request('POST', url, data=data, json=json, **kwargs)
02:59:11 /usr/lib/python2.7/dist-packages/requests/sessions.py:457: in request
02:59:11     resp = self.send(prep, **send_kwargs)
02:59:11 /usr/lib/python2.7/dist-packages/requests/sessions.py:569: in send
02:59:11     r = adapter.send(request, **kwargs)
02:59:11 /usr/lib/python2.7/dist-packages/requests/adapters.py:407: in send
02:59:11     raise ConnectionError(err, request=request)
02:59:11 E   ConnectionError: ('Connection aborted.', BadStatusLine("''",))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions