summaryrefslogtreecommitdiff
path: root/jstests/core/remove8.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-7/+1
|
* SERVER-33287 tag jstests that use commands which return inaccurate results ↵Samy Lanka2018-04-061-0/+1
| | | | after unclean shutdown
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-301-4/+8
| | | | | | | | | | | 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.
* SERVER-31194 Add jscore tags for ↵Jack Mulrow2017-12-071-1/+2
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+3
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-3/+0
| | | | | | | | | collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-151-0/+3
| | | | | | that are dropped in sharded cluster environments.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-9/+11
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+21
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>