Skip to content

ref(replay): Remove references to video filenames since videos are packed with recordings #93959

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

Merged
merged 4 commits into from
Jul 2, 2025

Conversation

cmanallen
Copy link
Member

@cmanallen cmanallen commented Jun 20, 2025

We pack recordings and videos into a single file. >90 days ago we did not do this and had two separate files for each mobile replay. For this reason we had to delete two files for each replay segment. That is no longer necessary. Removing this second, unused filename from our delete operations will optimize its performance and remove legacy code from our code base.

@cmanallen cmanallen requested a review from a team as a code owner June 20, 2025 17:10
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 20, 2025
Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93959      +/-   ##
==========================================
- Coverage   87.18%   85.62%   -1.57%     
==========================================
  Files       10437    10373      -64     
  Lines      603191   601555    -1636     
  Branches    23493    23222     -271     
==========================================
- Hits       525902   515087   -10815     
- Misses      76925    85785    +8860     
- Partials      364      683     +319     

Copy link
Member

@aliu39 aliu39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, all unpacked mobile replays should've been deleted from retention by now right?

@cmanallen cmanallen merged commit 81d1e5f into master Jul 2, 2025
64 of 65 checks passed
@cmanallen cmanallen deleted the cmanallen/replays-remove-unpacked-file-handling branch July 2, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants