Commit Graph

16 Commits

Author SHA1 Message Date
Sara Golemon
7d255086dd SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -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
Mathias Stearn
c42b5fcd1f SERVER-30181 remove support for pseudo commands 2017-07-26 15:13:34 -04:00
Charlie Swanson
0bca5d9fc7 SERVER-27042 Stabilize currentop.js and add unit tests for lock state reporting 2016-12-07 12:07:20 -05:00
James Wahlin
fd16deb6dd SERVER-6302 Fix multiple fsyncLock() invocation race condition 2016-11-02 16:31:58 -04:00
Kyle Suarez
ca9cb5e288 SERVER-23797 remove fsync2.js in favor of fsync.js 2016-05-19 10:48:25 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
David Hows
e5bd1ecd48 SERVER-18899 - Add beginBackup and endBackup to storage API 2015-09-25 15:36:43 +10:00
David Hows
3325cd25cd Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"
This reverts commit e1d7404eae.
2015-09-14 17:21:30 +10:00
David Hows
e1d7404eae SERVER-18899 - Add beginBackup and endBackup to storage API 2015-09-14 16:07:50 +10:00
Adam Midvidy
8a805598bb SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-26 14:20:38 -04:00
Adam Midvidy
5e7aa5c9ef Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command path"
This reverts commit 5c48ea0d3f.
2015-03-25 19:06:49 -04:00
Adam Midvidy
5c48ea0d3f SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-25 15:00:03 -04:00
Kaloian Manassiev
60bde0565d SERVER-1423 Global/Flush S acquisitions should set different policy
Global S-mode should set a compatible-first policy in order to allow reads
to happen even if there are writers which might be blocked.
2014-11-13 21:26:24 -05:00
Randolph Tan
5595b94560 SERVER-12127 migrate js tests to jscore suite when not related to writes
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-02-28 16:26:33 -05:00