mirror of
https://github.com/corda/corda.git
synced 2024-12-22 06:17:55 +00:00
Ignore BFT map test for now
I've removed this test in my further BFT work
This commit is contained in:
parent
c4c4c51d7d
commit
6b4950290e
@ -5,13 +5,13 @@ import net.corda.node.services.transactions.BFTSmartServer
|
|||||||
import net.corda.node.utilities.configureDatabase
|
import net.corda.node.utilities.configureDatabase
|
||||||
import net.corda.testing.node.makeTestDataSourceProperties
|
import net.corda.testing.node.makeTestDataSourceProperties
|
||||||
import org.jetbrains.exposed.sql.Database
|
import org.jetbrains.exposed.sql.Database
|
||||||
import org.jetbrains.exposed.sql.Transaction
|
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.io.Closeable
|
import java.io.Closeable
|
||||||
import kotlin.test.assertEquals
|
|
||||||
import kotlin.concurrent.thread
|
import kotlin.concurrent.thread
|
||||||
|
import kotlin.test.assertEquals
|
||||||
|
|
||||||
class DistributedImmutableBFTMapTests {
|
class DistributedImmutableBFTMapTests {
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ class DistributedImmutableBFTMapTests {
|
|||||||
dataSource.close()
|
dataSource.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test @Ignore
|
||||||
fun `stores entries correctly and detects conflicts`() {
|
fun `stores entries correctly and detects conflicts`() {
|
||||||
(0..3).forEach { i ->
|
(0..3).forEach { i ->
|
||||||
thread { BFTSmartServer<String, String>(i, database, "bft_notary_committed_states_$i") }.apply { Thread.sleep(500) }
|
thread { BFTSmartServer<String, String>(i, database, "bft_notary_committed_states_$i") }.apply { Thread.sleep(500) }
|
||||||
|
Loading…
Reference in New Issue
Block a user