summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorCharlie Swanson <cswanson310@gmail.com>2015-02-26 15:18:29 -0500
committerCharlie Swanson <cswanson310@gmail.com>2015-02-26 15:18:29 -0500
commita0c4f1ffffb5fd6523ccc2feb3ffec6c2882e64f (patch)
treeb34466e8a631b64c00484859daa46fccb7fa2b49 /jstests/concurrency
parent85d2238a163249f7d8e2c26933681b4374af19d0 (diff)
downloadmongo-a0c4f1ffffb5fd6523ccc2feb3ffec6c2882e64f.tar.gz
SERVER-17395: Disable fsm tests that were previously disabled.
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_all_replication.js6
-rw-r--r--jstests/concurrency/fsm_all_sharded.js24
2 files changed, 6 insertions, 24 deletions
diff --git a/jstests/concurrency/fsm_all_replication.js b/jstests/concurrency/fsm_all_replication.js
index 2feb406082f..784f7386495 100644
--- a/jstests/concurrency/fsm_all_replication.js
+++ b/jstests/concurrency/fsm_all_replication.js
@@ -28,6 +28,6 @@ var blacklist = [
].map(function(file) { return dir + '/' + file; });
// SERVER-16196 re-enable executing workloads against replica sets
-runWorkloadsSerially(ls(dir).filter(function(file) {
- return !Array.contains(blacklist, file);
-}), { replication: true });
+// runWorkloadsSerially(ls(dir).filter(function(file) {
+// return !Array.contains(blacklist, file);
+// }), { replication: true });
diff --git a/jstests/concurrency/fsm_all_sharded.js b/jstests/concurrency/fsm_all_sharded.js
index b5552b4a050..fd575720c05 100644
--- a/jstests/concurrency/fsm_all_sharded.js
+++ b/jstests/concurrency/fsm_all_sharded.js
@@ -7,24 +7,6 @@ var dir = 'jstests/concurrency/fsm_workloads';
var blacklist = [
// Disabled due to known bugs
'agg_match.js', // SERVER-3645 .count() can be wrong on sharded collections
- 'explain.js',
- 'explain_aggregate.js',
- 'explain_count.js',
- 'explain_find.js',
- 'explain_group.js',
- 'explain_remove.js',
- 'explain_update.js',
- 'rename_capped_collection_chain.js',
- 'rename_capped_collection_dbname_chain.js',
- 'rename_capped_collection_dbname_droptarget.js',
- 'rename_capped_collection_droptarget.js',
- 'rename_collection_chain.js',
- 'rename_collection_dbname_chain.js',
- 'rename_collection_dbname_droptarget.js',
- 'rename_collection_droptarget.js',
- 'update_upsert_multi.js',
- 'update_upsert_multi_noindex.js',
- 'upsert_where.js',
'count.js', // SERVER-3645 .count() can be wrong on sharded collections
'count_limit_skip.js', // SERVER-3645 .count() can be wrong on sharded collections
'count_noindex.js', // SERVER-3645 .count() can be wrong on sharded collections
@@ -74,6 +56,6 @@ var blacklist = [
].map(function(file) { return dir + '/' + file; });
// SERVER-16196 re-enable executing workloads against sharded clusters
-runWorkloadsSerially(ls(dir).filter(function(file) {
- return !Array.contains(blacklist, file);
-}), { sharded: true });
+// runWorkloadsSerially(ls(dir).filter(function(file) {
+// return !Array.contains(blacklist, file);
+// }), { sharded: true });