Skip to content

Create Test Scenarios for the External Chaincode Launcher #264

@lindluni

Description

@lindluni

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions