summaryrefslogtreecommitdiff
path: root/jstests/sharding/mr_shard_version.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-70/+81
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-30/+30
|
* SERVER-21076 Add jstest for mapReduce and aggregation properly handling ↵Spencer T Brody2015-12-141-1/+1
| | | | shard versioning
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-2/+2
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-21359 let JS registerOperation take nullptrJason Carey2015-11-191-2/+2
| | | | | getPooledScope takes an operationContext* that can apparently be null, make implscope robust in that case.
* SERVER-20941 Update v8-specific code and comments in JS testsKamran Khan2015-11-131-1/+1
| | | | The switch to SpiderMonkey invalidated some of the code and comments.
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-0/+89
The default ShardingTest verbosity is currently zero, but we have many tests, which bump it to 1 and even higher. Since verbosity level of 0 is sometimes insufficient for investigating transient failures, this change makes the default to be 1 and removes all places, which explicitly make it 1 or higher.