summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-02-19 12:19:12 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-22 14:23:16 +0000
commit7951ef4933ba29630e5407caf56e07569ab9f4ea (patch)
tree30cff5e489d921da2de973b5abb707e14f4a8af2 /jstests/concurrency
parent6fcbf78f7d94e6d7ace7deea808464f1e0bd7777 (diff)
downloadmongo-7951ef4933ba29630e5407caf56e07569ab9f4ea.tar.gz
SERVER-54945 Make drop database resilient to stepdowns on sharded cluster
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_workloads/drop_database.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_workloads/drop_database.js b/jstests/concurrency/fsm_workloads/drop_database.js
index 247496e05df..3f750864908 100644
--- a/jstests/concurrency/fsm_workloads/drop_database.js
+++ b/jstests/concurrency/fsm_workloads/drop_database.js
@@ -4,6 +4,11 @@
* drop_database.js
*
* Repeatedly creates and drops a database.
+ *
+ * @tags: [
+ * # SERVER-54587 create collection does not support stepdowns
+ * does_not_support_stepdowns,
+ * ]
*/
var $config = (function() {
var states = {