Clean shutdown of ReliableProxySpec, see #2846
* Solved by adding missing Dequeue in throttler * Changed to FSM timers in throttler * Some boy scouting
This commit is contained in:
parent
3ceb02f846
commit
48c6374721
7 changed files with 105 additions and 103 deletions
|
|
@ -207,8 +207,8 @@ surprising ways.
|
|||
|
||||
* Don't issue a shutdown of the first node. The first node is the controller and if it shuts down your test will break.
|
||||
|
||||
* To be able to use ``blackhole``, ``passThrough``, and ``throttle`` you must activate the ``TestConductorTranport``
|
||||
by specifying ``testTransport(on = true)`` in your MultiNodeConfig.
|
||||
* To be able to use ``blackhole``, ``passThrough``, and ``throttle`` you must activate the failure injector and
|
||||
throttler transport adapters by specifying ``testTransport(on = true)`` in your MultiNodeConfig.
|
||||
|
||||
* Throttling, shutdown and other failure injections can only be done from the first node, which again is the controller.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue