mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user