diff options
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' |