Skip to content

Commit b0a5d7a

Browse files
Drop bootstrap-mongo-orchestration from test-coverage
run-tests.sh already launches MongoDB via mlaunch. Running bootstrap-mongo-orchestration first started a second cluster on the same ports, causing mlaunch to fail with "ports 27017/27018/27019 not available". Other tasks like test-otel and test-csot only invoke their run-tests function for the same reason.
1 parent 0a39135 commit b0a5d7a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.evergreen/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ tasks:
681681
- func: "run OTel tests"
682682
- name: "test-coverage"
683683
commands:
684-
- func: bootstrap-mongo-orchestration
685684
- func: "run coverage tests"
686685
- name: "test-fle"
687686
commands:

.evergreen/config/common.yml.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ tasks:
678678
- func: "run OTel tests"
679679
- name: "test-coverage"
680680
commands:
681-
- func: bootstrap-mongo-orchestration
682681
- func: "run coverage tests"
683682
- name: "test-fle"
684683
commands:

0 commit comments

Comments
 (0)