You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've seen a few bugs in pion/turn which could have been easily detected earlier if there were sufficient test coverage. With this ticket, let's aim for 80%+ coverage at least for ./internal/client package.
The text was updated successfully, but these errors were encountered:
I just added +4% with Client+Server tests for stale nonces!
@songjiayang@enobufs I will start a list of easy wins people can write tests for :) this is also a good chance to refactor/cleanup anything we run into.
The server has quite a few easy tests as well, we can send invalid packets in and confirm that an error gets returned/things don't crash turn.go should be easy to test
We've seen a few bugs in pion/turn which could have been easily detected earlier if there were sufficient test coverage. With this ticket, let's aim for 80%+ coverage at least for ./internal/client package.
The text was updated successfully, but these errors were encountered: