diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2016-02-09 10:02:32 -0500 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2016-02-09 10:02:32 -0500 |
commit | 5d4f65ced468140ac3c67878f385c6b6bc52167d (patch) | |
tree | 3facd05b6949e9e734561a3c6c247af2ea53f6ec | |
parent | 41f296cdc37f92f8de0ea3d17109693c4f0befb6 (diff) | |
download | mongo-5d4f65ced468140ac3c67878f385c6b6bc52167d.tar.gz |
SERVER-21881 Re-enable the indexed_insert_ttl.js FSM workload.
This reverts commit b06952729f5388419f1688e152273b9bb2910739.
5 files changed, 0 insertions, 22 deletions
diff --git a/jstests/concurrency/fsm_all_replication.js b/jstests/concurrency/fsm_all_replication.js index 6fa5ea93c27..e59fe0a2c16 100644 --- a/jstests/concurrency/fsm_all_replication.js +++ b/jstests/concurrency/fsm_all_replication.js @@ -5,12 +5,6 @@ load('jstests/concurrency/fsm_libs/runner.js'); var dir = 'jstests/concurrency/fsm_workloads'; var blacklist = [ - // Disabled due to known bugs - - // Disabled because the TTL monitor can delete documents in the background while we're comparing - // dbhashes between the primary and secondaries (SERVER-21881). - 'indexed_insert_ttl.js', - // Disabled due to MongoDB restrictions and/or workload restrictions 'agg_group_external.js', // uses >100MB of data, which can overwhelm test hosts 'agg_sort_external.js', // uses >100MB of data, which can overwhelm test hosts diff --git a/jstests/concurrency/fsm_all_sharded_replication.js b/jstests/concurrency/fsm_all_sharded_replication.js index 2a9b6ef445e..855a0e4aad9 100644 --- a/jstests/concurrency/fsm_all_sharded_replication.js +++ b/jstests/concurrency/fsm_all_sharded_replication.js @@ -29,10 +29,6 @@ var blacklist = [ 'map_reduce_replace.js', 'map_reduce_replace_nonexistent.js', - // Disabled because the TTL monitor can delete documents in the background while we're comparing - // dbhashes between the primaries and secondaries of the replica-set shards (SERVER-21881). - 'indexed_insert_ttl.js', - // Disabled due to MongoDB restrictions and/or workload restrictions // These workloads sometimes trigger 'Could not lock auth data update lock' diff --git a/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers.js b/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers.js index 0ad395214b0..e865b934e7d 100644 --- a/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers.js +++ b/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers.js @@ -29,10 +29,6 @@ var blacklist = [ 'map_reduce_replace.js', 'map_reduce_replace_nonexistent.js', - // Disabled because the TTL monitor can delete documents in the background while we're comparing - // dbhashes between the primaries and secondaries of the replica-set shards (SERVER-21881). - 'indexed_insert_ttl.js', - // Disabled due to MongoDB restrictions and/or workload restrictions // These workloads sometimes trigger 'Could not lock auth data update lock' diff --git a/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers_with_balancer.js b/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers_with_balancer.js index 7d6aa47f94b..87e72196ddc 100644 --- a/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers_with_balancer.js +++ b/jstests/concurrency/fsm_all_sharded_replication_legacy_config_servers_with_balancer.js @@ -34,10 +34,6 @@ var blacklist = [ // concurrent chunk migration may cause duplicate or missing results' 'yield_geo_near_dedup.js', - // Disabled because the TTL monitor can delete documents in the background while we're comparing - // dbhashes between the primaries and secondaries of the replica-set shards (SERVER-21881). - 'indexed_insert_ttl.js', - // Disabled due to MongoDB restrictions and/or workload restrictions // These workloads sometimes trigger 'Could not lock auth data update lock' diff --git a/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js b/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js index 6d946deec8f..4b7ef3cbcef 100644 --- a/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js +++ b/jstests/concurrency/fsm_all_sharded_replication_with_balancer.js @@ -34,10 +34,6 @@ var blacklist = [ // concurrent chunk migration may cause duplicate or missing results' 'yield_geo_near_dedup.js', - // Disabled because the TTL monitor can delete documents in the background while we're comparing - // dbhashes between the primaries and secondaries of the replica-set shards (SERVER-21881). - 'indexed_insert_ttl.js', - // Disabled due to MongoDB restrictions and/or workload restrictions // These workloads sometimes trigger 'Could not lock auth data update lock' |