summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/currentop_query.js
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2020-09-29 14:06:19 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-23 20:47:32 +0000
commit46920134f2a6f4de507bbe5abbe3a3faa304bdf7 (patch)
tree3e963cdc7eedf51e3a4def31a84ffad83fb551c1 /jstests/noPassthrough/currentop_query.js
parent66fb8deb11d0f1f8c8a7456ac005962d58e5692e (diff)
downloadmongo-46920134f2a6f4de507bbe5abbe3a3faa304bdf7.tar.gz
SERVER-50743 Support generation of "planSummary" stats in SBE
Diffstat (limited to 'jstests/noPassthrough/currentop_query.js')
-rw-r--r--jstests/noPassthrough/currentop_query.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/noPassthrough/currentop_query.js b/jstests/noPassthrough/currentop_query.js
index c0c7cfe0f16..0e3ec3e09f8 100644
--- a/jstests/noPassthrough/currentop_query.js
+++ b/jstests/noPassthrough/currentop_query.js
@@ -266,10 +266,7 @@ function runTests({conn, readMode, currentOp, truncatedOps, localOps}) {
},
command: "find",
useSbe: true,
- // TODO SERVER-50743: The slot-based execution engine does not yet generate real
- // 'planSummary' strings. Once it is improved to do so, this test should be
- // adjusted accordingly.
- planSummary: "unsupported",
+ planSummary: "COLLSCAN",
currentOpFilter: {"command.comment": "currentop_query_sbe", numYields: {$gt: 0}}
},
{