-
Notifications
You must be signed in to change notification settings - Fork 1
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(test-resources): enable using kind clusters in e2e tests&scenarios #202
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
basti1302
force-pushed
the
enable-kind-for-test-scenarios-and-e2e-tests
branch
4 times, most recently
from
November 26, 2024 07:04
8eb65c3
to
4dfbee9
Compare
basti1302
force-pushed
the
enable-kind-for-test-scenarios-and-e2e-tests
branch
from
December 11, 2024 08:58
4dfbee9
to
aeff93e
Compare
Plus: Add ingress definition to app under test so it can process external HTTP requests.
basti1302
force-pushed
the
enable-kind-for-test-scenarios-and-e2e-tests
branch
from
December 11, 2024 13:38
aeff93e
to
0f99804
Compare
This sometimes fails because apparently the validation webhook is not available yet. The failure looks as follows: [FAILED] Expected success, but got an error: <*errors.errorString | 0x140002715f0>: kubectl apply -n e2e-application-under-test-namespace -f /var/folders/ql/fn8y57zn1hbbzcg8thgnth9w0000gn/T/dash0monitoring-2290660462.yaml failed with error: (exit status 1) Error from server (InternalError): error when creating "/var/folders/ql/fn8y57zn1hbbzcg8thgnth9w0000gn/T/dash0monitoring-2290660462.yaml": Internal error occurred: failed calling webhook "validate-monitoring.dash0.com": failed to call webhook: Post "https://dash0-operator-webhook-service.dash0-system.svc:443/v1alpha1/validate/monitoring?timeout=5s": dial tcp 10.96.120.175:443: connect: connection refused { s: "kubectl apply -n e2e-application-under-test-namespace -f /var/folders/ql/fn8y57zn1hbbzcg8thgnth9w0000gn/T/dash0monitoring-2290660462.yaml failed with error: (exit status 1) Error from server (InternalError): error when creating \"/var/folders/ql/fn8y57zn1hbbzcg8thgnth9w0000gn/T/dash0monitoring-2290660462.yaml\": Internal error occurred: failed calling webhook \"validate-monitoring.dash0.com\": failed to call webhook: Post \"https://dash0-operator-webhook-service.dash0-system.svc:443/v1alpha1/validate/monitoring?timeout=5s\": dial tcp 10.96.120.175:443: connect: connection refused\n", } In [It] at: /Users/bastian/dco/test/e2e/dash0_monitoring_resource.go:83 @ 11/26/24 08:35:45.673
basti1302
force-pushed
the
enable-kind-for-test-scenarios-and-e2e-tests
branch
from
December 11, 2024 16:10
0f99804
to
c8a1624
Compare
Quality Gate passedIssues Measures |
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.
Plus: Add ingress definition to app under test so it can process external HTTP requests.