Skip to content

Commit 8564ef4

Browse files
committed
test(NODE-7076): remove data lake tests
1 parent e8a91a9 commit 8564ef4

File tree

8 files changed

+0
-147
lines changed

8 files changed

+0
-147
lines changed

.evergreen/config.in.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -388,20 +388,6 @@ functions:
388388
args:
389389
- .evergreen/run-ldap-tests.sh
390390

391-
"run data lake tests":
392-
- command: subprocess.exec
393-
type: test
394-
params:
395-
working_dir: src
396-
binary: bash
397-
env:
398-
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
399-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
400-
MONGODB_URI: "mongodb://mhuser:pencil@localhost"
401-
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
402-
args:
403-
- .evergreen/run-data-lake-tests.sh
404-
405391
"run tls tests":
406392
- command: shell.exec
407393
type: test
@@ -715,13 +701,6 @@ functions:
715701
- .evergreen/docker/alpine.sh
716702

717703
tasks:
718-
- name: "test-atlas-data-lake"
719-
tags: ["datalake", "mongohouse"]
720-
commands:
721-
- func: "install dependencies"
722-
- func: "bootstrap mongohoused"
723-
- func: "run data lake tests"
724-
725704
- name: "test-gcpkms-task"
726705
commands:
727706
- command: expansions.update

.evergreen/config.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -345,19 +345,6 @@ functions:
345345
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
346346
args:
347347
- .evergreen/run-ldap-tests.sh
348-
run data lake tests:
349-
- command: subprocess.exec
350-
type: test
351-
params:
352-
working_dir: src
353-
binary: bash
354-
env:
355-
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
356-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
357-
MONGODB_URI: mongodb://mhuser:pencil@localhost
358-
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
359-
args:
360-
- .evergreen/run-data-lake-tests.sh
361348
run tls tests:
362349
- command: shell.exec
363350
type: test
@@ -650,14 +637,6 @@ functions:
650637
args:
651638
- .evergreen/docker/alpine.sh
652639
tasks:
653-
- name: test-atlas-data-lake
654-
tags:
655-
- datalake
656-
- mongohouse
657-
commands:
658-
- func: install dependencies
659-
- func: bootstrap mongohoused
660-
- func: run data lake tests
661640
- name: test-gcpkms-task
662641
commands:
663642
- command: expansions.update
@@ -3474,13 +3453,6 @@ buildvariants:
34743453
- aws-latest-auth-test-run-aws-ECS-auth-test
34753454
- aws-latest-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-unset
34763455
- aws-latest-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-set
3477-
- name: ubuntu2204-test-atlas-data-lake
3478-
display_name: Atlas Data Lake Tests
3479-
run_on: ubuntu2204-large
3480-
expansions:
3481-
NODE_LTS_VERSION: 22
3482-
tasks:
3483-
- test-atlas-data-lake
34843456
- name: performance-tests
34853457
display_name: Performance Test
34863458
run_on: rhel90-dbx-perf-large

.evergreen/generate_evergreen_tasks.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -619,16 +619,6 @@ BUILD_VARIANTS.push({
619619
tasks: AWS_AUTH_TASKS
620620
});
621621

622-
BUILD_VARIANTS.push({
623-
name: 'ubuntu2204-test-atlas-data-lake',
624-
display_name: 'Atlas Data Lake Tests',
625-
run_on: UBUNTU_22_OS,
626-
expansions: {
627-
NODE_LTS_VERSION: LATEST_LTS
628-
},
629-
tasks: ['test-atlas-data-lake']
630-
});
631-
632622
const customDependencyTests = [];
633623

634624
for (const serverVersion of ['5.0', 'rapid', 'latest']) {

.evergreen/run-data-lake-tests.sh

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
"check:atlas": "nyc mocha --config test/manual/mocharc.js test/manual/atlas_connectivity.test.ts",
146146
"check:resource-management": "nyc mocha --config test/manual/mocharc.js test/manual/resource_management.test.ts",
147147
"check:drivers-atlas-testing": "nyc mocha --config test/mocha_mongodb.js test/atlas/drivers_atlas_testing.test.ts",
148-
"check:adl": "nyc mocha --config test/mocha_mongodb.js test/manual/atlas-data-lake-testing",
149148
"check:aws": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_aws.test.ts",
150149
"check:oidc-auth": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/auth.spec.test.ts",
151150
"check:oidc-test": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc.prose.test.ts",

test/manual/atlas-data-lake-testing/atlas_data_lake_testing.prose.js

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

test/manual/atlas-data-lake-testing/atlas_data_lake_testing.spec.ts

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

test/tools/runner/hooks/configuration.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ const testConfigBeforeHook = async function () {
167167
aws: MONGODB_URI.includes('authMechanism=MONGODB-AWS'),
168168
awsSdk: process.env.MONGODB_AWS_SDK,
169169
azure: MONGODB_URI.includes('ENVIRONMENT:azure'),
170-
adl: this.configuration.buildInfo.dataLake
171-
? this.configuration.buildInfo.dataLake.version
172-
: false,
173170
kerberos: process.env.PRINCIPAL != null,
174171
ldap: MONGODB_URI.includes('authMechanism=PLAIN'),
175172
socks5: MONGODB_URI.includes('proxyHost='),

0 commit comments

Comments
 (0)