corda/node
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
..
capsule ENT-1633 increase node max heap size to 512m (#2851) 2018-03-26 13:41:37 +01:00
src Deprecated freeLocalHostAndPort, freePort and getFreeLocalPorts of TestUtils (#3630) 2018-07-17 14:42:30 +01:00
build.gradle Add jib gradle plugin to node (#3571) 2018-07-12 14:39:17 +01:00