Skip to content

Commit

Permalink
[FAB-4145] intermittent e2e failure in fabric verify
Browse files Browse the repository at this point in the history
Adding diagnostic logging and renaming the chaincode to a more
unique name to avoid running conflicts with other end2end tests
in the CI environments.

Updated: print out txId of the chaincode upgrade proposal

Change-Id: Iaa3b30202e9859cce74643cb32053dab48b12853
Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
  • Loading branch information
jimthematrix committed May 25, 2017
1 parent e62dbe0 commit 105d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/e2e/e2eUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function instantiateChaincode(userOrg, chaincode_path, version, upgrade, t){
request.chaincodeVersion,
request.args,
request.fcn,
request.txId
request.txId.getTransactionID()
));

return channel.sendUpgradeProposal(request)
Expand Down

0 comments on commit 105d16c

Please sign in to comment.