-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[recorder] Zip recordings and add recordings/ to the .gitignore #5034
Comments
Compressing into a zip folder would mean that it might be hard to review in PRs? |
The recordings would at this point be impossible to review in PRs, but should they be reviewed in PRs? The value I'm trying to achieve is to reduce the thousands of lines in the diffs of PRs that are meaningless because they belong to the recordings, which will help to emphasize in the actual changes that the PR is trying to reflect. |
Yes IMO. |
Closing this issue after offline discussion with @sadasant The problem of recordings causing noise in PR is solved by @bterlson's work in #6701 Azure/azure-sdk#976 will cover future work of possibly not having the recordings in the repo in the first place. |
Every time the tests are updated, new recordings need to be generated. This is extremely disruptive for PR reviews. We can avoid this by zipping the recordings and dealing with the unzip process in the background. Once we do that, we can also .gitignore the recordings folder.
The text was updated successfully, but these errors were encountered: