-
Notifications
You must be signed in to change notification settings - Fork 30
CLOUDP-361352 - fix get_all_rs and related methods in multi_cluster_reconcile_races E2E Test #611
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
base: master
Are you sure you want to change the base?
Conversation
MCK 1.6.1 Release NotesBug Fixes
|
| # Enable external connectivity so member clusters can reach OM | ||
| resource["spec"]["externalConnectivity"] = {"type": "LoadBalancer"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test has Istio enabled, it shouldn't require this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not - do I missunderstand something? This test requires the multi cluster components to be able to access OM, which the latest commit adds to fix this test.
Summary
Resource Management and Configuration Updates:
get_mdbmchelper to set the MongoDB version, configure the resource with the correct cluster spec, and update the associated ConfigMap to use the new external OM base URL, ensuring that MongoDBMulti resources in member clusters use the external address for OM.get_shardedhelper to explicitly set the custom MongoDB version.Test Logic and Assertion Improvements:
Proof of Work
passing https://spruce.mongodb.com/task/mongodb_kubernetes_e2e_operator_race_ubi_with_telemetry_e2e_om_reconcile_race_with_telemetry_patch_c6c02208534df8bed84316b5062db92c8f4e1087_69306528ba7d830007e2495c_25_12_03_16_28_27/logs?execution=0
Checklist
skip-changeloglabel if not needed