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
* [e2e] Bump test-infra
Changelog: DataDog/test-infra-definitions@6dbc5da...eb67dd1
* [e2e] improve remote config tests
* [e2e] add comment to recommend using a valid API key for TestRcTracerSuite
* [e2e] add expected log to remote config test
// TestRemoteConfigSSLConfigMismatch tests the startup condition where the agent's SSL config is disabled but RC's TLS validation is not explicitly disabled
assertLogsEventually(s.T(), s.Env().RemoteHost, "agent", "remote config service started", 2*time.Minute, 5*time.Second)
43
-
44
-
// Ensure the agent logs a warning about the SSL config mismatch
45
-
assertLogsEventually(s.T(), s.Env().RemoteHost, "agent", "remote Configuration does not allow skipping TLS validation by default", 2*time.Minute, 5*time.Second)
46
-
// Ensure the remote config service stops, and the client stops because the service is no longer responding
0 commit comments