diff options
author | Waley Chen <waleycz@gmail.com> | 2016-09-27 17:31:43 -0400 |
---|---|---|
committer | Waley Chen <waleycz@gmail.com> | 2016-09-27 17:31:43 -0400 |
commit | 4b247082a95c151069d953a435bc450790565d21 (patch) | |
tree | 7dd9e05870b2a39c2d26d8362771a9a3498e3c18 /buildscripts | |
parent | 8f7423be75dca29ca1bc14b6bcfb34a46b8fdc2f (diff) | |
download | mongo-4b247082a95c151069d953a435bc450790565d21.tar.gz |
SERVER-26284 loglong.js // Majority read concern requested, but server was not started with --enableMajorityReadConcern.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml | 1 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml index 1c810d33800..a9008670712 100644 --- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml @@ -43,7 +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(). - - jstests/core/loglong.js # Log lines different on mongos. - jstests/core/operation_latency_histogram.js # Stats are counted differently on mongos, SERVER-24880. # TODO: SERVER-17284 remove once find cmd is implemented in mongos. - jstests/core/read_after_optime.js diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml index 6edc85f76ad..2bc519e5bd3 100644 --- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml @@ -39,7 +39,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(). - - jstests/core/loglong.js # Log lines different on mongos. - jstests/core/operation_latency_histogram.js # Stats are counted differently on mongos, SERVER-24880. # TODO: SERVER-18292 remove once OP_COMMAND is implemented in mongos. - jstests/core/invalid_db_name.js |