corda/testing
Michele Sollecito 584387d5ec
Fixed some problem I discovered while working on another story (#3901)
* - Fixed some problems with error handling for Observables.
- Eliminated incorrect double `stop()` call for RpcBroker.
- Added `Schedulers.shutdown()` call in `stop()` implementation for Node and Driver, to avoid stuck processes when observable pipelines go wrong.

* Fixed a missing import.

* Removed `Schedulers.shutdown()` for now.

* Fixed an issue with `pendingFlowsCount()` function.
2018-09-06 13:11:41 +01:00
..
node-driver Fixed some problem I discovered while working on another story (#3901) 2018-09-06 13:11:41 +01:00
smoke-test-utils Fixed broken smoke test caused by no notaries in the network parameters (#3461) 2018-06-28 09:43:29 +01:00
test-cli Cli backwards compatibility testing (#3733) 2018-08-16 15:44:40 +01:00
test-common [CORDA-1937]: Refactor NodeConfiguration hierarchy. (#3856) 2018-09-04 10:26:10 +01:00
test-utils Fixedd a mistake in CertificateStoreStubs. (#3893) 2018-09-04 17:31:42 +01:00