summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2019-11-06 23:58:41 +0000
committerevergreen <evergreen@mongodb.com>2019-11-06 23:58:41 +0000
commit045aa4415cf096c59509c6e6867fe3615f6fd43c (patch)
treef5b84ae0ad2f76fa95e111e511ebb89cb175f064 /buildscripts
parenta86ca08c2e7c385821c8bf0eabef16f10e6f4cec (diff)
downloadmongo-045aa4415cf096c59509c6e6867fe3615f6fd43c.tar.gz
SERVER-44453 Address several orphaned TODOs.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml21
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml23
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml2
7 files changed, 0 insertions, 54 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
index 55a20cee7f2..d583ba88323 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
@@ -43,8 +43,6 @@ selector:
- jstests/core/geo_2d_explain.js # executionSuccess in different spot in explain().
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- # TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- - jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
# Tests that need triaging & remediation | blacklist decision
# Comments list possible problem point under review.
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index c13ffe4142e..20b9f96a8c8 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -55,8 +55,6 @@ selector:
- jstests/core/geo_2d_explain.js # executionSuccess in different spot in explain().
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- # TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- - jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
# Tests that need triaging & remediation | blacklist decision
# Comments list possible problem point under review.
diff --git a/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml b/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
index 01b5f941fb8..c97f1f67c97 100644
--- a/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
@@ -12,27 +12,6 @@ selector:
- jstests/core/read_after_optime.js
- jstests/core/capped_update.js
- # Tests that fail for Causal Consistency with default injected readPreference 'secondary'
- # "TODO SERVER-30384: These tests assume that documents are returned in the same order they are
- # written when no sort is specified; however, the order of documents within a collection can
- # be different across a primary and secondary."
- - jstests/core/coveredIndex1.js
- - jstests/core/distinct1.js
- - jstests/core/elemMatchProjection.js
- - jstests/core/find4.js
- - jstests/core/find5.js
- - jstests/core/fts1.js
- - jstests/core/find_dedup.js
- - jstests/core/fts_spanish.js
- - jstests/core/geo_distinct.js
- - jstests/core/geo_s2ordering.js
- - jstests/core/nan.js
- - jstests/core/not2.js
- - jstests/core/sorta.js
- - jstests/core/sortc.js
- - jstests/core/sort3.js
- - jstests/core/sort4.js
- - jstests/core/ord.js
# Parallel shell is not causally consistent
- jstests/core/benchrun_pipeline_updates.js
- jstests/core/crud_ops_do_not_throw_locktimeout.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 7888ed54adc..43102632ff1 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -66,8 +66,6 @@ selector:
- jstests/core/mr_scope.js
# TODO: SERVER-30052
- jstests/core/queryoptimizer3.js
- # TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- - jstests/core/views/views_coll_stats.js
# Tests that need triaging & remediation | blacklist decision
# Comments list possible problem point under review.
- jstests/core/stages_delete.js # Uses stageDebug command for deletes.
@@ -82,27 +80,6 @@ selector:
- jstests/core/views/views_all_commands.js
- jstests/core/or4.js
- jstests/core/recursion.js
- # Tests that fail for Causal Consistency with default injected readPreference 'secondary'
- # "TODO SERVER-30384: These tests assume that documents are returned in the same order they are
- # written when no sort is specified; however, the order of documents within a collection can
- # be different across a primary and secondary."
- - jstests/core/coveredIndex1.js
- - jstests/core/distinct1.js
- - jstests/core/elemMatchProjection.js
- - jstests/core/find4.js
- - jstests/core/find5.js
- - jstests/core/fts1.js
- - jstests/core/find_dedup.js
- - jstests/core/fts_spanish.js
- - jstests/core/geo_distinct.js
- - jstests/core/geo_s2ordering.js
- - jstests/core/nan.js
- - jstests/core/not2.js
- - jstests/core/sorta.js
- - jstests/core/sortc.js
- - jstests/core/sort3.js
- - jstests/core/sort4.js
- - jstests/core/ord.js
# Parallel shell is not causally consistent
- jstests/core/benchrun_pipeline_updates.js
- jstests/core/cursora.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
index 7bac4c35208..f7377cefd41 100644
--- a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
@@ -40,8 +40,6 @@ selector:
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- jstests/core/operation_latency_histogram.js # Stats are counted differently on mongos, SERVER-24880.
- # TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- - jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
# The following tests fail because of divergent dropCollection behavior between standalones and
# sharded clusters. These tests expect a second drop command to error, whereas in sharded clusters
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
index 4c70c163e00..0f7fa999585 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
@@ -43,8 +43,6 @@ selector:
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- jstests/core/operation_latency_histogram.js # Stats are counted differently on mongos, SERVER-24880.
- # TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- - jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
# The following tests fail because of divergent dropCollection behavior between standalones and
# sharded clusters. These tests expect a second drop command to error, whereas in sharded clusters
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
index 69b17329dce..90eb0fe20c8 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
@@ -44,8 +44,6 @@ selector:
- jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- jstests/core/operation_latency_histogram.js # Stats are counted differently on mongos, SERVER-24880.
- # TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- - jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
# The following tests fail because of divergent dropCollection behavior between standalones and
# sharded clusters. These tests expect a second drop command to error, whereas in sharded clusters