hyperledger / hyperledger/fabric-private-chaincode
Enhance TLCC testing
Open
- Dominant language
- Go
- Stars
- 174
- Forks
- 98
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
Current TLCC test is not very robust and in many cases errors are only logged but no failure is thrown.
Also, the current test relies on pre-create static test blocks which are loaded and processed by TLCC. To reach a better coverage we would want to dynamically create tests blocks, process them, and then check the state of TLCC.
Contributor guide
Assessment
This issue has not been assessed yet.