You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reusing deliverer API as a blocks event source at peer we need to
lookup for correct policy name based on the RSCC resource API definition
name. This commit adds a factory method which introduces level of
indirection to allow lookup of correct policy name based on the deliver
API initialization handler.
Change-Id: Ib896736793722549f035cca9e0b6a4c871050615
Signed-off-by: Artem Barger <bartem@il.ibm.com>
Copy file name to clipboardExpand all lines: bddtests/features/bootstrap.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -254,14 +254,14 @@ Feature: Bootstrap
254
254
| ChainId | Start | End |
255
255
| com.acme.blockchain.jdoe.channel1 | 0 | 0 |
256
256
257
-
Then user "dev0Org0" should get a delivery "genesisBlockForMyNewChannel" from "peer0" of "1" blocks with "1" messages within "1" seconds
257
+
Then user "dev0Org0" should get a delivery "genesisBlockForMyNewChannel" from "peer0" of "0" blocks with "0" messages within "1" seconds
258
258
259
259
When user "dev0Org0" using cert alias "consortium1-cert" connects to deliver function on orderer "peer2" using port "7051"
260
260
And user "dev0Org0" sends deliver a seek request on orderer "peer2" with properties:
261
261
| ChainId | Start | End |
262
262
| com.acme.blockchain.jdoe.channel1 | 0 | 0 |
263
263
264
-
Then user "dev0Org0" should get a delivery "genesisBlockForMyNewChannelFromOtherOrgsPeer" from "peer2" of "1" blocks with "1" messages within "1" seconds
264
+
Then user "dev0Org0" should get a delivery "genesisBlockForMyNewChannelFromOtherOrgsPeer" from "peer2" of "0" blocks with "0" messages within "1" seconds
265
265
266
266
# Entry point for invoking on an existing channel
267
267
When user "peer0Admin" creates a chaincode spec "ccSpec" with name "example02" of type "GOLANG" for chaincode "github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02" with args
0 commit comments