corda/testing
Shams Asari 921b132658
Deprecated freeLocalHostAndPort, freePort and getFreeLocalPorts of TestUtils (#3630)
They're prone to cause flaky tests due to the "allocated" ports already being taken by the system when eventually needed. Replaced usages with PortAllocation.Incremental.

Affected unit tests made into integration tests to avoid any issues in the future when unit tests are made to run in parallel.
2018-07-17 14:42:30 +01:00
..
node-driver Deprecated freeLocalHostAndPort, freePort and getFreeLocalPorts of TestUtils (#3630) 2018-07-17 14:42:30 +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-common CORDA-1660: Wiring up the CordaRPCClient class loader to the p2p serialisation context. (#3454) 2018-06-27 17:02:35 +01:00
test-utils Deprecated freeLocalHostAndPort, freePort and getFreeLocalPorts of TestUtils (#3630) 2018-07-17 14:42:30 +01:00