Andrew J. Stone
6cd649d5ab
Ensure keylist pids are stopped when fs cancelled
...
When fullsync is cancelled, we want to make sure that the keylist pids
it was using actually go away. Add that code to repl_cancel_fullsync.
2014-05-28 15:23:41 -04:00
Christopher Meiklejohn
236ad884f9
Verify that after stopping, no sources running.
2014-05-28 14:51:54 +02:00
Andrew J. Stone
8c3beedcc8
Make repl_cancel_fullsync more robust
...
* add repl_util:wait_until_fullsync_started/1
* add repl_util:wait_until_fullsync_stopped/1
* remove timeouts and use above calls to confirm our test is in the
right state
2014-05-27 17:41:15 -04:00
Andrew J. Stone
59ad7841ba
add stop command and read assertion to repl_cancel_fullsync
2014-05-27 13:04:19 -04:00
Christopher Meiklejohn
dfdfb51739
Ensure we can cancel a fullsync and restart.
2014-05-26 23:03:04 +02:00