-
Notifications
You must be signed in to change notification settings - Fork 240
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
fix: [NPM] [Linux] race condition when editing NetPol with "except" CIDR #2841
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Hunter Gregory <[email protected]>
huntergregory
force-pushed
the
huntergregory/npm-cidr-except
branch
from
July 11, 2024 00:02
3b81c45
to
c68974f
Compare
timraymond
previously approved these changes
Jul 19, 2024
Signed-off-by: Hunter Gregory <[email protected]>
huntergregory
force-pushed
the
huntergregory/npm-cidr-except
branch
from
July 19, 2024 22:55
f9015b7
to
7ca1707
Compare
timraymond
approved these changes
Jul 22, 2024
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run NPM Conformance Tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run NPM Scale Test |
Azure Pipelines successfully started running 1 pipeline(s). |
matmerr
approved these changes
Jul 24, 2024
paulyufan2
pushed a commit
that referenced
this pull request
Jul 25, 2024
…IDR (#2841) * fix: syntax error when deleting nomatch CIDR ipset Signed-off-by: Hunter Gregory <[email protected]> * test: ut members with nomatch Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]>
huntergregory
added a commit
that referenced
this pull request
Jul 26, 2024
… "except" CIDR (#2841) * fix: syntax error when deleting nomatch CIDR ipset Signed-off-by: Hunter Gregory <[email protected]> * test: ut members with nomatch Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]>
Merged
4 tasks
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jul 30, 2024
… NPM pipeline fixes (#2882) * [backport] [fix] ci: update cyclonus workflow (#2866) ci: update cyclonus workflow Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: Update triggers for NPM pipelines (#2867) ci: add triggers to npm pipelines Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: update Cyclonus workflow triggers (#2868) ci: update Cyclonus triggers Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: [NPM] speed up Windows conformance and disable Windows Cyclonus/Scale (#2874) * ci: comment out windows cyclonus and windows scale test Signed-off-by: Hunter Gregory <[email protected]> * ci: slim down windows conformance to 14 tests Signed-off-by: Hunter Gregory <[email protected]> * ci: make sure conformance skips "Linux Only" Signed-off-by: Hunter Gregory <[email protected]> * ci: conformance was not running test cases due to formatting Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: [NPM] NPM Conformance Test improvements (#2875) * ci: Always delete npm conformance clusters * test: pin k8s suite version * ci: comment out updated cyclonus * chore: cleanup yaml Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: [NPM] add bash directive to scale scripts (#2876) ci: add bash directive to scale scripts Signed-off-by: Hunter Gregory <[email protected]> * [backport] fix: [NPM] [Linux] race condition when editing NetPol with "except" CIDR (#2841) * fix: syntax error when deleting nomatch CIDR ipset Signed-off-by: Hunter Gregory <[email protected]> * test: ut members with nomatch Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]> Co-authored-by: John Payne <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2840
Requirements:
Testing
Verified that the nomatch error does not occur any more on several manual tests.
Performed testing by applying the following NetPol, then editing the except block. There was an indeterministic repro on prior NPM versions.
Logs from repro: