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

transport-wide-cc-extensions-01 の出力に合わせてテストを変更する #119

Merged
merged 8 commits into from
Dec 30, 2024

Conversation

miosakuma
Copy link
Contributor

Sora 側の設定でトランスポートワイド輻輳制御を有効にしたところ、Stats の outbound-rtp の encoderImplementation が変わったため、テストが失敗しました。

Sora 側の設定は今後もトランスポートワイド輻輳制御を有効にするので設定に合わせてテスト結果の判定を修正します。


This pull request includes changes to the tests/test_openh264.py and tests/test_simulcast.py files to update the expected implementation strings for various video codecs.

Updates to expected implementation strings:

  • tests/test_openh264.py: Modified the expected implementation string for the "H264" codec in the test_openh264_simulcast test case to use a single instance of OpenH264 instead of three.
  • tests/test_simulcast.py: Updated the expected implementation strings for the "VP8", "VP9", and "AV1" codecs in the test_simulcast test case to use a single instance of the respective codec libraries instead of three.

@miosakuma miosakuma force-pushed the feature/fix-e2e-simulcast-encoder-adapter branch from c86d0bf to b37dad7 Compare December 30, 2024 04:42
tests/test_simulcast.py Outdated Show resolved Hide resolved
tests/test_macos.py Outdated Show resolved Hide resolved
@@ -89,7 +89,7 @@ def test_macos_simulcast(setup, video_codec_type, expected_implementation):
)
sendonly.connect(fake_video=True)

time.sleep(5)
time.sleep(10)
Copy link
Member

Choose a reason for hiding this comment

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

すみません、これ 5 に戻して貰えれば。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

09d1d5b で対応しました

@@ -101,7 +101,7 @@ def test_openh264_simulcast(setup, video_codec_type, expected_implementation):
)
sendonly.connect(fake_video=True)

time.sleep(5)
time.sleep(10)
Copy link
Member

Choose a reason for hiding this comment

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

こちらも 5 に戻して貰えれば。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

09d1d5b で対応しました

@miosakuma miosakuma merged commit c1cb589 into develop Dec 30, 2024
30 checks passed
@miosakuma miosakuma deleted the feature/fix-e2e-simulcast-encoder-adapter branch December 30, 2024 07:52
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.

2 participants