-
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
feature: Offline PSSH support for manifest that are missing inline init data #2164
Conversation
Note: I tested all in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for working on this!
@joeyparrish I reviewed all comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good otherwise. Thanks!
I have updated the PR with the necessary changes. |
I have updated the PR with the necessary changes |
@joeyparrish , can you review it again with the latest changes? |
@avelad, sorry for the delay. I'm re-reviewing now. |
Test Failure:
|
I'm going to check the error, and tomorrow I'll fix it |
Thanks! |
@joeyparrish, I already corrected, there was a missing comprobation. It's weird because on my mac it didn't fail |
All tests passed! |
Now that all the shaka-bot tests have passed, is it possible/safe to merge it? |
Generally, yes. But in this case, I'm doing an additional test pass in our lab, so that we can check this against all supported platforms. I should have results within the hour. |
All tests passed in our lab. Thanks for your patience! |
Closes #1531 Change-Id: I001823978b2e8fe924206b47b6801f265ebae9c7
This is a PR for the same thing as #2042 for solving issue #1531 . I took the comments from #2042 and created a solution based on that with the issues resolved.
I test different type of contents and all works. However I know that the bot doesn't test on machine with persistent support, please review it manually also.