summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_all_composed.js
diff options
context:
space:
mode:
authorEsha Maharishi <em2852@columbia.edu>2015-09-08 13:29:34 -0400
committerKamran Khan <kamran.khan@mongodb.com>2015-09-09 01:14:52 -0400
commitfc5f795b9a1ed759139e84599da5b8f51f474b4b (patch)
tree9df78b8f7c88f97db3e8ed8a64c4e729da9475a2 /jstests/concurrency/fsm_all_composed.js
parent4dc43cd451f58d59d63e1516f9b0c52f3bb1dd9d (diff)
downloadmongo-fc5f795b9a1ed759139e84599da5b8f51f474b4b.tar.gz
SERVER-20254 Re-enable auth workloads for non-sharding tests in concurrency suite
Closes #1016 Signed-off-by: Kamran Khan <kamran.khan@mongodb.com>
Diffstat (limited to 'jstests/concurrency/fsm_all_composed.js')
-rw-r--r--jstests/concurrency/fsm_all_composed.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/jstests/concurrency/fsm_all_composed.js b/jstests/concurrency/fsm_all_composed.js
index 6d4d09ab315..5c4b10c4fac 100644
--- a/jstests/concurrency/fsm_all_composed.js
+++ b/jstests/concurrency/fsm_all_composed.js
@@ -10,14 +10,6 @@ var blacklist = [
// Disabled due to MongoDB restrictions and/or workload restrictions
- // These workloads sometimes trigger 'Could not lock auth data update lock'
- // errors because the AuthorizationManager currently waits for only five
- // seconds to acquire the lock for authorization documents
- 'auth_create_role.js',
- 'auth_create_user.js',
- 'auth_drop_role.js',
- 'auth_drop_user.js',
-
// These workloads take too long when composed because eval takes a
// global lock and the composer doesn't honor iteration counts:
'remove_single_document_eval.js',