Browse Source

blockchain (v2): async testing notes (#4484)

Add some inline notes for context of why test are commented out and not deleted.

Ref. #4482
pull/4485/head
Sean Braithwaite 4 years ago
committed by GitHub
parent
commit
c45baa0402
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      blockchain/v2/reactor_test.go

+ 2
- 0
blockchain/v2/reactor_test.go View File

@ -165,6 +165,8 @@ func newTestReactor(p testReactorParams) *BlockchainReactor {
return r
}
// This test is left here and not deleted to retain the termination cases for
// future improvement in [#4482](https://github.com/tendermint/tendermint/issues/4482).
// func TestReactorTerminationScenarios(t *testing.T) {
// config := cfg.ResetTestRoot("blockchain_reactor_v2_test")


Loading…
Cancel
Save