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

Automated tests for docker image before they are published #1220

Open
davidkel opened this issue Feb 10, 2022 · 0 comments
Open

Automated tests for docker image before they are published #1220

davidkel opened this issue Feb 10, 2022 · 0 comments
Labels
build enhancement New feature or request test

Comments

@davidkel
Copy link
Contributor

davidkel commented Feb 10, 2022

The docker image doesn't appear to have any automated testing where

  1. It's tested to show to at least builds
  2. It's tested to show that it can be used with different bindings

Two examples show that this is required

  1. The 0.4.2 caliper image fails to bind with fabric 1.4 due to an issue with the fabric-sdk-node 1.4 version
  2. A recently submitted change to the docker image to change the version of node would have broken the image build but as there are no tests the builds didn't fail.

see #1554 as this would allow for the testing of caliper without having to spin up a real backend blockchain to run the tests.

@davidkel davidkel added the enhancement New feature or request label Feb 10, 2022
@davidkel davidkel changed the title x Automated tests for docker image Feb 10, 2022
@davidkel davidkel added the build label Mar 2, 2022
@davidkel davidkel added the test label Apr 24, 2024
@davidkel davidkel changed the title Automated tests for docker image Automated tests for docker image before they are published Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request test
Projects
None yet
Development

No branches or pull requests

1 participant