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

Create Test Scenarios for the External Chaincode Launcher #264

Open
lindluni opened this issue Jan 10, 2021 · 0 comments
Open

Create Test Scenarios for the External Chaincode Launcher #264

lindluni opened this issue Jan 10, 2021 · 0 comments

Comments

@lindluni
Copy link
Contributor

The external chaincode launcher was added as part of the v2.0.0 release. This change allows users to break free of the dependency on the docker daemon inside the peer.

In particular users can launch chaincode as standalone servers, they can launch docker containers out of band running chaincode and connect to them, or they can launch separate kubernetes pods running the chaincode.

This encapsulates two test scenarios:

  • Launching the chaincode in Docker out of band and connecting to it
  • Launching the chaincode as a separate pod and connecting to it

We can make use of some tool such as microk8s to run the tests in CI: https://microk8s.io/

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

No branches or pull requests

1 participant