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 a271de9fa Fix conditional, simplify workflow. add 89a2fda62 Fix list_volumes in the Azure driver new 4c042a0a5 Merge branch 'fix-azure-list-volumes' of https://github.com/jan-mue/libcloud into jan-mue-fix-azure-list-volumes new d9f6268a2 Implement timeout based guard for list_volumes(). This way we don't end up in an infinite loop due to the bug in the code, invalid server response or similar. new 8b09ef2e9 Add changelog entry for #1891. new e76621a70 Fix test case. The 4 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: CHANGES.rst | 7 ++++- libcloud/compute/drivers/azure_arm.py | 22 ++++++++++++--- ...99999999_providers_Microsoft_Compute_disks.json | 3 ++- ...999999_providers_Microsoft_Compute_disks_1.json | 30 +++++++++++++++++++++ ...oft_Compute_disks_PAGINATION_INFINITE_LOOP.json | 31 ++++++++++++++++++++++ libcloud/test/compute/test_azure_arm.py | 16 ++++++++++- 6 files changed, 102 insertions(+), 7 deletions(-) create mode 100644 libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_providers_Microsoft_Compute_disks_1.json create mode 100644 libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_providers_Microsoft_Compute_disks_PAGINATION_INFINITE_LOOP.json