summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2020-01-22 22:54:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-11 03:19:41 +0000
commit873a18d34703e037f52162af693dcdc5901cb28c (patch)
treee88051dcc358b978b08f2c201100df59aeeecfeb /etc
parent86267273e922237803d654cf368ce087b16e8c17 (diff)
downloadmongo-873a18d34703e037f52162af693dcdc5901cb28c.tar.gz
SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp < initialDataTimestamp
(cherry picked from commit 759e930c88081aa0fb86e34a3ce7b2ed190c806e) create mode 100644 jstests/replsets/rollback_dup_ids_clean_shutdown_during_rollback.js
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 074276b0874..7e6c4318019 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -43,6 +43,8 @@ replica_sets_multiversion:
test_file: jstests/replsets/read_operations_during_step_up.js
- ticket: SERVER-42825
test_file: jstests/replsets/step_down_on_secondary.js
+- ticket: SERVER-45010
+ test_file: jstests/replsets/rollback_dup_ids_clean_shutdown_during_rollback.js
sharding_multiversion:
- ticket: SERVER-38691