Test that a disconnect after the write request but before the data is an error
This commit is contained in:
@@ -114,7 +114,7 @@ class Environment
|
||||
raise "no addr" unless addr
|
||||
raise "no port" unless port
|
||||
@fake_pid = fork do
|
||||
exec fake + " " + addr.to_s + " " + port.to_s
|
||||
exec fake + " " + addr.to_s + " " + port.to_s + " " + @nbd1.pid.to_s
|
||||
end
|
||||
sleep(0.5)
|
||||
end
|
||||
|
Reference in New Issue
Block a user