mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
Add 'Regulator' schema name to setup of database integration test of IRSDemoTest. (#427)
This commit is contained in:
parent
4d78d51663
commit
9f8536d010
@ -47,7 +47,7 @@ class IRSDemoTest : IntegrationTest() {
|
|||||||
|
|
||||||
@ClassRule @JvmField
|
@ClassRule @JvmField
|
||||||
val databaseSchemas = IntegrationTestSchemas(DUMMY_BANK_A_NAME.toDatabaseSchemaName(), DUMMY_BANK_B_NAME.toDatabaseSchemaName(),
|
val databaseSchemas = IntegrationTestSchemas(DUMMY_BANK_A_NAME.toDatabaseSchemaName(), DUMMY_BANK_B_NAME.toDatabaseSchemaName(),
|
||||||
DUMMY_NOTARY_NAME.toDatabaseSchemaName())
|
DUMMY_NOTARY_NAME.toDatabaseSchemaName(), "Regulator")
|
||||||
}
|
}
|
||||||
|
|
||||||
private val rpcUsers = listOf(User("user", "password", setOf("ALL")))
|
private val rpcUsers = listOf(User("user", "password", setOf("ALL")))
|
||||||
|
@ -29,4 +29,5 @@ CREATE LOGIN node_9 WITH PASSWORD = 'yourStrong(!)Password';
|
|||||||
CREATE LOGIN RAFTNotaryService_0 WITH PASSWORD = 'yourStrong(!)Password';
|
CREATE LOGIN RAFTNotaryService_0 WITH PASSWORD = 'yourStrong(!)Password';
|
||||||
CREATE LOGIN RAFTNotaryService_1 WITH PASSWORD = 'yourStrong(!)Password';
|
CREATE LOGIN RAFTNotaryService_1 WITH PASSWORD = 'yourStrong(!)Password';
|
||||||
CREATE LOGIN RAFTNotaryService_2 WITH PASSWORD = 'yourStrong(!)Password';
|
CREATE LOGIN RAFTNotaryService_2 WITH PASSWORD = 'yourStrong(!)Password';
|
||||||
|
CREATE LOGIN Regulator WITH PASSWORD = 'yourStrong(!)Password';
|
||||||
CREATE LOGIN RegulatorA WITH PASSWORD = 'yourStrong(!)Password';
|
CREATE LOGIN RegulatorA WITH PASSWORD = 'yourStrong(!)Password';
|
Loading…
Reference in New Issue
Block a user