How do we normally remove/clear all the test data from the Hyperledger Fabric network?. we do the following approach to run the tests (assuming an HLF network is up and running)
- Run the e2e test against the network
- If the test passes all the rules then proceed to the next stages in the pipeline
Once the test is run some data's are available in the world state and blockchain, so how do we remove the data without rebuilding the network
Options
- Remove the DB associated files from the
var/hyperledger/production
folder , but I am not sure this is the right way to this.