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
Add explicit tests to verify TLS params in monitoring config
CLOUDP-351614: Added two new tests that explicitly verify the fix:
1. test_monitoring_config_has_tls_params_when_tls_enabled:
- Verifies that when TLS is enabled, the monitoring config contains
TLS additionalParams (useSslForAllConnections, sslTrustedServerCertificates)
- This confirms the starting state before disabling TLS
2. test_monitoring_config_tls_params_cleared_after_tls_disabled:
- THE KEY TEST FOR THE BUG FIX
- Verifies that after TLS is disabled, the additionalParams are CLEARED
- This test would have FAILED before the fix because stale TLS params
would remain in the monitoring config, causing monitoring agents to
fail when trying to use certificate files that are no longer valid
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments