Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e-network/docker/test-02-v2-raft-2orgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ waitForContainer "orderer1.group1.orderer1.com" "Starting Raft node channel=my-c
waitForContainer "orderer2.group1.orderer1.com" "Starting Raft node channel=my-channel1"
waitForContainer "orderer2.group1.orderer1.com" "Starting Raft node channel=my-channel2"

waitForContainer "orderer0.group1.orderer1.com" "Created and started new channel my-channel1"
waitForContainer "orderer0.group1.orderer1.com" "Created and started new channel my-channel2"
waitForContainer "orderer0.group2.orderer2.com" "Created and started new channel my-channel3"

# check if org1 is ready
Expand Down
10 changes: 5 additions & 5 deletions e2e-network/docker/test-05-v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ trap 'networkDown ; echo "Test failed" ; exit 1' ERR SIGINT
# start the network
networkUp

waitForContainer "orderer0.group1.orderer.example.com" "Starting raft node as part of a new channel channel=my-channel1"
waitForContainer "orderer0.group1.orderer1.example.com" "Starting raft node as part of a new channel channel=my-channel1"
waitForContainer "orderer0.group2.orderer2.example.com" "Starting raft node as part of a new channel channel=my-channel2"
waitForContainer "ca.org1.example.com" "Listening on https://0.0.0.0:7054"
waitForContainer "peer0.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
waitForContainer "peer1.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
waitForContainer "peer1.org1.example.com" "Joining gossip network of channel my-channel2 with 1 organizations"
waitForContainer "peer0.org1.example.com" "Learning about the configured anchor peers of Org1MSP for channel my-channel1"
waitForContainer "peer0.org1.example.com" "Anchor peer.*with same endpoint, skipping connecting to myself"
waitForContainer "peer0.org1.example.com" "Membership view has changed. peers went online:.*peer1.org1.example.com:7042"
waitForContainer "peer1.org1.example.com" "Learning about the configured anchor peers of Org1MSP for channel my-channel1"
waitForContainer "peer1.org1.example.com" "Membership view has changed. peers went online:.*peer0.org1.example.com:7041"
waitForContainer "peer1.org1.example.com" "Learning about the configured anchor peers of Org1MSP for channel my-channel2"
waitForContainer "peer1.org1.example.com" "Anchor peer.*with same endpoint, skipping connecting to myself"

# Test simple chaincode
expectInvoke "peer0.org1.example.com" "my-channel1" "chaincode1" \
Expand Down
Loading
Loading