Code review comment for lp:~jelmer/brz/fix-flaky

Revision history for this message
Vincent Ladeuil (vila) wrote :

Err, no

Please.

Disable those tests if you wish but if you want to fix them it's either:
- the easy way: no server and client sharing a socket in the same process
- the hard way: fix races when using server and client sharing a socket in the same process

You won't get the later by peppering blindly.

« Back to merge proposal