Commit f6b6dd7
authored
CLOUDP-235689: CI fixes for Multi-Cluster Replica Set unification feature branch (#612)
# Summary
* Removed the unused `getReplicaSetMultiClusterMap` function to make the
linter happy
* Reverted `GetMultiServiceFQDN` back to it's original version as it was
breaking a lot of unit and e2e tests.
## Proof of Work
This will break `e2e_multi_cluster_new_replica_set_scale_up` (expected
as this is a - WIP test), but fix other multi-cluster related tests for
existing APIs.
## Checklist
- [x] Have you linked a jira ticket and/or is the ticket in the title?
- [x] Have you checked whether your jira ticket required DOCSP changes?
- [x] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details1 parent 201c4ef commit f6b6dd7
File tree
2 files changed
+1
-20
lines changed- controllers/operator
- pkg/dns
2 files changed
+1
-20
lines changedLines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 100 | | |
117 | 101 | | |
118 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
0 commit comments