You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/15 09:30:35 UTC

[libcloud] branch trunk updated (1211029 -> 8c4f229)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 1211029  Add changelog entry.
     new 3c10c7d  add tests for retry edge cases, remove unnecessary code
     new 6446f79  Merge branch 'apache:trunk' into trunk
     new 28f06fd  also parse the error in the raw response initializer to correctly mimic response behavior
     new a7a1521  fix linting errors
     new 8c4f229  Merge pull request #1664 from Germandrummer92/trunk

The 9044 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                          |  2 +
 libcloud/common/base.py             |  3 ++
 libcloud/storage/base.py            |  3 --
 libcloud/test/storage/test_base.py  | 53 ++++++++++++++++++++-------
 libcloud/test/storage/test_local.py | 56 +++++++++++++++-------------
 libcloud/test/test_connection.py    | 73 ++++++++++++++++++++++++++++++++-----
 6 files changed, 138 insertions(+), 52 deletions(-)