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

[RTC-398] File endpoint autoplay #336

Merged
merged 5 commits into from
Dec 6, 2023
Merged

[RTC-398] File endpoint autoplay #336

merged 5 commits into from
Dec 6, 2023

Conversation

roznawsk
Copy link
Member

@roznawsk roznawsk commented Dec 4, 2023

No description provided.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

Merging #336 (3a6cff8) into master (937914d) will decrease coverage by 0.02%.
Report is 2 commits behind head on master.
The diff coverage is 77.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #336      +/-   ##
==========================================
- Coverage   54.37%   54.35%   -0.02%     
==========================================
  Files          41       41              
  Lines        2082     2088       +6     
==========================================
+ Hits         1132     1135       +3     
- Misses        950      953       +3     
Files Coverage Δ
file/lib/file_source_endpoint.ex 88.70% <77.77%> (-2.37%) ⬇️

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 937914d...3a6cff8. Read the comment docs.

@roznawsk roznawsk marked this pull request as ready for review December 4, 2023 18:55
integration_test/test/hls_endpoint_test.exs Outdated Show resolved Hide resolved
file/lib/file_source_endpoint.ex Outdated Show resolved Hide resolved
Copy link
Contributor

@Karolk99 Karolk99 left a comment

Choose a reason for hiding this comment

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

🚀

assert File.read!(output_file) |> byte_size() == File.read!(reference_path) |> byte_size()
assert File.read!(output_file) == File.read!(reference_path)

Process.sleep(200)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need this Process.sleep? It's look a little bit random.

@roznawsk roznawsk merged commit 2a68ac8 into master Dec 6, 2023
29 checks passed
@roznawsk roznawsk deleted the RTC-398-file-autoplay branch December 6, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants