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

Make adding overlapping ARP range a hard error #4870

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

JohnMcPMS
Copy link
Member

@JohnMcPMS JohnMcPMS commented Oct 11, 2024

Change

Implements two independent but related changes:

  1. Makes adding/updating an overlapping ARP range a hard error
  2. Adds AddOrUpdate functionality to the index so that callers don't need to know if the manifest is already present

Validation

Added/updated unit tests for ARP overlap.
Added unit and interop test for AddOrUpdate.

Microsoft Reviewers: Open in CodeFlow

@JohnMcPMS JohnMcPMS requested a review from a team as a code owner October 11, 2024 18:03
@JohnMcPMS JohnMcPMS merged commit e80ca4a into microsoft:master Oct 11, 2024
9 checks passed
@JohnMcPMS JohnMcPMS deleted the nomoarp branch October 11, 2024 23:05
ryfu-msft pushed a commit that referenced this pull request Oct 21, 2024
## Change
Implements two independent but related changes:
1. Makes adding/updating an overlapping ARP range a hard error
2. Adds `AddOrUpdate` functionality to the index so that callers don't
need to know if the manifest is already present

## Validation
Added/updated unit tests for ARP overlap.
Added unit and interop test for AddOrUpdate.
ryfu-msft pushed a commit that referenced this pull request Oct 21, 2024
## Change
Implements two independent but related changes:
1. Makes adding/updating an overlapping ARP range a hard error
2. Adds `AddOrUpdate` functionality to the index so that callers don't
need to know if the manifest is already present

## Validation
Added/updated unit tests for ARP overlap.
Added unit and interop test for AddOrUpdate.
ryfu-msft added a commit that referenced this pull request Oct 22, 2024
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