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

chore(e2e): apply test namespace helper #3550

Merged
merged 1 commit into from Dec 16, 2021
Merged

chore(e2e): apply test namespace helper #3550

merged 1 commit into from Dec 16, 2021

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Dec 16, 2021

Summary

A number of places in the e2e test suite were manually applying the test
namespace to enable sidecar injection. There is already a framework
helper to so that, so apply it consistently to make it obvious which
approach is preferred.

Full changelog

N/A

Issues resolved

N/A

Documentation

N/A

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

  • Update UPGRADE.md with any steps users will need to take when upgrading.
  • Add backport-to-stable label if the code is backwards compatible. Otherwise, list breaking changes.

A number of places in the e2e test suite were manually applying the test
namespace to enable sidecar injection. There is already a framework
helper to so that, so apply it consistently to make it obvious which
approach is preferred.

Signed-off-by: James Peach <james.peach@konghq.com>
@jpeach jpeach requested a review from a team as a code owner December 16, 2021 02:14
@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2021

Codecov Report

Merging #3550 (c334c36) into master (5253a97) will increase coverage by 0.09%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3550      +/-   ##
==========================================
+ Coverage   51.59%   51.68%   +0.09%     
==========================================
  Files         916      916              
  Lines       55508    55406     -102     
==========================================
- Hits        28638    28637       -1     
+ Misses      24581    24479     -102     
- Partials     2289     2290       +1     
Impacted Files Coverage Δ
test/e2e/deploy/kuma_deploy_global_zone.go 0.00% <0.00%> (ø)
...2e/externalservices/externalservices_kubernetes.go 0.00% <0.00%> (ø)
test/e2e/healthcheck/hybrid/healthcheck_hybrid.go 0.00% <0.00%> (ø)
test/e2e/helm/kuma_helm_deploy_global_zone.go 0.00% <0.00%> (ø)
test/e2e/helm/kuma_helm_deploy_multi_apps.go 0.00% <0.00%> (ø)
test/e2e/hybrid/globaluniversal/kuma_hybrid.go 0.00% <0.00%> (ø)
test/e2e/k8s_api_bypass/k8s_api_bypass.go 0.00% <0.00%> (ø)
test/e2e/kic/kubernetes/kong_ingress.go 0.00% <0.00%> (ø)
test/e2e/tracing/tracing_kubernetes.go 0.00% <0.00%> (ø)
...fficpermission/hybrid/traffic_permission_hybrid.go 0.00% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5253a97...c334c36. Read the comment docs.

@jpeach jpeach merged commit f9f8b09 into kumahq:master Dec 16, 2021
@jpeach jpeach deleted the core/e2e-namespace-helper branch December 16, 2021 08:14
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

3 participants