-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite ServerDeathTest to avoid fork()
I'm hoping this should resolve the flaky failures seen in #274. At the very least, using subprocesses instead of threads, making process lifetime explicit (rather than relying on gtest's death test infrastructure), and ensuring that an RPC succeeds before terminating the server should make failures easier to debug. Should fix #274.
- Loading branch information
1 parent
ff22136
commit 1a09aff
Showing
2 changed files
with
75 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters