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

test: Remove Services SCTP test case #16895

Merged
merged 1 commit into from Jul 22, 2021
Merged

test: Remove Services SCTP test case #16895

merged 1 commit into from Jul 22, 2021

Conversation

brb
Copy link
Member

@brb brb commented Jul 15, 2021

The test case is supposed to test whether the BPF NAT engine doesn't
drop packets of a type which it doesn't support (e.g. SCTP). However,
recently the test case became flaky. Considering this and a little value
the test provides, let's remove the test case.

Instead, we should create a BPF unit test for it once it's available
(#16862).

I've reopened #10541 and updated the description.

Fix #16838
Fix #16839

@brb brb added area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Jul 15, 2021
@brb brb requested a review from a team as a code owner July 15, 2021 10:59
@brb brb requested review from a team, tklauser and kkourt July 15, 2021 10:59
@brb brb force-pushed the pr/brb/disable-sctp-tests branch 2 times, most recently from 0d61fa0 to 367c22d Compare July 15, 2021 11:44
@brb
Copy link
Member Author

brb commented Jul 15, 2021

test-1.16-netnext

@brb
Copy link
Member Author

brb commented Jul 16, 2021

net-next hit #12511. Considering that the test removal doesn't have anything to do with it, no need to re-run tests.

Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

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

LGTM apart from a comment about iperf3-deployment.yaml.

test/k8sT/Services.go Show resolved Hide resolved
The test case is supposed to test whether the BPF NAT engine doesn't
drop packets of a type which it doesn't support (e.g. SCTP). However,
recently the test case became flaky. Considering this and a little value
the test provides, let's remove the test case.

Instead, we should create a BPF unit test for it once it's available
(#16862).

Signed-off-by: Martynas Pumputis <m@lambda.lt>
@brb
Copy link
Member Author

brb commented Jul 20, 2021

Considering that the new change after the net-next had passed is the removal of the manifest file (not used by any of the tests), marking it as ready to merge.

@brb brb added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 20, 2021
@brb brb merged commit a615288 into master Jul 22, 2021
@brb brb deleted the pr/brb/disable-sctp-tests branch July 22, 2021 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
3 participants