corda/testing/node-driver
Yiftach Kaplan 79b75ff1ec
INFRA-429: Wait for log file to indicate that the process is running (#6433)
Wait for log file to indicate that a driver node process is running, instead of trying to open a socket on the port the node is attempting to binding on. This means the driver is more responsive to the node being ready, as well as removing a race condition where the binding test could block the node from starting.

As sometimes nodes do not log this information, after 20 seconds we presume the node is up.
2020-07-13 11:42:30 +01:00
..
src INFRA-429: Wait for log file to indicate that the process is running (#6433) 2020-07-13 11:42:30 +01:00
build.gradle INFRA-415: Add empty javadoc to node-driver (#6429) 2020-07-02 16:17:34 +01:00
README.md INFRA-415: Add empty javadoc to node-driver (#6429) 2020-07-02 16:17:34 +01:00

corda-node-driver.

This artifact is the node-driver used for testing Corda.