Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
improve shutdown tests
new tests were flaky for slow systems; for some reason writing to the closet socket would exit prove instead of throw any kind of error. Instead we check that the child pid actually exits and loop a bit to avoid the race.
- Loading branch information
Showing
with
23 additions
and 4 deletions.
- +7 −0 t/lib/MemcachedTest.pm
- +16 −4 t/shutdown.t