You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Update: let's introduce this new functionality in a new pkg/troubleshoot (name TBD). From that package we can use it in e2e or any tests. This new package should also eventually become a CLI for troubleshooting OSM.
The text was updated successfully, but these errors were encountered:
michelleN
changed the title
e2e: Augment tests to first check for DNS resolution from meshed Pod
tool to check for DNS resolution from meshed Pod
Mar 9, 2021
Augment tests to first perform a DNS lookup (
nslookup
,dig
) for the service a client needs. For exampledig bookstore.bookstore
This guarantees that required service has been registered with the Kubernetes DNS.
This check needs to happen after a Service has been created and before the e2e tests log-into the pod and run the test commands.
For example: https://github.com/openservicemesh/osm/blob/release-v0.8/tests/e2e/e2e_tcp_client_server_test.go#L71
Similar task: #2728
Update: let's introduce this new functionality in a new
pkg/troubleshoot
(name TBD). From that package we can use it in e2e or any tests. This new package should also eventually become a CLI for troubleshooting OSM.The text was updated successfully, but these errors were encountered: