Skip to content

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

@yugangw-msft

Description

@yugangw-msft

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.

Metadata

Metadata

Assignees

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