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
Fix TLS disable test - disable TLS before removing certs
The test was failing because certs were removed while TLS mode was still
transitioning. MongoDB requires certs until TLS is fully disabled.
Correct order:
1. Set tls.enabled = False (keeping certs for transition)
2. Wait for AppDB to reach Running state
3. Remove certsSecretPrefix (optional cleanup)
0 commit comments