Commit Graph

19 Commits

Author SHA1 Message Date
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
David Bradford
caf6f27ec2 SERVER-33034: Fix tests with bad assertions 2018-02-15 15:23:13 -05: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
Jack Mulrow
00d92ece19 SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
2017-12-07 14:36:15 -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
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
Scott Hernandez
67b1c6da11 SERVER-16792: fix smoke.py --small-oplog-rs so it works 2015-02-03 13:52:38 -05:00
Scott Hernandez
e200a2274f SERVER-13210: include nModified for all mongod write commands 2014-03-18 17:18:12 -04:00
Greg Studer
6ee3a36bdb SERVER-13057 push shell write errors more in line with other drivers 2014-03-18 15:26:25 -04:00
Scott Hernandez
4c1db9421b SERVER-13001: exclude nModified from legacy write results 2014-03-12 22:36:19 -04:00
Andreas Nilsson
868749b831 SERVER-12763 Fixed write_result.js to use BulkWriteResult 2014-03-11 12:06:28 -04:00
Scott Hernandez
c0e81f4a32 SERVER-12786: make tests work in compatibility shell write mode 2014-02-28 10:31:32 -05:00
Scott Hernandez
a56653e1df SERVER-12786: add shell writeMode option 2014-02-26 12:11:30 -05:00
Randolph Tan
211cac34e5 SERVER-12664 Change nUpdated to nMatched in bulk api results 2014-02-13 10:32:17 -05:00
Greg Studer
226ea35557 SERVER-12127 ensure write concern option is invalid on all tested configs 2014-02-10 14:36:57 -05:00
Greg Studer
5d94703d7d SERVER-12127 test of single write results, example of using new write command mode 2014-02-10 12:14:34 -05:00