• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cloudmarker / cloudmarker / 770
84%

Build:
DEFAULT BRANCH: master
Ran 12 May 2019 09:47AM UTC
Jobs 3
Files 39
Run time 20s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
770

push

travis-ci-com

susam
Handle CloudError while iterating on VMs in AzVM

The `CloudError` exception may be raised while iterating on the virtual
machines iterator in this line of code:

    for vm_index, vm in enumerate(virtual_machines_iter):

An example of such an error is:

        msrestazure.azure_exceptions.CloudError: Azure Error:
        DisallowedOperation
        Message: The current subscription type is not permitted to
        perform operations on any provider namespace. Please use a
        different subscription.

This is currently correctly handled in `AzCloud` because `AzCloud`
iterates on each resource iterator inside a `try` block in its
`_get_record()` function. A similar approach is used in this fix to
resolve this issue.

372 of 419 branches covered (88.78%)

Branch coverage included in aggregate %.

1874 of 2051 relevant lines covered (91.37%)

2.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 770.1 12 May 2019 09:48AM UTC 0
91.15
Travis Job 770.1
2 770.2 12 May 2019 09:48AM UTC 0
91.15
Travis Job 770.2
3 770.3 12 May 2019 09:47AM UTC 0
91.15
Travis Job 770.3
Source Files on build 770
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #770
  • 08c43f4a on github
  • Prev Build on master (#756)
  • Next Build on master (#813)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc