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 2021/10/22 21:18:24 UTC

[libcloud] branch trunk updated (24ef735 -> d695dbf)

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 24ef735  Update setup.py classifiers metadata and indicate we also support Python 3.10.
     new fcc0d72  Update setUpClass method in the Azure integration tests class to clean up any stray / left over resources from previous runs.
     new f98e814  Test the change.
     new 3717570  Make sure we pass GITHUB_ env variables to the tox run.
     new 5bc982f  Update code per PR feedback, test the change again.
     new 049ac90  Use latest version of pytest for integration tests, use tee-sys functionality so produced output is printed to console in real time and also on success and not just on failure.
     new 784b67c  Fix bug in the clean up code.
     new 0b42b1c  Add additional print and assert.
     new 7b06167  Remove testing changes.
     new 139feb3  Include additional tags.
     new 14027fc  Use try / finally.
     new d31e3ee  Use larger chunk size to speed up the tests.
     new 106383c  Make sure value is an int, use valid prefix.
     new bbcaa27  Update more tests to use less chunks to speed up all tests which previously used 1 byte chunk size.
     new a3f5297  Add additional assert.
     new 5a2ee7c  Reduce workflow timeout now that we have substantially sped up the tests.
     new b973182  Pass -rsx flag to pytest to report reason for skipped tests.
     new d695dbf  Merge pull request #1617 from Kami/itests_cleanup_step

The 8667 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:
 .github/workflows/integration-tests.yml |  2 +-
 integration/storage/base.py             | 35 +++++++++++++++++++++++++------
 integration/storage/test_azure_blobs.py | 37 +++++++++++++++++++++++++++++++--
 tox.ini                                 |  7 ++++---
 4 files changed, 69 insertions(+), 12 deletions(-)