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: Don't delete and redeploy Cilium at end of test context #11602

Merged
merged 1 commit into from May 20, 2020

Conversation

tgraf
Copy link
Member

@tgraf tgraf commented May 19, 2020

No description provided.

@tgraf tgraf requested a review from a team as a code owner May 19, 2020 19:20
@maintainer-s-little-helper
Copy link

Please set the appropriate release note label.

@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 19, 2020
@tgraf tgraf marked this pull request as draft May 19, 2020 19:20
@tgraf tgraf added the release-note/misc This PR makes changes that have no direct user impact. label May 19, 2020
@tgraf tgraf force-pushed the pr/tgraf/ci-dont-uninstall-cilium-at-end-of-test branch from d628dd4 to 17c4f9b Compare May 20, 2020 06:35
@tgraf
Copy link
Member Author

tgraf commented May 20, 2020

test-me-please

@tgraf tgraf marked this pull request as ready for review May 20, 2020 06:46
@tgraf tgraf added the ci/flake This is a known failure that occurs in the tree. Please investigate me! label May 20, 2020
@tgraf tgraf changed the title test: Don't delete and redeploy Cilium at end of Conformance test test: Don't delete and redeploy Cilium at end of test context May 20, 2020
test/k8sT/Services.go Outdated Show resolved Hide resolved
There is no point in doing this. Each test context will deploy Cilium in
BeforeAll() with the required configuration.

Signed-off-by: Thomas Graf <thomas@cilium.io>
@tgraf tgraf force-pushed the pr/tgraf/ci-dont-uninstall-cilium-at-end-of-test branch from 17c4f9b to 9933a52 Compare May 20, 2020 13:35
@tgraf
Copy link
Member Author

tgraf commented May 20, 2020

retest-net-next

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 37.011% when pulling 9933a52 on pr/tgraf/ci-dont-uninstall-cilium-at-end-of-test into 859e178 on master.

@tgraf tgraf merged commit 5aee704 into master May 20, 2020
1.8.0 automation moved this from In progress to Merged May 20, 2020
@tgraf tgraf deleted the pr/tgraf/ci-dont-uninstall-cilium-at-end-of-test branch May 20, 2020 16:18
qmonnet added a commit that referenced this pull request May 22, 2020
In #11602, Cilium redeployment was removed from most of the AfterAll()
steps in the tests. It could not be removed in one case in the Service
tests, because running IPv4 fragment tracking tests with the options
used to deploy Cilium in the previous test make them fail.

Deploy Cilium with a clean configuration before running the fragment
tracking tests, and remove redeployment from that AfterAll() block at
last.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
joestringer pushed a commit that referenced this pull request May 26, 2020
In #11602, Cilium redeployment was removed from most of the AfterAll()
steps in the tests. It could not be removed in one case in the Service
tests, because running IPv4 fragment tracking tests with the options
used to deploy Cilium in the previous test make them fail.

Deploy Cilium with a clean configuration before running the fragment
tracking tests, and remove redeployment from that AfterAll() block at
last.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/flake This is a known failure that occurs in the tree. Please investigate me! release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

5 participants