Skip to content

Commit 87377b8

Browse files
Merge remote-tracking branch 'origin/beta-releases' into ga-releases
2 parents b058a18 + 6179cb7 commit 87377b8

File tree

374 files changed

+15542
-22355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

374 files changed

+15542
-22355
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,6 @@ buildvariants:
246246
- name: e2e-coverage-<%= group.number %>
247247
<% } %>
248248

249-
- name: e2e-multiple-connections
250-
display_name: E2E Multiple Connections
251-
run_on: ubuntu2004-large
252-
tasks:
253-
<% for(const group of E2E_TEST_GROUPS) { %>
254-
- name: e2e-multiple-connections-<%= group.number %>
255-
<% } %>
256-
257249
- name: csfle-tests
258250
display_name: CSFLE Tests
259251
run_on: ubuntu2004-large
@@ -289,7 +281,11 @@ tasks:
289281
- func: check
290282

291283
- name: test
292-
tags: ['required-for-publish', 'run-on-pr']
284+
tags:
285+
- required-for-publish
286+
- run-on-pr
287+
- assigned_to_jira_team_compass_compass
288+
- foliage_creates_breaking_commit
293289
commands:
294290
- func: prepare
295291
- func: install
@@ -340,21 +336,6 @@ tasks:
340336
debug: 'compass-e2e-tests*,electron*,hadron*,mongo*'
341337
<% } %>
342338

