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

Be able to test both fixed-asset and fixed-asset-base in a build #209

Open
davidkel opened this issue Jul 1, 2022 · 0 comments
Open

Be able to test both fixed-asset and fixed-asset-base in a build #209

davidkel opened this issue Jul 1, 2022 · 0 comments
Labels
build enhancement New feature or request

Comments

@davidkel
Copy link
Contributor

davidkel commented Jul 1, 2022

Currrently fixed-asset-base isn't tested by the build as the benchmarks specify a chaincode of fixed-asset which could test fixed-asset or fixed-asset-base.

The way to solve this would be to upgrade the chaincode from one to the other and re-run the tests

./network.sh deployCC -ccn fixed-asset -ccp ../../caliper-benchmarks/src/fabric/api/fixed-asset-base/go -ccl go -cccg ../../caliper-benchmarks/src/fabric/api/fixed-asset-base/collections-config.json -ccv 1.0.1 -ccs 2

Or we can run each of the chaincodes and languages as individual build runs but that will result in longer runs because of each VM needing to setup testnetwork

@davidkel davidkel added enhancement New feature or request build labels Jul 1, 2022
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
Projects
None yet
Development

No branches or pull requests

1 participant