Commit 52f4919
authored
CLOUDP-350339: Fix e2e_om_ops_manager_backup_restore_minio (#510)
# Summary
This test started failing without code changes on the repo.
My hypothesis is Go 1.24.8 that introduced stricter validations to DNS
names in x509 certificates https://go.dev/doc/devel/release#go1.24.minor
## Proof of Work
Tests must be green.
This test was slightly flaky before so it may still fail. But it should
not fail systematically after 7 min anymore.
## 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 749c1a3 commit 52f4919
File tree
1 file changed
+6
-3
lines changed- docker/mongodb-kubernetes-tests/tests/opsmanager
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | | - | |
102 | | - | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments