-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: Add null check for current reference #7184
fix: Add null check for current reference #7184
Conversation
Incremental code coverage: 100.00% |
I'm okay with the fix, but we have some consistent test failures. Looks like some expectations need to be updated. |
Or possibly some other test logic needs to be updated. Not sure. |
@joeyparrish Thanks for the review. I see the common failing test. I'll take a look at what is going on there. |
@willdharris, I have prepared new releases for v4.10.x and v4.9.x, but I will wait another day to see this get finished and merged. |
I'm still not sure how to resolve the failed test.
The failing test indicates |
|
The streaming engine tests use a lot of complicated fakes in them. It unfortunately makes those tests difficult to debug. It's possible this is a result of a bug in the |
With #7197 the problem is solved, once it is merged, please rebase from the main branch, thanks! |
@willdharris can you rebase the PR? Thanks! |
c10bf2e
to
7681942
Compare
I'm going to revert this change, sorry! Due to this change, it is being observed that there are many warning logs of the type: And it breaks some HLS streams causing the downloaded segments to be duplicated, for example: https://cadena100-cope.flumotion.com/chunks.m3u8 |
…Time" and hls playback errors Reverts shaka-project#7184 ("fix: Add null check for current reference") See shaka-project#7184 (comment)
…Time" and hls playback errors (#7239) Reverts #7184 ("fix: Add null check for current reference") See #7184 (comment)
…Time" and hls playback errors (#7239) Reverts #7184 ("fix: Add null check for current reference") See #7184 (comment)
…Time" and hls playback errors (#7239) Reverts #7184 ("fix: Add null check for current reference") See #7184 (comment)
Resolves #7174.