You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Danny Milosavljevic (JIRA)" <ji...@apache.org> on 2017/06/16 13:11:00 UTC

[jira] [Comment Edited] (LIBCLOUD-923) test_RawResponse_class_read_method - test fails

    [ https://issues.apache.org/jira/browse/LIBCLOUD-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16051870#comment-16051870 ] 

Danny Milosavljevic edited comment on LIBCLOUD-923 at 6/16/17 1:10 PM:
-----------------------------------------------------------------------

{{ERROR: test_RawResponse_class_read_method (libcloud.test.test_response_classes.ResponseClassesTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/test/test_response_classes.py", line 111, in test_RawResponse_class_read_method
    response = conn.request('/raw_data', raw=True)
  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/common/base.py", line 594, in request
    stream=stream)
  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/test/__init__.py", line 156, in prepared_request
    r_status, r_body, r_headers, r_reason = self._get_request(method, url, body, headers)
  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/test/__init__.py", line 128, in _get_request
    meth = getattr(self, meth_name.replace('%', '_'))
AttributeError: 'TestMockHttp' object has no attribute '_raw_data'
}}


was (Author: dannym):
{{ERROR: test_RawResponse_class_read_method (libcloud.test.test_response_classes.ResponseClassesTests)----------------------------------------------------------------------Traceback (most recent call last):  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/test/test_response_classes.py", line 111, in test_RawResponse_class_read_method    response = conn.request('/raw_data', raw=True)  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/common/base.py", line 594, in request    stream=stream)  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/test/__init__.py", line 156, in prepared_request    r_status, r_body, r_headers, r_reason = self._get_request(method, url, body, headers)  File "/tmp/guix-build-python-apache-libcloud-2.0.0.drv-0/apache-libcloud-2.0.0/libcloud/test/__init__.py", line 128, in _get_request    meth = getattr(self, meth_name.replace('%', '_'))AttributeError: 'TestMockHttp' object has no attribute '_raw_data'}}

> test_RawResponse_class_read_method - test fails
> -----------------------------------------------
>
>                 Key: LIBCLOUD-923
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-923
>             Project: Libcloud
>          Issue Type: Test
>         Environment: I get a test failure with apache libcloud 2.0.0 in test_RawResponse_class_read_method.
>            Reporter: Danny Milosavljevic
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)