Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,20 +388,6 @@ functions:
args:
- .evergreen/run-ldap-tests.sh

"run data lake tests":
- command: subprocess.exec
type: test
params:
working_dir: src
binary: bash
env:
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
MONGODB_URI: "mongodb://mhuser:pencil@localhost"
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
args:
- .evergreen/run-data-lake-tests.sh

"run tls tests":
- command: shell.exec
type: test
Expand Down Expand Up @@ -715,13 +701,6 @@ functions:
- .evergreen/docker/alpine.sh

tasks:
- name: "test-atlas-data-lake"
tags: ["datalake", "mongohouse"]
commands:
- func: "install dependencies"
- func: "bootstrap mongohoused"
- func: "run data lake tests"

- name: "test-gcpkms-task"
commands:
- command: expansions.update
Expand Down
28 changes: 0 additions & 28 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,19 +345,6 @@ functions:
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
args:
- .evergreen/run-ldap-tests.sh
run data lake tests:
- command: subprocess.exec
type: test
params:
working_dir: src
binary: bash
env:
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
MONGODB_URI: mongodb://mhuser:pencil@localhost
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
args:
- .evergreen/run-data-lake-tests.sh
run tls tests:
- command: shell.exec
type: test
Expand Down Expand Up @@ -650,14 +637,6 @@ functions:
args:
- .evergreen/docker/alpine.sh
tasks:
- name: test-atlas-data-lake
tags:
- datalake
- mongohouse
commands:
- func: install dependencies
- func: bootstrap mongohoused
- func: run data lake tests
- name: test-gcpkms-task
commands:
- command: expansions.update
Expand Down Expand Up @@ -3474,13 +3453,6 @@ buildvariants:
- aws-latest-auth-test-run-aws-ECS-auth-test
- aws-latest-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-unset
- aws-latest-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-set
- name: ubuntu2204-test-atlas-data-lake
display_name: Atlas Data Lake Tests
run_on: ubuntu2204-large
expansions:
NODE_LTS_VERSION: 22
tasks:
- test-atlas-data-lake
- name: performance-tests
display_name: Performance Test
run_on: rhel90-dbx-perf-large
Expand Down
10 changes: 0 additions & 10 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,16 +619,6 @@ BUILD_VARIANTS.push({
tasks: AWS_AUTH_TASKS
});

BUILD_VARIANTS.push({
name: 'ubuntu2204-test-atlas-data-lake',
display_name: 'Atlas Data Lake Tests',
run_on: UBUNTU_22_OS,
expansions: {
NODE_LTS_VERSION: LATEST_LTS
},
tasks: ['test-atlas-data-lake']
});

const customDependencyTests = [];

for (const serverVersion of ['5.0', 'rapid', 'latest']) {
Expand Down
8 changes: 0 additions & 8 deletions .evergreen/run-data-lake-tests.sh

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"check:atlas": "nyc mocha --config test/manual/mocharc.js test/manual/atlas_connectivity.test.ts",
"check:resource-management": "nyc mocha --config test/manual/mocharc.js test/manual/resource_management.test.ts",
"check:drivers-atlas-testing": "nyc mocha --config test/mocha_mongodb.js test/atlas/drivers_atlas_testing.test.ts",
"check:adl": "nyc mocha --config test/mocha_mongodb.js test/manual/atlas-data-lake-testing",
"check:aws": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_aws.test.ts",
"check:oidc-auth": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/auth.spec.test.ts",
"check:oidc-test": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc.prose.test.ts",
Expand Down

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions test/tools/runner/hooks/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ const testConfigBeforeHook = async function () {
aws: MONGODB_URI.includes('authMechanism=MONGODB-AWS'),
awsSdk: process.env.MONGODB_AWS_SDK,
azure: MONGODB_URI.includes('ENVIRONMENT:azure'),
adl: this.configuration.buildInfo.dataLake
? this.configuration.buildInfo.dataLake.version
: false,
kerberos: process.env.PRINCIPAL != null,
ldap: MONGODB_URI.includes('authMechanism=PLAIN'),
socks5: MONGODB_URI.includes('proxyHost='),
Expand Down