summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorNikita Lapkov <nikita.lapkov@mongodb.com>2021-02-17 15:25:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-22 12:19:56 +0000
commit6aa6f8b5edeec42d8a571965d525252b99aa626d (patch)
tree056d13710593e3040ff7cd1f45334e1e66825667 /jstests
parente7d1cce728991a6e930c86d7a1e7145507a34517 (diff)
downloadmongo-6aa6f8b5edeec42d8a571965d525252b99aa626d.tar.gz
SERVER-54490 Fix incorrect sort order for NaN and missing values in SBE
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/sort2.js4
-rw-r--r--jstests/core/sorta.js4
2 files changed, 0 insertions, 8 deletions
diff --git a/jstests/core/sort2.js b/jstests/core/sort2.js
index c584dc48114..1d373193fcc 100644
--- a/jstests/core/sort2.js
+++ b/jstests/core/sort2.js
@@ -1,8 +1,4 @@
// test sorting, mainly a test ver simple with no index
-// @tags: [
-// sbe_incompatible,
-// ]
-
t = db.sort2;
t.drop();
diff --git a/jstests/core/sorta.js b/jstests/core/sorta.js
index a3155c355ce..8f29121f4b0 100644
--- a/jstests/core/sorta.js
+++ b/jstests/core/sorta.js
@@ -1,8 +1,4 @@
// SERVER-2905 sorting with missing fields
-// @tags: [
-// sbe_incompatible,
-// ]
-
(function() {
'use strict';