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

[Fix]Failing tests due to AudioProcessingModule lifecycle #371

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

ipavlidakis
Copy link
Collaborator

📝 Summary

Tests were failing due to the lifecycle of the StreamAudioProcessingModule (which is being attached on WebRTC and that is holding a reference on it). Replacing the StreamAudioProcessingModule to MockAudioProcessingModule, tests fixes the issue.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change follows zero ⚠️ policy (required)
  • This change should receive manual QA
  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (Docusaurus, tutorial, CMS)

@ipavlidakis ipavlidakis added the bug Something isn't working label Apr 29, 2024
@ipavlidakis ipavlidakis self-assigned this Apr 29, 2024
@ipavlidakis ipavlidakis requested a review from a team as a code owner April 29, 2024 11:54
@ipavlidakis ipavlidakis merged commit 785c66e into main Apr 30, 2024
10 of 11 checks passed
@ipavlidakis ipavlidakis deleted the fix/failing-tests-due-to-audio-processing-module branch April 30, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants