undici icon indicating copy to clipboard operation
undici copied to clipboard

Improve tests with more checks for unexpected `'disconnect'`

Open ronag opened this issue 3 years ago • 1 comments

Some of our tests might emit disconnect, reconnect and then pass even though a disconnect was not expected.

Add more assertions (t.fail()) to catch this if it happens.

ronag avatar Jul 11 '20 12:07 ronag

Hey @ronag I am trying to work on this issue. Can you give me a few examples of those tests that disconnect unexpectedly like this?

humancalico avatar Feb 17 '21 10:02 humancalico