Conversation
This was referenced Mar 23, 2026
Collaborator
Author
This was referenced Mar 23, 2026
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
3985cd1 to
29b7248
Compare
1ba6bd2 to
0f62404
Compare
This was referenced Mar 26, 2026
0f62404 to
d8ce83d
Compare
29b7248 to
a08bf73
Compare
a08bf73 to
fff26fc
Compare
4690e4b to
3fd8cc3
Compare
fff26fc to
1af8f0e
Compare
3fd8cc3 to
5d9d696
Compare
1af8f0e to
17f0ab9
Compare
Collaborator
Author
…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.
17f0ab9 to
68067a1
Compare
This was referenced Mar 30, 2026
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.