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
The instrumentation event 'xmpp_element_in' checked in
'create_and_terminate_session' was actually NOT emitted in this test,
but in another ones. This is why the test was flaky.
Solution:
- Simplify event assertions - check them once in
'interleave_requests'.
- Make sure the events are emitted in the same test by using timestamps.
0 commit comments