diff options
author | Matthew Russotto <matthew.russotto@mongodb.com> | 2021-07-16 14:22:04 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-21 18:16:32 +0000 |
commit | 645aee3ae701b83bfd3d4a5dbc84f17b6597a61a (patch) | |
tree | ff1c6303177ba69ac55c9ca6e7b06b0ac3768b69 /jstests/core/capped_max1.js | |
parent | c43c6a146a9e5db0d15496713efa78800aeee53c (diff) | |
download | mongo-645aee3ae701b83bfd3d4a5dbc84f17b6597a61a.tar.gz |
SERVER-58626 Mark capped_max1 as tenant_migration_incompatible.
Diffstat (limited to 'jstests/core/capped_max1.js')
-rw-r--r-- | jstests/core/capped_max1.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/capped_max1.js b/jstests/core/capped_max1.js index b13028adfee..62ac9e92b91 100644 --- a/jstests/core/capped_max1.js +++ b/jstests/core/capped_max1.js @@ -12,6 +12,9 @@ * # by which point it is too late to complain that "max" has been exceeded. * does_not_support_transactions, * does_not_support_causal_consistency, + * # Reading from an pre-existing cursor after tenant migration returns stale data by design, + * # so the cursor-invalidation test will not work in that scenario. + * tenant_migration_incompatible, * ] */ |