Skip to content

VCR scenario test: recorded VCR cassette can't be played across different python version  #199

Description

For tracking: if you record it by running python 3.5, the test can't pass under python 2.7.
The real issue comes from python msrest runtime, that the resource url constructed under 2.7 contains double '/' such as ...resourcegroups/XPLATTESTGEXTENSION9085/providers/Microsoft.Compute//virtualMachines/.... this causes the key not found as the url is used as the key.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugThis issue requires a change to an existing behavior in the product in order to be resolved.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions