diff options
author | Nathan Myers <nathan.myers@10gen.com> | 2017-08-08 13:42:52 -0400 |
---|---|---|
committer | Nathan Myers <nathan.myers@10gen.com> | 2017-08-08 13:42:52 -0400 |
commit | 1dabf89e81b06b4d93a447e1fa5f6742b2f7afa1 (patch) | |
tree | 9731154a102aa6ac6dc4f9a02ab8336b349413ba | |
parent | 3a2a10fa15a98f13bdf25697bafb0781987ebe07 (diff) | |
download | mongo-1dabf89e81b06b4d93a447e1fa5f6742b2f7afa1.tar.gz |
Revert "SERVER-30531 Remove blacklisting of nonexistent tests"
This reverts commit 84288a83573660c9ef7379949b19f1bef7feb4a9.
-rw-r--r-- | jstests/concurrency/fsm_all_sharded_replication.js | 2 | ||||
-rw-r--r-- | jstests/concurrency/fsm_all_sharded_replication_with_balancer.js | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_all_sharded_replication.js b/jstests/concurrency/fsm_all_sharded_replication.js index 66de8c45ff1..8946d4a9726 100644 --- a/jstests/concurrency/fsm_all_sharded_replication.js +++ b/jstests/concurrency/fsm_all_sharded_replication.js @@ -17,6 +17,7 @@ var blacklist = [ 'agg_match.js', 'count.js', 'count_limit_skip.js', + 'count_noindex.js', // $lookup and $graphLookup are not supported on sharded collections. 'agg_graph_lookup.js', @@ -50,6 +51,7 @@ var blacklist = [ 'compact_simultaneous_padding_bytes.js', // compact can only be run against a mongod 'convert_to_capped_collection.js', // convertToCapped can't be run on mongos processes 'convert_to_capped_collection_index.js', // convertToCapped can't be run on mongos processes + 'findAndModify_mixed_queue.js', // findAndModify requires a shard key 'findAndModify_mixed_queue_unindexed.js', // findAndModify requires a shard key 'findAndModify_remove_queue.js', // remove cannot be {} for findAndModify 'findAndModify_remove_queue_unindexed.js', // findAndModify requires a shard key diff --git a/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js b/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js index e41967badf2..99c50dead04 100644 --- a/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js +++ b/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js @@ -56,6 +56,7 @@ var blacklist = [ 'compact_simultaneous_padding_bytes.js', // compact can only be run against a mongod 'convert_to_capped_collection.js', // convertToCapped can't be run on mongos processes 'convert_to_capped_collection_index.js', // convertToCapped can't be run on mongos processes + 'findAndModify_mixed_queue.js', // findAndModify requires a shard key 'findAndModify_mixed_queue_unindexed.js', // findAndModify requires a shard key 'findAndModify_remove_queue.js', // remove cannot be {} for findAndModify 'findAndModify_remove_queue_unindexed.js', // findAndModify requires a shard key |