Commit Graph

21 Commits

Author SHA1 Message Date
clang-format-7.0.1 134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Xin Hao Zhang 5c9f7fb5d3 SERVER-36186 Default to the the oplogreplay optimization path for oplog collections 2019-07-24 08:09:43 -04:00
A. Jesse Jiryu Davis 09fdd6cd55 SERVER-38510 Set moreToCome flag with OP_MSG writes from shell 2019-01-07 22:54:19 -05:00
Xiangyu Yao e0dc0aa341 SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthrough 2018-05-22 19:02:04 -04:00
Samy Lanka ea5b5a97ed SERVER-33287 tag jstests that use commands which return inaccurate results after unclean shutdown 2018-04-06 10:33:03 -04:00
Max Hirschhorn 35b5b72146 SERVER-32522 Clean up {read,write}Concern and readPreference overrides.
Introduces OverrideHelpers object with convenience methods for
inspecting certain aggregation and map-reduce commands, as well as
overriding startParallelShell(), Mongo.prototype.runCommand(), and
Mongo.prototype.runCommandWithMetadata().

Also removes a number of tests that were incorrectly blacklisted from
the read_concern_majority_passthrough.yml and
read_concern_linearizable_passthrough.yml test suites.
2018-01-30 19:45:42 -05:00
Eddie Louie 9fc1ecd711 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
This reverts commit fb956b3b0a.
2017-03-23 14:07:50 -04:00
Randolph Tan fb956b3b0a Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped"
This reverts commit 56e66454d1.

Conflicts:
	buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
2017-03-23 13:56:21 -04:00
Eddie Louie 56e66454d1 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
in sharded cluster environments.
2017-03-15 19:19:49 -04:00
Mark Benvenuto 6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams 4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy 3bed8596d1 SERVER-22341 fix jslint errors in jstests/core with eslint --fix
Conflicts:
	jstests/core/count_hint.js
2016-02-09 13:41:02 -05:00
Jonathan Reams 80f0a56bfb SERVER-20257 Support readConcern in count command shell helper 2015-11-12 15:54:52 -05:00
Max Hirschhorn 3d727191a9 SERVER-20799 Remove aggregation + maxTimeMS test case from crud_api.js.
Had caused intermittent failures when run in parallel with other tests.
2015-10-07 12:20:28 -04:00
David Storch 1af86515e2 SERVER-20194 re-enable tests 2015-09-24 15:32:31 -04:00
Mike Grundy 75f6f24226 SERVER-20198: Ignore slaveOk when checking cursor._options 2015-08-31 10:37:06 -04:00
Jason Rassi 4dc00e1c2e Revert "Revert "SERVER-19569 SERVER-20194 CursorCache deletion task: update comments""
This reverts commit f59bf2dab4.
2015-08-29 09:59:51 -04:00
Jonathan Reams f59bf2dab4 Revert "SERVER-19569 SERVER-20194 CursorCache deletion task: update comments"
This reverts commit b81838a479.
2015-08-28 22:32:05 -04:00
Jason Rassi b81838a479 SERVER-19569 SERVER-20194 CursorCache deletion task: update comments 2015-08-28 19:42:17 -04:00
David Storch 4867a551ea SERVER-19569 disable tests
This will allow us to enable --readMode commands for the sharding_jscore_passthrough suite before
the work for this ticket is complete.
2015-08-17 18:02:43 -04:00
Christian Kvalheim 8c8da71903 SERVER-17953 Implement Driver CRUD API Spec in shell
Closes #1004.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>

  - Moved CRUD API implementation into separate file to workaround 65K
    string length compiler limit on Windows.

  - Fixed test to ignore modifiedCount property (i.e. nModified) when
    not using write commands.
2015-08-04 09:11:28 -04:00