Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Private data purge test improvements - release-2.5 backport (#4577)
* Move purge private data tests to separate runner Signed-off-by: andrew-coleman <[email protected]> * Expedite purge private data integration tests Combine purge private data tests into a single 'It' to improve speed. This will remove the excessive network teardowns, network builds, and chaincode deployments. Also remove unneccessary delays and redundant ledger entries. Signed-off-by: David Enyeart <[email protected]> * Address private data purge integration test comments Address comments from #3991. Namely, speed up reconciliation test by looking for reconcilliation message rather than sleeping for 30s. Also change default reconcilliation from 10s to 5s to speed up tests. Signed-off-by: David Enyeart <[email protected]> * Fix purge private data integration test flake Prior test restarted peers. Need to make sure all peers are up and connected before continuing to next test. Signed-off-by: David Enyeart <[email protected]> --------- Signed-off-by: andrew-coleman <[email protected]> Signed-off-by: David Enyeart <[email protected]> Co-authored-by: andrew-coleman <[email protected]>
- Loading branch information