NOTICK fix smoke tests and slow integration tests (#6422)

* Add schema migration to smoke tests
* Fix driver to work correctly for out-of-proc node with persistent database.
Co-authored-by: Ross Nicoll <ross.nicoll@r3.com>
This commit is contained in:
Christian Sailer
2020-07-09 15:13:20 +01:00
committed by GitHub
parent 4091fdc8b1
commit 057a8d8ae9
4 changed files with 32 additions and 10 deletions

View File

@ -80,7 +80,8 @@ constructor(private val initSerEnv: Boolean,
"-jar",
"corda.jar",
"run-migration-scripts",
"--core-schemas"
"--core-schemas",
"--app-schemas"
)
private const val LOGS_DIR_NAME = "logs"