You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 3 directories in caliper-test-integration
fabric_docker_distributed_tests
fabric_docker_local_tests
fabric_tests (currently the only one used as part of the caliper build process)
fabric_tests are the main tests for fabric, fabric_docker_distributed_tests tests using the docker image with remote workers, fabric_docker_local_tests tests using the docker image using local workers.
What we need is
a test of the docker image
a test where remote workers are used
we want to avoid creating to many different integration tests in fabriv as it is expensive to download and start the network currently so we could merge these 2 into a single integration test
The text was updated successfully, but these errors were encountered:
see #1554 as this would allow for the testing of caliper for areas like the docker image and remote workers without having to spin up a real backend blockchain to run the tests.
There are 3 directories in caliper-test-integration
fabric_tests are the main tests for fabric, fabric_docker_distributed_tests tests using the docker image with remote workers, fabric_docker_local_tests tests using the docker image using local workers.
What we need is
we want to avoid creating to many different integration tests in fabriv as it is expensive to download and start the network currently so we could merge these 2 into a single integration test
The text was updated successfully, but these errors were encountered: