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

Feature: Automatically trim unnecessarily long recording files while recording #33489

Open
christothes opened this issue Jan 14, 2023 · 1 comment
Labels
Azure.Core.TestFramework Mgmt This issue is related to a management-plane library. test-proxy Anything relating to test-proxy requests or issues.

Comments

@christothes
Copy link
Member

Some tests, usually LROs, spin on updating status for an operation that takes a long time to complete. This is especially common for ResourceManager tests.

The recording framework should detect superfluous status checks and only record checks with a unique status.

example: 1.7MB recording file for this test.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 14, 2023
@christothes christothes added Azure.Core.TestFramework test-proxy Anything relating to test-proxy requests or issues. labels Jan 14, 2023
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 14, 2023
@jsquire jsquire added the Mgmt This issue is related to a management-plane library. label Jan 14, 2023
@JoshLove-msft
Copy link
Member

There is already a feature request in the tools repo for this - Azure/azure-sdk-tools#2703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core.TestFramework Mgmt This issue is related to a management-plane library. test-proxy Anything relating to test-proxy requests or issues.
Projects
None yet
Development

No branches or pull requests

3 participants