mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
CORDA-2942: Remove multiple reps from the test (#5893)
... as it is proven to be stable now.
This commit is contained in:
committed by
Rick Parker
parent
3027483b10
commit
a4d63d1329
@ -63,10 +63,6 @@ class CordaServiceLifecycleFatalTests {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `JVM terminates on critical failure`() {
|
fun `JVM terminates on critical failure`() {
|
||||||
(1..20).forEach {
|
|
||||||
|
|
||||||
logger.info("Rep #$it")
|
|
||||||
|
|
||||||
// Scenario terminates JVM - node should be running out of process
|
// Scenario terminates JVM - node should be running out of process
|
||||||
driver(DriverParameters(startNodesInProcess = false, cordappsForAllNodes = listOf(enclosedCordapp()),
|
driver(DriverParameters(startNodesInProcess = false, cordappsForAllNodes = listOf(enclosedCordapp()),
|
||||||
notarySpecs = emptyList(),
|
notarySpecs = emptyList(),
|
||||||
@ -95,5 +91,4 @@ class CordaServiceLifecycleFatalTests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user