Documentation ¶
Index ¶
- func FullFlowAfterDecided() tests.SpecTest
- func LateCommit() tests.SpecTest
- func LateCommitPastInstance() tests.SpecTest
- func LateCommitPastRound() tests.SpecTest
- func LatePrepare() tests.SpecTest
- func LatePreparePastInstance() tests.SpecTest
- func LatePreparePastRound() tests.SpecTest
- func LateProposal() tests.SpecTest
- func LateProposalPastInstance() tests.SpecTest
- func LateProposalPastInstanceNonDuplicate() tests.SpecTest
- func LateProposalPastRound() tests.SpecTest
- func LateRoundChange() tests.SpecTest
- func LateRoundChangePastInstance() tests.SpecTest
- func LateRoundChangePastRound() tests.SpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FullFlowAfterDecided ¶
FullFlowAfterDecided tests a decided msg for round 1 followed by a full proposal, prepare, commit for round 2
func LateCommit ¶
LateCommit tests process late commit msg for an instance which just decided
func LateCommitPastInstance ¶
LateCommitPastInstance tests process commit msg for a previously decided instance
func LateCommitPastRound ¶
LateCommitPastRound tests process late commit msg for an instance which just decided for a round < decided round
func LatePrepare ¶
LatePrepare tests process late prepare msg for an instance which just decided
func LatePreparePastInstance ¶
LatePreparePastInstance tests process prepare msg for a previously decided instance
func LatePreparePastRound ¶
LatePreparePastRound tests process late prepare msg for an instance which just decided for a round < decided round
func LateProposal ¶
LateProposal tests process late proposal msg for an instance which just decided
func LateProposalPastInstance ¶
LateProposalPastInstance tests process proposal msg for a previously decided instance
func LateProposalPastInstanceNonDuplicate ¶ added in v0.3.7
LateProposalPastInstanceNonDuplicate tests a non-duplicated proposal msg for a previously decided instance
func LateProposalPastRound ¶
LateProposalPastRound tests process late proposal msg for an instance which just decided for a round < decided round
func LateRoundChange ¶
LateRoundChange tests process late round change msg for an instance which just decided
func LateRoundChangePastInstance ¶
LateRoundChangePastInstance tests process round change msg for a previously decided instance
func LateRoundChangePastRound ¶
LateRoundChangePastRound tests process late round change msg for an instance which just decided for a round < decided round
Types ¶
This section is empty.
Source Files ¶
- full_flow_after_decided.go
- late_commit.go
- late_commit_past_instance.go
- late_commit_past_round.go
- late_prepare.go
- late_prepare_past_instance.go
- late_prepare_past_round.go
- late_proposal.go
- late_proposal_past_instance.go
- late_proposal_past_instance_non_duplicate.go
- late_proposal_past_round.go
- late_round_change.go
- late_round_change_past_instance.go
- late_round_change_past_round.go