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

[android] Disable failing WriteSingleBatch tests #3564

Merged

Conversation

borongc
Copy link
Contributor

@borongc borongc commented Jun 14, 2024

This PR (#3325) changes SbPlayerGetMaximumNumberOfSamplesPerWrite() to 256 on ATV as Cobalt supports multiple samples per write to SbPlayer (b/227837774), but current testing files for SbPlayerWriteSampleTest.WriteSingleBatch tests are not long enough for the modification. Disable the tests and should be re-enabled once it fixes.

b/347097484

This PR (youtube#3325) changes SbPlayerGetMaximumNumberOfSamplesPerWrite() to 256 on ATV, but current testing files for SbPlayerWriteSampleTest.WriteSingleBatch tests are not long enough for the modification. Disable the tests and should be re-enabled once it fixes.

b/347097484
@kaidokert kaidokert force-pushed the disable_SbPlayerWriteSampleTest_WriteSingleBatch branch from abc1900 to bfcee4e Compare June 14, 2024 01:13
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.78%. Comparing base (225195b) to head (bfcee4e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3564      +/-   ##
==========================================
+ Coverage   58.75%   58.78%   +0.03%     
==========================================
  Files        1781     1781              
  Lines       85266    85272       +6     
==========================================
+ Hits        50096    50127      +31     
+ Misses      35170    35145      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@borongc borongc merged commit cc76a9c into youtube:main Jun 14, 2024
365 of 368 checks passed
@borongc borongc deleted the disable_SbPlayerWriteSampleTest_WriteSingleBatch branch June 14, 2024 07:39
@borongc borongc added the cp-25.lts.1+ Cherry Pick to the 25.lts.1+ branch label Jun 14, 2024
cobalt-github-releaser-bot pushed a commit that referenced this pull request Jun 14, 2024
This PR (#3325) changes
SbPlayerGetMaximumNumberOfSamplesPerWrite() to 256 on ATV as Cobalt
supports multiple samples per write to SbPlayer (b/227837774), but
current testing files for SbPlayerWriteSampleTest.WriteSingleBatch tests
are not long enough for the modification. Disable the tests and should
be re-enabled once it fixes.

b/347097484

(cherry picked from commit cc76a9c)
borongc added a commit that referenced this pull request Jun 14, 2024
#3567)

Refer to the original PR: #3564

This PR (#3325) changes
SbPlayerGetMaximumNumberOfSamplesPerWrite() to 256 on ATV as Cobalt
supports multiple samples per write to SbPlayer (b/227837774), but
current testing files for SbPlayerWriteSampleTest.WriteSingleBatch tests
are not long enough for the modification. Disable the tests and should
be re-enabled once it fixes.

b/347097484

Co-authored-by: Bo-Rong Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cp-25.lts.1+ Cherry Pick to the 25.lts.1+ branch on_device
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants