summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2017-09-27 17:39:31 -0400
committerDavid Storch <david.storch@10gen.com>2017-09-29 12:15:08 -0400
commiteeb0fa45854de25cd57368585f6b4db10c34ce30 (patch)
treeaf588e4c4ea3155ee305984f0eefda88d3b4eed9 /buildscripts
parent0385e6b9514f7856cfbcd4f850930ebbd0895021 (diff)
downloadmongo-eeb0fa45854de25cd57368585f6b4db10c34ce30.tar.gz
SERVER-30582 Permit 'local' readConcern for aggregation explain.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml15
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml15
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml9
3 files changed, 6 insertions, 33 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
index b8b8e5b0c29..627d1e9af6c 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
@@ -149,6 +149,8 @@ selector:
- jstests/core/count_plan_summary.js
- jstests/core/shellstartparallel.js
# TODO SERVER-30466
+ - jstests/core/explain_multi_plan.js
+ - jstests/core/explain_shell_helpers.js
- jstests/core/index_partial_read_ops.js
- jstests/core/update_arrayFilters.js
# TODO: SERVER-30488
@@ -158,19 +160,6 @@ selector:
- jstests/core/views/views_stats.js
- jstests/core/orf.js #explain.executionStats is not CC
- jstests/core/rename7.js
- # TODO: SERVER-30582
- - jstests/core/agg_hint.js
- - jstests/core/explain_agg_write_concern.js
- - jstests/core/explain_missing_collection.js
- - jstests/core/explain_shell_helpers.js
- - jstests/core/sort_array.js
- - jstests/core/views/views_aggregation.js
- - jstests/core/views/views_distinct.js
- - jstests/core/views/views_collation.js
- - jstests/core/views/views_count.js
- - jstests/core/views/views_find.js
- # TODO: SERVER-30582
- - jstests/core/explain_multi_plan.js
executor:
config:
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index a651826f683..027024e8a70 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -164,6 +164,8 @@ selector:
- jstests/core/count_plan_summary.js
- jstests/core/shellstartparallel.js
# TODO SERVER-30466
+ - jstests/core/explain_multi_plan.js
+ - jstests/core/explain_shell_helpers.js
- jstests/core/index_partial_read_ops.js
- jstests/core/update_arrayFilters.js
# TODO: SERVER-30488
@@ -172,19 +174,6 @@ selector:
- jstests/core/views/views_stats.js
- jstests/core/orf.js #explain.executionStats is not CC
- jstests/core/rename7.js
- # TODO: SERVER-30582
- - jstests/core/agg_hint.js
- - jstests/core/explain_agg_write_concern.js
- - jstests/core/explain_missing_collection.js
- - jstests/core/explain_shell_helpers.js
- - jstests/core/sort_array.js
- - jstests/core/views/views_aggregation.js
- - jstests/core/views/views_distinct.js
- - jstests/core/views/views_count.js
- - jstests/core/views/views_collation.js
- - jstests/core/views/views_find.js
- # TODO: SERVER-30582
- - jstests/core/explain_multi_plan.js
# Logical sessions require that only one user be authenticated,
# but this suite puts us in a multi-auth state.
- jstests/core/list_local_sessions.js # Too many users authenticated
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 3737031a29c..24fc0eb3176 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -175,6 +175,8 @@ selector:
- jstests/core/count_plan_summary.js
- jstests/core/shellstartparallel.js
# TODO SERVER-30466
+ - jstests/core/explain_multi_plan.js
+ - jstests/core/explain_shell_helpers.js
- jstests/core/index_partial_read_ops.js
- jstests/core/update_arrayFilters.js
# The in memory structures are not causally consistent. Details are in DOCS-10626
@@ -182,13 +184,6 @@ selector:
- jstests/core/getmore_invalidated_cursors.js
- jstests/core/system_profile.js
- jstests/core/orf.js #explain.executionStats is not CC
- # TODO: SERVER-30582
- - jstests/core/agg_hint.js
- - jstests/core/explain_agg_write_concern.js
- - jstests/core/explain_missing_collection.js
- - jstests/core/explain_shell_helpers.js
- - jstests/core/sort_array.js
- - jstests/core/explain_multi_plan.js
exclude_with_any_tags:
# Tests tagged with the following will fail because they assume collections are not sharded.
- assumes_no_implicit_collection_creation_after_drop