Skip to content

Commit c6b3244

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

File tree

7 files changed

+0
-130
lines changed

7 files changed

+0
-130
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 & 21 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

.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)