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
While working on fixing the flaky TestSentReceivedMetrics (PR #1149) we noticed that all our current WS tests only test sending one message and disconnecting.
This issue is to add one or more tests where more than one message is passed, which will require a change in websocketEchoHandler() to avoid disconnecting after the first message.
Since the WS handler can impact test flakiness, make sure to test this change thoroughly.
The text was updated successfully, but these errors were encountered:
While working on fixing the flaky
TestSentReceivedMetrics
(PR #1149) we noticed that all our current WS tests only test sending one message and disconnecting.This issue is to add one or more tests where more than one message is passed, which will require a change in
websocketEchoHandler()
to avoid disconnecting after the first message.Since the WS handler can impact test flakiness, make sure to test this change thoroughly.
The text was updated successfully, but these errors were encountered: