summaryrefslogtreecommitdiff
path: root/jstests/disk
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2022-08-23 23:47:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-26 03:14:00 +0000
commit078fcc63da2a304c1c0bbca6c2a5f499bd847ba9 (patch)
tree0609a79584addab5b3c24860a0ebb3240a05ad31 /jstests/disk
parente9b459eea39683849e9648f7cb87e085e8f1a15d (diff)
downloadmongo-078fcc63da2a304c1c0bbca6c2a5f499bd847ba9.tar.gz
SERVER-69066 Clean up validation code for time-series collections
Diffstat (limited to 'jstests/disk')
-rw-r--r--jstests/disk/libs/wt_file_helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/disk/libs/wt_file_helper.js b/jstests/disk/libs/wt_file_helper.js
index e9924139a54..6e819f889e7 100644
--- a/jstests/disk/libs/wt_file_helper.js
+++ b/jstests/disk/libs/wt_file_helper.js
@@ -352,7 +352,7 @@ let insertInvalidRegex = function(coll, mongod, nDocuments) {
coll.insert({a: RegExp(regex, options)});
}
- // Insert one valid expression and 4 invalid expressions.
+ // Inserts 4 types of invalid expressions.
let swapOptions = function(lines) {
const toInsert = ["imlsux", "imzsux", "xuslmi", "amlsux"];
const offsetToOptionStr = 64;