Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Playback Record Naming #14801

Merged

Conversation

alzimmermsft
Copy link
Member

Fixes #14789

This PR enhances playback record naming to include the test's class name and its permutation (if applicable). The new test recording name is now className.testName[permutation]. When loading for test playback both the new and old format, just test name, will be checked before throwing an exception. Recordings are now saved using the new naming convention. This change will reduce the likelihood of test recording name collisions.

@alzimmermsft alzimmermsft added Client This issue points to a problem in the data-plane of the library. Azure.Core azure-core common common module used by all azure SDKs (e.g. client, Mgmt) test-enhancement MQ-Testing Testing milestone quality labels Sep 4, 2020
@alzimmermsft alzimmermsft self-assigned this Sep 4, 2020
@alzimmermsft alzimmermsft merged commit 3d9d990 into Azure:master Sep 10, 2020
@alzimmermsft alzimmermsft deleted the AzTest_EnhanceTestingRecording branch September 10, 2020 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core azure-core Client This issue points to a problem in the data-plane of the library. common common module used by all azure SDKs (e.g. client, Mgmt) MQ-Testing Testing milestone quality test-enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance Test Recording File Names
3 participants