Commit e0355ec
committed
fix(test): dial the Mongo port the skip-gate actually probes
test_legacy_backups asked conftest's ``mongo_service`` gate about 27018 and
then connected to 27017, so the module only ran where both ports had a
server. CI publishes 27018 only: the gate passed, the connection was
refused, and two tests errored. Every other Mongo test already defaults to
27018.
Masked until now because collection aborted earlier in the run.1 parent f8b3b98 commit e0355ec
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
0 commit comments