From 9efe490ec3226bd14a9ac2ad4f6f1b64cbe989cf Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 24 Sep 2021 10:43:29 -0400 Subject: [PATCH] update new test name and comment --- internal/consensus/state_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 3becdf998..683aa5a6b 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -45,6 +45,7 @@ x * TestStateLock_MissingProposalWhenPOLSeenDoesNotUpdateLock - 4 vals, 1 misses x * TestStateLock_MissingProposalWhenPOLSeenDoesNotUnlock - 4 vals, 1 misses proposal but sees POL. x * TestStateLock_POLSafety1 - 4 vals. We shouldn't change lock based on polka at earlier round x * TestStateLock_POLSafety2 - 4 vals. After unlocking, we shouldn't relock based on polka at earlier round +x_*_TestState_PrevotePOLFromPreviousRound 4 vals, prevote a proposal if a POL was seen for it in a previous round. * TestNetworkLock - once +1/3 precommits, network should be locked * TestNetworkLockPOL - once +1/3 precommits, the block with more recent polka is committed SlashingSuite