Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 46/test chaincode raft #55

Merged
merged 14 commits into from
Oct 19, 2020
Merged

Issue 46/test chaincode raft #55

merged 14 commits into from
Oct 19, 2020

Conversation

dzikowski
Copy link
Contributor

@dzikowski dzikowski commented Oct 13, 2020

partially resolves #46

try {
sh "e2e-network/test-02-raft-2orgs.sh"
} finally {
archiveArtifacts artifacts: 'e2e-network/test-02-raft-2orgs.sh.logs/*', fingerprint: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#pytamBoNieWiem
do czego jest : fingerprint: true ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically a fingerprint is just a hash (MD5) of your artifacts that let you track down the build that created the artifact.

https://stackoverflow.com/questions/55393470/what-does-the-archiveartifacts-finger-print-false-mean

@@ -327,7 +327,7 @@ services:
working_dir: /var/hyperledger/cli/
command: /bin/bash
volumes:
- /var/run/:/host/var/run/
- /var/run/docker.sock:/host/var/run/docker.sock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Base automatically changed from issue-46/test-chaincode to main October 19, 2020 09:26
@dzikowski dzikowski merged commit 7d003bf into main Oct 19, 2020
@dzikowski dzikowski deleted the issue-46/test-chaincode-raft branch October 19, 2020 15:14
dzikowski pushed a commit that referenced this pull request Nov 18, 2021
Issue 46/test chaincode raft

Signed-off-by: Jakub Dzikowski <jakub.dzikowski@softwaremill.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create tests that verify chaincode invocation on running network
2 participants