Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149313450
D53080.1789851937.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
453 B
Referenced Files
None
Subscribers
None
D53080.1789851937.diff
View Options
diff --git a/tests/sys/fs/fusefs/bad_server.cc b/tests/sys/fs/fusefs/bad_server.cc
--- a/tests/sys/fs/fusefs/bad_server.cc
+++ b/tests/sys/fs/fusefs/bad_server.cc
@@ -65,6 +65,11 @@
out.header.unique = 0; // Asynchronous notification
out.expected_errno = EINVAL;
m_mock->write_response(out);
+ /*
+ * Tell the event loop to quit. The kernel has already disconnected us
+ * because of the short write.
+ */
+ m_mock->m_quit = true;
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 19, 9:05 PM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29775216
Default Alt Text
D53080.1789851937.diff (453 B)
Attached To
Mode
D53080: fusefs: fix intermittency in the BadServer.ShortWrite test
Attached
Detach File
Event Timeline
Log In to Comment