summaryrefslogtreecommitdiff
path: root/jstests/core/profile_findandmodify.js
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2022-07-27 14:40:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-27 16:29:59 +0000
commit298fc23192df753e6cde859ad6a7b4fc5dda62df (patch)
treee181b87ac9d7dd468bf9dea602753acdad032506 /jstests/core/profile_findandmodify.js
parent331153cb62f0e0d0545a5906c3bcc17a90bea02c (diff)
downloadmongo-298fc23192df753e6cde859ad6a7b4fc5dda62df.tar.gz
SERVER-63947 Add column store jscore passthrough - plus fixes
Also fixes: - $where reports depending on a full object, disqualifying it from using the column store index. - projection analysis should not remove a projection if we have some match fields that are not needed in the output. This doesn't work yet.
Diffstat (limited to 'jstests/core/profile_findandmodify.js')
-rw-r--r--jstests/core/profile_findandmodify.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/profile_findandmodify.js b/jstests/core/profile_findandmodify.js
index db8a615571b..42a8be46fe2 100644
--- a/jstests/core/profile_findandmodify.js
+++ b/jstests/core/profile_findandmodify.js
@@ -1,5 +1,7 @@
// Confirms that profiled findAndModify execution contains all expected metrics with proper values.
// @tags: [
+// # Asserts on the number of index keys modified.
+// assumes_no_implicit_index_creation,
// requires_profiling,
// ]