mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Fix IntegrationTestingTutorial network map race condition (#947)
* Ignoring and adding a TODO to a test that fails spuriously during CI. * Ensure both parties are regsitered with network map in the integration test tutorial and update docs to reflect this best practice. * Minor readability fix.
This commit is contained in:
@ -51,6 +51,9 @@ class IntegrationTestingTutorial {
|
||||
|
||||
val bobClient = bob.rpcClientToNode()
|
||||
val bobProxy = bobClient.start("bobUser", "testPassword2").proxy
|
||||
|
||||
aliceProxy.waitUntilRegisteredWithNetworkMap().getOrThrow()
|
||||
bobProxy.waitUntilRegisteredWithNetworkMap().getOrThrow()
|
||||
// END 2
|
||||
|
||||
// START 3
|
||||
|
Reference in New Issue
Block a user