File tree Expand file tree Collapse file tree 7 files changed +0
-130
lines changed
manual/atlas-data-lake-testing Expand file tree Collapse file tree 7 files changed +0
-130
lines changed Original file line number Diff line number Diff 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
717703tasks :
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
Original file line number Diff line number Diff 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
652639tasks :
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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=' ) ,
You can’t perform that action at this time.
0 commit comments