pull/146/head
Chip Senkbeil 2 years ago
parent ebb53cc34d
commit 6ea5332fbe
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -189,6 +189,7 @@ mod tests {
// Kill the server to make the connection fail
task.abort();
let _ = task.await;
// Verify the connection fails by trying to read from it (should get connection reset)
// TODO: Killing the pipe doesn't actually send any confirmation, so reading hangs. Need

Loading…
Cancel
Save