Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable orphaned node tests in extension module #520

Closed
wants to merge 2 commits into from

Conversation

MozirDmitriy
Copy link

Re-enable two previously ignored tests related to orphaned nodes:

  • given_minimal_dag_with_orphaned_node_when_producing_batches_have_correct_length in extender.rs
  • given_minimal_dag_with_orphaned_node_when_electing_then_orphaned_node_is_not_head in election.rs

These tests verify the correct handling of orphaned nodes in the DAG structure,
improving test coverage for edge cases in the consensus mechanism.

Resolves: A0-4559

Copy link

Please make sure the following happened

  • Appropriate tests created
  • Infrastructure updated accordingly
  • Updated existing documentation
  • New documentation created
  • Version bumped if breaking changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants