summaryrefslogtreecommitdiff
path: root/jstests/core/index_bounds_timestamp.js
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-09-23 14:06:34 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-27 10:48:58 +0000
commit00efe90e6d9e7ab8b9a3067d2477b7d863195b3d (patch)
treeacb6dee9c83cee43399d92692f1f5c53f78c2df3 /jstests/core/index_bounds_timestamp.js
parentf935e2ce3d8f466fde9cea647d1d72a986d2ef2f (diff)
downloadmongo-00efe90e6d9e7ab8b9a3067d2477b7d863195b3d.tar.gz
SERVER-59216 Add sharded retryable write versions of stepdown downgrade
Diffstat (limited to 'jstests/core/index_bounds_timestamp.js')
-rw-r--r--jstests/core/index_bounds_timestamp.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/index_bounds_timestamp.js b/jstests/core/index_bounds_timestamp.js
index c500f12202b..1edf62b929e 100644
--- a/jstests/core/index_bounds_timestamp.js
+++ b/jstests/core/index_bounds_timestamp.js
@@ -1,6 +1,9 @@
// Index bounds generation tests for Timestamp values.
// This file tests whether index bounds for timestamps are generated properly in terms of
// inclusiveness and exactness.
+// @tags: [
+// assumes_read_concern_local,
+// ]
(function() {
"use strict";