File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2021,7 +2021,7 @@ tasks:
20212021 - func : bootstrap mongo-orchestration
20222022 - func : assume secrets manager role
20232023 - func : build and test alpine FLE
2024- - name : test-runtime-independence
2024+ - name : test-runtime-independency
20252025 tags :
20262026 - runtime-independency-tests
20272027 commands :
@@ -2034,7 +2034,7 @@ tasks:
20342034 - {key: TOPOLOGY, value: replica_set}
20352035 - func : install dependencies
20362036 - func : bootstrap mongo-orchestration
2037- - func : run runtime independence tests
2037+ - func : run runtime independency tests
20382038 - name : test-latest-server-noauth
20392039 tags :
20402040 - latest
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ SINGLETON_TASKS.push({
650650} ) ;
651651
652652SINGLETON_TASKS . push ( {
653- name : 'test-runtime-independence ' ,
653+ name : 'test-runtime-independency ' ,
654654 tags : [ 'runtime-independency-tests' ] ,
655655 commands : [
656656 updateExpansions ( {
@@ -660,7 +660,7 @@ SINGLETON_TASKS.push({
660660 } ) ,
661661 { func : 'install dependencies' } ,
662662 { func : 'bootstrap mongo-orchestration' } ,
663- { func : 'run runtime independence tests' }
663+ { func : 'run runtime independency tests' }
664664 ]
665665} ) ;
666666
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ export AUTH=$AUTH
2525export MONGODB_API_VERSION=${MONGODB_API_VERSION}
2626export MONGODB_URI=${MONGODB_URI}
2727
28- npx nyc npm run check:runtime-independence
28+ npm run check:runtime-independency
Original file line number Diff line number Diff line change 157157 "check:csfle" : " nyc mocha --config test/mocha_mongodb.js test/integration/client-side-encryption" ,
158158 "check:snappy" : " nyc mocha test/unit/assorted/snappy.test.js" ,
159159 "check:x509" : " nyc mocha test/manual/x509_auth.test.ts" ,
160- "check:runtime-independence " : " ts-node test/tools/runner/vm_runner.ts test/integration/change-streams/change_stream.test.ts" ,
160+ "check:runtime-independency " : " ts-node test/tools/runner/vm_runner.ts test/integration/change-streams/change_stream.test.ts" ,
161161 "fix:eslint" : " npm run check:eslint -- --fix" ,
162162 "prepare" : " node etc/prepare.js" ,
163163 "preview:docs" : " ts-node etc/docs/preview.ts" ,
You can’t perform that action at this time.
0 commit comments