You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Arfrever Frehtes Taifersar Arahesis (JIRA)" <ji...@apache.org> on 2012/10/01 01:38:07 UTC

[dev] [jira] [Created] (LIBCLOUD-245) Test failures with Python 3.3

Arfrever Frehtes Taifersar Arahesis created LIBCLOUD-245:
------------------------------------------------------------

             Summary: Test failures with Python 3.3
                 Key: LIBCLOUD-245
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
             Project: Libcloud
          Issue Type: Bug
            Reporter: Arfrever Frehtes Taifersar Arahesis
         Attachments: libcloud-0.11.3-tests.log

Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by hash randomization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Commented] (LIBCLOUD-245) Test failures with Python 3.3

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466596#comment-13466596 ] 

Tomaz Muraus commented on LIBCLOUD-245:
---------------------------------------

Thanks for the report. I'll have a look.
                
> Test failures with Python 3.3
> -----------------------------
>
>                 Key: LIBCLOUD-245
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
>             Project: Libcloud
>          Issue Type: Bug
>            Reporter: Arfrever Frehtes Taifersar Arahesis
>         Attachments: libcloud-0.11.3-tests.log
>
>
> Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by hash randomization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Updated] (LIBCLOUD-245) Test failures with Python 3.3

Posted by "Arfrever Frehtes Taifersar Arahesis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arfrever Frehtes Taifersar Arahesis updated LIBCLOUD-245:
---------------------------------------------------------

    Attachment: libcloud-0.11.3-tests.log

Output of `PYTHONPATH="build/lib" python3.3 setup.py test`
                
> Test failures with Python 3.3
> -----------------------------
>
>                 Key: LIBCLOUD-245
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
>             Project: Libcloud
>          Issue Type: Bug
>            Reporter: Arfrever Frehtes Taifersar Arahesis
>         Attachments: libcloud-0.11.3-tests.log
>
>
> Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by hash randomization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Resolved] (LIBCLOUD-245) Test failures with Python 3.3

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-245.
-----------------------------------

    Resolution: Fixed

Closing because it the issue has been fixed.
                
> Test failures with Python 3.3
> -----------------------------
>
>                 Key: LIBCLOUD-245
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
>             Project: Libcloud
>          Issue Type: Bug
>            Reporter: Arfrever Frehtes Taifersar Arahesis
>            Assignee: Tomaz Muraus
>         Attachments: libcloud-0.11.3-tests.log
>
>
> Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by hash randomization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Assigned] (LIBCLOUD-245) Test failures with Python 3.3

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus reassigned LIBCLOUD-245:
-------------------------------------

    Assignee: Tomaz Muraus
    
> Test failures with Python 3.3
> -----------------------------
>
>                 Key: LIBCLOUD-245
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
>             Project: Libcloud
>          Issue Type: Bug
>            Reporter: Arfrever Frehtes Taifersar Arahesis
>            Assignee: Tomaz Muraus
>         Attachments: libcloud-0.11.3-tests.log
>
>
> Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by hash randomization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[dev] [jira] [Commented] (LIBCLOUD-245) Test failures with Python 3.3

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466607#comment-13466607 ] 

Tomaz Muraus commented on LIBCLOUD-245:
---------------------------------------

I've fixed test failures which happened with Python 3.3 due to:

- changes in xml.etree module
- changes in xmlrpclib module
- dictionary hash radnomization

All the test now pass with Python 3.3 for me. Can you please confirm it?

Thanks
                
> Test failures with Python 3.3
> -----------------------------
>
>                 Key: LIBCLOUD-245
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
>             Project: Libcloud
>          Issue Type: Bug
>            Reporter: Arfrever Frehtes Taifersar Arahesis
>         Attachments: libcloud-0.11.3-tests.log
>
>
> Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by hash randomization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira