mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
e562c5828b
Created a database snapshot of a clean Corda OS 4.5.1 database, which can now be used for testing by both the node driver and mock network. The MockNetwork was changed from using an in memory database to using an on disk database, and makes use of the snapshot to speed up setup times. The Node Driver was changed from defaulting to an in-memory database to defaulting to an on-disk database. Tests that do not specify the type of database to use will thus use an on-disk database. Tests that opt in for an in-memory database will continue to use an in-memory database as before. The database snapshots are copied to the node directory inside the build folder, therefore, they should be cleaned up after a build. Co-authored-by: Ross Nicoll <ross.nicoll@r3.com> |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.md |
corda-node-driver.
This artifact is the node-driver used for testing Corda.