HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[CX_CLEANUP] - All Dependency Task Tests Passing

Open jparr721 opened this issue 1 year ago • 0 comments

What is this task and why do we need to work on it?

In order to fully integrate, we need to make sure that the CI suite for the dependency-tasks feature flag passes with the same reliability as the non-feature flagged branch.

What work will need to be done to complete this task?

Essentially, we need to run and debug the failing tests and determine why consensus does not run during outages. This will include the following:

  1. Finishing the QuorumProposal task implementation (right now, handling QuorumProposalRecv does not include the liveness check).
  2. Running and checking for missing behavior in any of the other tasks (quorum_proposal_recv, quorum_vote).
  3. Feature gate any tests that depend upon behavior that is to be deprecated.

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

All tests should pass as-is without needing changes.

Branch work will be merged to (if not the default branch)

No response

jparr721 avatar May 01 '24 17:05 jparr721