Skip to content

Commit 38ff598

Browse files
committed
make names consistent
1 parent a7b383a commit 38ff598

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.evergreen/generate_evergreen_tasks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ SINGLETON_TASKS.push({
650650
});
651651

652652
SINGLETON_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

.evergreen/run-runtime-independence-tests.sh renamed to .evergreen/run-runtime-independency-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export AUTH=$AUTH
2525
export MONGODB_API_VERSION=${MONGODB_API_VERSION}
2626
export MONGODB_URI=${MONGODB_URI}
2727

28-
npx nyc npm run check:runtime-independence
28+
npm run check:runtime-independency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
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",

0 commit comments

Comments
 (0)