diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml index 435b14765e..96b54a1ddf 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml @@ -21,10 +21,6 @@ selector: # SERVER-30983 background indexes are incompatible with causal consistency - jstests/concurrency/fsm_workloads/reindex_background.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml index 04da8dc384..a2da631fd8 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml @@ -24,10 +24,6 @@ selector: # SERVER-30983 background indexes are incompatible with causal consistency - jstests/concurrency/fsm_workloads/reindex_background.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml index 8653ff344e..2b674841d0 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml @@ -18,10 +18,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml index 65f6f3cc97..48ab0c5aa4 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml @@ -22,10 +22,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml index 82aba9da46..5b354c053b 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml @@ -22,10 +22,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml index 4b3debaa95..0aaa81c7ab 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml @@ -22,10 +22,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml index 21b95389f9..8c2cdef5b1 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml @@ -22,10 +22,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml index 039bd6cbba..18f9183b4c 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml @@ -21,9 +21,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml index 3676e0e1d3..ae4d10353c 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns.yml @@ -18,10 +18,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml index 74304822cd..25e150d23a 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml @@ -21,10 +21,6 @@ selector: # values: - jstests/concurrency/fsm_workloads/agg_match.js - # $lookup and $graphLookup are not supported on sharded collections. - - jstests/concurrency/fsm_workloads/agg_graph_lookup.js - - jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js - # Disabled due to SERVER-20057, 'Concurrent, sharded mapReduces can fail when temporary # namespaces collide across mongos processes' - jstests/concurrency/fsm_workloads/map_reduce_drop.js