TOOLS-4148 Delete test/qa-tests/jstests/export/force_table_scan.js without converting#933
Open
Conversation
This was referenced Mar 23, 2026
Collaborator
Author
This was referenced Mar 23, 2026
mmcclimon
approved these changes
Mar 24, 2026
Contributor
mmcclimon
left a comment
There was a problem hiding this comment.
LGTM, thanks.
Also, a meta-comment: is there a ticket number for this work? It would be good to make one, even a catch-all, because (I think?) we use JIRA to generate the release changelogs.
test/qa-tests/jstests/export/force_table_scan.js without convertingtest/qa-tests/jstests/export/force_table_scan.js without converting
Collaborator
Author
|
I added a ticket. |
8643c88 to
e1455f5
Compare
a653fc2 to
a65a390
Compare
e1455f5 to
c1ad1af
Compare
544a99b to
258f261
Compare
c1ad1af to
f58ffd7
Compare
f58ffd7 to
3985cd1
Compare
258f261 to
1ba6bd2
Compare
…verting The `--forceTableScan` option was deprecated when WiredTiger became the default in MongoDB 3.0 and mmapv1 was removed in 4.2. On 4.2+ the flag is a no-op and the profiling assertions in the JS test are trivially true.
3985cd1 to
29b7248
Compare
1ba6bd2 to
0f62404
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The
--forceTableScanoption was deprecated when WiredTiger became the default in MongoDB 3.0 and mmapv1 was removed in 4.2. On 4.2+ the flag is a no-op and the profiling assertions in the JS test are trivially true.