Yoonsoo Kim
71e0a24691
SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell command-line parameters
2021-07-01 22:20:30 +00:00
Yoonsoo Kim
0d37de1e3f
SERVER-58103 Remove test cases which test legacy op behaviors
2021-06-30 23:41:39 +00:00
Matthew Russotto
aa31defcc4
SERVER-55770 Add geo_update_dedup.js to the list of multi-update tests not handled by tenant migration passthrough
2021-04-08 15:50:30 +00:00
Rishab Joshi
4329ffafa3
SERVER-50442 Remove ensureIndex shell function
...
This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
2020-11-17 14:23:10 +00:00
Arun Banala
7c196029e8
Revert "SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"
...
This reverts commit e69c967ff8 .
2020-11-12 18:15:38 +00:00
Rishab Joshi
e69c967ff8
SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell
2020-11-12 10:38:50 +00: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
Nick Zolnierz
b5cea947a2
SERVER-24174: Inconsistent rule for storing dotted field names
2017-10-12 11:34:49 -04: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
Kevin Pulo
0c8b0d57c7
SERVER-12746: Fix assert() calls with constant-value args
...
These calls were mostly mistakes that should have been assert.eq().
assert() will now trip if passed a non-string msg, or too many params.
2015-10-30 20:35:28 +11:00
Greg Studer
6ee3a36bdb
SERVER-13057 push shell write errors more in line with other drivers
2014-03-18 15:26:25 -04:00
Andreas Nilsson
2109d8c1bd
Refactoring shell bulk API tests and added more failure cases
2014-03-11 12:06:28 -04:00
Scott Hernandez
a56653e1df
SERVER-12786: add shell writeMode option
2014-02-26 12:11:30 -05:00
A. Jesse Jiryu Davis
f85398cf07
Bulk find() requires selector, SERVER-12553.
...
Squashed:
- Update comments in bulk_api.js.
- Throw Error from invalid Bulk operations, not strings
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2014-02-18 16:18:02 -05:00
Randolph Tan
211cac34e5
SERVER-12664 Change nUpdated to nMatched in bulk api results
2014-02-13 10:32:17 -05:00
Dan Pasette
aff6a0bba3
SERVER-12576 Add string rep of Bulk object and improve SingleWriteResult formatting
2014-02-09 20:11:12 -05:00
Scott Hernandez
edfce78fcb
rename bulk api stuff to bulk (not batch)
2014-02-04 15:16:54 -05:00