mirror of
https://github.com/corda/corda.git
synced 2025-05-29 21:54:26 +00:00
Moved distributed notary tests to integration-test. Stopped using full date as the test folder name.
This commit is contained in:
parent
50415d2afa
commit
9256056ebc
@ -41,7 +41,7 @@ import kotlin.test.assertFailsWith
|
|||||||
|
|
||||||
// TODO: clean up and rewrite this using DriverDSL
|
// TODO: clean up and rewrite this using DriverDSL
|
||||||
class DistributedNotaryTests {
|
class DistributedNotaryTests {
|
||||||
val baseDir = "build/notaryTest/${Date()}"
|
val baseDir = "build/notaryTest"
|
||||||
val notaryName = "Notary Service"
|
val notaryName = "Notary Service"
|
||||||
val clusterSize = 3
|
val clusterSize = 3
|
||||||
|
|
||||||
@ -49,6 +49,7 @@ class DistributedNotaryTests {
|
|||||||
fun setup() {
|
fun setup() {
|
||||||
LogHelper.setLevel("-org.apache.activemq")
|
LogHelper.setLevel("-org.apache.activemq")
|
||||||
LogHelper.setLevel(NetworkMapService::class)
|
LogHelper.setLevel(NetworkMapService::class)
|
||||||
|
File(baseDir).deleteRecursively()
|
||||||
File(baseDir).mkdirs()
|
File(baseDir).mkdirs()
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user