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

DA: Replication behavior membership test #805

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

bacv
Copy link
Member

@bacv bacv commented Oct 3, 2024

1. What does this PR implement?

This PR tests functionality implemented in #680 and subsequent code changes, which should follow replication spec

Closes #773

2. Does the code have enough context to be clearly understood?

Comments are added to the test_replication_behaviour() to explain what is expected.

3. Who are the specification authors and who is accountable for this PR?

@bacv @danielSanchezQ

4. Is the specification accurate and complete?

Yes

5. Does the implementation introduce changes in the specification?

Tests were successful, no changes are required to the specification

Checklist

  • 1. Description added.
  • 2. Context and links to Specification document(s) added.
  • 3. Main contact(s) (developers and specification authors) added
  • 4. Implementation and Specification are 100% in sync including changes. This is critical.
  • 5. Link PR to a specific milestone.

@bacv bacv added this to the Iteration 7 milestone Oct 3, 2024
@bacv bacv self-assigned this Oct 3, 2024

while !completed {
completed = true;
for i in &pending_behaviours.clone() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why clone here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugging artifacts, removed.

@bacv bacv force-pushed the da-replication-behaviour-tests branch from b6cac5a to 117fa04 Compare October 3, 2024 16:56
@bacv bacv merged commit d17afcb into master Oct 3, 2024
9 checks passed
@bacv bacv deleted the da-replication-behaviour-tests branch October 3, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replication testing
2 participants