Skip to content

test(NODE-4962): sync range index spec tests #3528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 18, 2023

Conversation

baileympearson
Copy link
Contributor

Description

What is changing?

New spec tests for range index support are synced.

Is there new documentation needed for these changes?

No.

@@ -75,7 +75,7 @@ describe('Client Side Encryption (Legacy)', function () {
const testSuites = gatherTestSuites(
path.join(__dirname, '../../spec/client-side-encryption/tests/legacy'),
testContext
);
).filter(({ name }) => !name.includes('fle2-Range'));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not our usual method for skipping tests because they do not appear in test output - but because I am about to implement the logic for these tests, it was easier than listing out all tests to skip into an array.

Copy link
Contributor

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Just for posterity, this sync does not include the decimal128 range tests, follow up is tracked here: https://jira.mongodb.org/browse/NODE-4966

@nbbeeken nbbeeken added the Team Review Needs review from team label Jan 18, 2023
@nbbeeken nbbeeken merged commit 1f1a72b into mongodb:main Jan 18, 2023
baileympearson added a commit to baileympearson/node-mongodb-native that referenced this pull request Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Review Needs review from team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants