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

VPC CNI Integration Test Fixes #2105

Merged
merged 5 commits into from Oct 18, 2022
Merged

VPC CNI Integration Test Fixes #2105

merged 5 commits into from Oct 18, 2022

Conversation

jdn5126
Copy link
Contributor

@jdn5126 jdn5126 commented Oct 13, 2022

What type of PR is this?
Cleanup

Which issue does this PR fix:
N/A

What does this PR do / Why do we need it:
This PR fixes three issues in VPC CNI integration tests.

  1. Calico tests are removed from run-cni-release-tests.sh. Calico integration tests are already covered by the GitHub runner that invokes run-integration-tests.sh, and this provides the appropriate level of CNI regression testing. Calico tests would need to be refactored to run against Windows nodes in order to return to run-cni-release-tests.sh. The GitHub runner invokes them against Linux nodes.

  2. CNI host networking tests are refactored to increase the WARM_IP_TARGET. This value was increased so that the test better mirrored a real customer setup. The value could only be changed for host networking tests as other CNI integration tests depend on the value set in the suite setup. The flakiness of this test led to Sandbox pause container not deleted  kubernetes/kubernetes#113073 being filed.

  3. Ginkgo was upgraded to v2.3.1. This is necessary to resolve issues caused by running a ginkgo CLI client >= 2.3.0 against this repo (there is an incompatibility between versions < 2.3.0 and >= 2.3.0). The ginkgo issue is described in ginkgo v2.3.0 is failing all CI builds (and local ones as well) onsi/ginkgo#1050

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:
N/A

Testing done on this change:
Validated that run-cni-release-tests.sh passes.

Automation added to e2e:
N/A

Will this PR introduce any new dependencies?:
No

Will this break upgrades or downgrades. Has updating a running cluster been tested?:
No

Does this change require updates to the CNI daemonset config files to work?:
No

Does this PR introduce any user-facing change?:
No


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jdn5126 jdn5126 requested a review from a team as a code owner October 13, 2022 19:09
@jayanthvn jayanthvn requested a review from haouc October 13, 2022 21:07
@jdn5126 jdn5126 changed the title Remove calico tests from CNI release test script Remove calico tests from CNI release test script; Increase WARM_IP_TARGET for CNI host networking tests Oct 14, 2022
@jdn5126 jdn5126 changed the title Remove calico tests from CNI release test script; Increase WARM_IP_TARGET for CNI host networking tests VPC CNI Integration Test Fixes Oct 18, 2022
Copy link
Contributor

@sushrk sushrk left a comment

Choose a reason for hiding this comment

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

Thank you, lgtm!

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.

None yet

2 participants