343-
<% for(const group of E2E_TEST_GROUPS) { %>
344-
- name: e2e-multiple-connections-<%= group.number %>
345-
tags: ['required-for-publish', 'run-on-pr']
346-
commands:
347-
- func: prepare
348-
- func: install
349-
- func: bootstrap
350-
- func: test-multiple-connections
351-
vars:
352-
e2e_test_groups: <%= E2E_TEST_GROUPS.length %>
353-
e2e_test_group: <%= group.number %>
354-
debug: 'compass-e2e-tests*,electron*,hadron*,mongo*'
355-
mongodb_version: latest-enterprise
356-
<% } %>
357-
358339
- name: generate-vulnerability-report
359340
tags: ['required-for-publish', 'run-on-pr']
360341
commands:
@@ -457,8 +438,10 @@ tasks:
457438
<% for(const group of E2E_TEST_GROUPS) { %>
458439
- name: test-packaged-app-<%= group.number %>
459440
tags:
460-
- required-for-publish
461-
- run-on-pr
441+
- required-for-publish
442+
- run-on-pr
443+
- assigned_to_jira_team_compass_compass
444+
- foliage_check_task_only
462445
commands:
463446
- func: prepare
464447
- func: install
@@ -483,7 +466,11 @@ tasks:
483466
<% for (const browser of BROWSERS) { %>
484467
<% for(const group of E2E_TEST_GROUPS) { %>
485468
- name: test-web-sandbox-<%= browser %>-<%= group.number %>
486-
tags: ['required-for-publish', 'run-on-pr']
469+
tags:
470+
- required-for-publish
471+
- run-on-pr
472+
- assigned_to_jira_team_compass_compass
473+
- foliage_check_task_only
487474
commands:
488475
- func: prepare
489476
- func: install

.evergreen/buildvariants-and-tasks.yml

Lines changed: 20 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,6 @@ buildvariants:
220220
- name: e2e-coverage-1
221221
- name: e2e-coverage-2
222222
- name: e2e-coverage-3
223-
- name: e2e-multiple-connections
224-
display_name: E2E Multiple Connections
225-
run_on: ubuntu2004-large
226-
tasks:
227-
- name: e2e-multiple-connections-1
228-
- name: e2e-multiple-connections-2
229-
- name: e2e-multiple-connections-3
230223
- name: csfle-tests
231224
display_name: CSFLE Tests
232225
run_on: ubuntu2004-large
@@ -261,6 +254,8 @@ tasks:
261254
tags:
262255
- required-for-publish
263256
- run-on-pr
257+
- assigned_to_jira_team_compass_compass
258+
- foliage_creates_breaking_commit
264259
commands:
265260
- func: prepare
266261
- func: install
@@ -338,48 +333,6 @@ tasks:
338333
e2e_test_groups: 3
339334
e2e_test_group: 3
340335
debug: compass-e2e-tests*,electron*,hadron*,mongo*
341-
- name: e2e-multiple-connections-1
342-
tags:
343-
- required-for-publish
344-
- run-on-pr
345-
commands:
346-
- func: prepare
347-
- func: install
348-
- func: bootstrap
349-
- func: test-multiple-connections
350-
vars:
351-
e2e_test_groups: 3
352-
e2e_test_group: 1
353-
debug: compass-e2e-tests*,electron*,hadron*,mongo*
354-
mongodb_version: latest-enterprise
355-
- name: e2e-multiple-connections-2
356-
tags:
357-
- required-for-publish
358-
- run-on-pr
359-
commands:
360-
- func: prepare
361-
- func: install
362-
- func: bootstrap
363-
- func: test-multiple-connections
364-
vars:
365-
e2e_test_groups: 3
366-
e2e_test_group: 2
367-
debug: compass-e2e-tests*,electron*,hadron*,mongo*
368-
mongodb_version: latest-enterprise
369-
- name: e2e-multiple-connections-3
370-
tags:
371-
- required-for-publish
372-
- run-on-pr
373-
commands:
374-
- func: prepare
375-
- func: install
376-
- func: bootstrap
377-
- func: test-multiple-connections
378-
vars:
379-
e2e_test_groups: 3
380-
e2e_test_group: 3
381-
debug: compass-e2e-tests*,electron*,hadron*,mongo*
382-
mongodb_version: latest-enterprise
383336
- name: generate-vulnerability-report
384337
tags:
385338
- required-for-publish
@@ -1531,6 +1484,8 @@ tasks:
15311484
tags:
15321485
- required-for-publish
15331486
- run-on-pr
1487+
- assigned_to_jira_team_compass_compass
1488+
- foliage_check_task_only
15341489
commands:
15351490
- func: prepare
15361491
- func: install
@@ -1554,6 +1509,8 @@ tasks:
15541509
tags:
15551510
- required-for-publish
15561511
- run-on-pr
1512+
- assigned_to_jira_team_compass_compass
1513+
- foliage_check_task_only
15571514
commands:
15581515
- func: prepare
15591516
- func: install
@@ -1577,6 +1534,8 @@ tasks:
15771534
tags:
15781535
- required-for-publish
15791536
- run-on-pr
1537+
- assigned_to_jira_team_compass_compass
1538+
- foliage_check_task_only
15801539
commands:
15811540
- func: prepare
15821541
- func: install
@@ -1600,6 +1559,8 @@ tasks:
16001559
tags:
16011560
- required-for-publish
16021561
- run-on-pr
1562+
- assigned_to_jira_team_compass_compass
1563+
- foliage_check_task_only
16031564
commands:
16041565
- func: prepare
16051566
- func: install
@@ -1621,6 +1582,8 @@ tasks:
16211582
tags:
16221583
- required-for-publish
16231584
- run-on-pr
1585+
- assigned_to_jira_team_compass_compass
1586+
- foliage_check_task_only
16241587
commands:
16251588
- func: prepare
16261589
- func: install
@@ -1642,6 +1605,8 @@ tasks:
16421605
tags:
16431606
- required-for-publish
16441607
- run-on-pr
1608+
- assigned_to_jira_team_compass_compass
1609+
- foliage_check_task_only
16451610
commands:
16461611
- func: prepare
16471612
- func: install
@@ -1663,6 +1628,8 @@ tasks:
16631628
tags:
16641629
- required-for-publish
16651630
- run-on-pr
1631+
- assigned_to_jira_team_compass_compass
1632+
- foliage_check_task_only
16661633
commands:
16671634
- func: prepare
16681635
- func: install
@@ -1684,6 +1651,8 @@ tasks:
16841651
tags:
16851652
- required-for-publish
16861653
- run-on-pr
1654+
- assigned_to_jira_team_compass_compass
1655+
- foliage_check_task_only
16871656
commands:
16881657
- func: prepare
16891658
- func: install
@@ -1705,6 +1674,8 @@ tasks:
17051674
tags:
17061675
- required-for-publish
17071676
- run-on-pr
1677+
- assigned_to_jira_team_compass_compass
1678+
- foliage_check_task_only
17081679
commands:
17091680
- func: prepare
17101681
- func: install

.evergreen/functions.yml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -602,30 +602,6 @@ functions:
602602
603603
tar czf coverage.tgz packages/compass-e2e-tests/coverage
604604
605-
test-multiple-connections:
606-
- command: shell.exec
607-
# Fail the task if it's idle for 10 mins
608-
timeout_secs: 600
609-
params:
610-
working_dir: src
611-
shell: bash
612-
env:
613-
<<: *compass-env
614-
DEBUG: ${debug|}
615-
MONGODB_VERSION: ${mongodb_version|}
616-
MONGODB_RUNNER_VERSION: ${mongodb_version|}
617-
E2E_TEST_GROUPS: ${e2e_test_groups}
618-
E2E_TEST_GROUP: ${e2e_test_group}
619-
HADRON_DISTRIBUTION: compass
620-
script: |
621-
set -e
622-
# Load environment variables
623-
eval $(.evergreen/print-compass-env.sh)
624-
625-
echo "Running E2E tests for multiple connections"
626-
627-
npm run --unsafe-perm --workspace compass-e2e-tests test-ci -- -- --test-multiple-connections
628-
629605
test-packaged-app:
630606
- command: shell.exec
631607
# Fail the task if it's idle for 10 mins
@@ -980,28 +956,3 @@ functions:
980956
# Fails if the report failed and is not a patch, including release branches:
981957
exit $return_code
982958
fi
983-
984-
generative-ai-accuracy-tests:
985-
- command: shell.exec
986-
# Fail the task if it's idle for 10 mins
987-
timeout_secs: 600
988-
params:
989-
working_dir: src
990-
shell: bash
991-
env:
992-
<<: *compass-env
993-
ATLAS_PUBLIC_KEY: ${atlas_public_key}
994-
ATLAS_PRIVATE_KEY: ${atlas_private_key}
995-
AI_ACCURACY_RESULTS_MONGODB_CONNECTION_STRING: ${accuracy_results_mdb_connection_string}
996-
script: |
997-
set -e
998-
# Load environment variables
999-
eval $(.evergreen/print-compass-env.sh)
1000-
1001-
set +e
1002-
npm run --workspace @mongodb-js/compass-generative-ai ai-accuracy-tests
1003-
return_code=$?
1004-
set -e
1005-
1006-
# Fail when the accuracy tests fail:
1007-
exit $return_code

.evergreen/generative-ai-accuracy-test-empty.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.evergreen/generative-ai-accuracy-test.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
update_generated_files:
1313
name: Update automatically generated files
1414
runs-on: ubuntu-latest
15+
env:
16+
HADRON_DISTRIBUTION: compass
1517
steps:
1618
- uses: actions/checkout@v3
1719
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Is there anything else you’d like to see in Compass? Let us know by submitting
6262
- [**@mongodb-js/databases-collections-list**](packages/databases-collections-list): List view for the databases and collections
6363
- [**@mongodb-js/explain-plan-helper**](packages/explain-plan-helper): Explain plan utility methods for MongoDB Compass
6464
- [**@mongodb-js/my-queries-storage**](packages/my-queries-storage): Saved aggregations and queries storage
65-
- [**@mongodb-js/ssh-tunnel**](packages/ssh-tunnel): Yet another ssh tunnel based on ssh2
6665
- [**bson-transpilers**](packages/bson-transpilers): Source to source compilers using ANTLR
6766
- [**compass-e2e-tests**](packages/compass-e2e-tests): E2E test suite for Compass app that follows smoke tests / feature testing matrix
6867
- [**compass-preferences-model**](packages/compass-preferences-model): Compass preferences model

0 commit comments

Comments
 (0)