From 464e79e66f18679b8afb821f622ed1358100832d Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Thu, 11 Apr 2019 16:45:54 +0800 Subject: core: fix false alarm (#564) * ignore test simple * core: update voteFilter to filter old er round * circleci: save logs * core: move check notarySet to agrmgr * fixup --- integration_test/consensus_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'integration_test/consensus_test.go') diff --git a/integration_test/consensus_test.go b/integration_test/consensus_test.go index 05d7c44..bf2970a 100644 --- a/integration_test/consensus_test.go +++ b/integration_test/consensus_test.go @@ -252,6 +252,11 @@ func (s *ConsensusTestSuite) syncBlocksWithSomeNode( } func (s *ConsensusTestSuite) TestSimple() { + if testing.Short() { + // All other tests will cover this basic case. To speed up CI process, + // ignore this test in short mode. + return + } // The simplest test case: // - Node set is equals to DKG set and notary set for each chain in each // round. -- cgit v1.2.3