summaryrefslogtreecommitdiff
path: root/jstests/readonly
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-0/+1
|
* SERVER-14761 only allow NumberLong as split key in hashed shard patternsHugh Han2017-07-131-1/+1
| | | | | | | | | | | | | When a shard uses a hashed key pattern, only NumberLong types may be used as split keys. A small bug in hash_basic.js regarding 'middle' syntax was also fixed. Instead of 10000 to the document as a whole, 10000 is now added to the actual number in the document. A small bug in read_only_test.js regarding the shardColl(...) function was also found. It was fixed to now do what I believe the author originally intended it to do.
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-1/+1
|
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-0/+1
|
* SERVER-25904 include expected error code in read-only write ops testKyle Suarez2016-12-121-4/+13
|
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2016-11-281-1/+1
|
* SERVER-25549 re-enable read_only_sharded suiteEsha Maharishi2016-10-191-2/+29
|
* SERVER-26691 read_only and read_only_sharded suites do not make directories ↵Esha Maharishi2016-10-191-2/+2
| | | | read-only on windows
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-121-0/+1
|
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a ↵Esha Maharishi2016-08-111-1/+0
| | | | | | shard" This reverts commit d1223a8ad44d6bc91766f0bd05a08820cdb1fdea.
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-0/+1
|
* SERVER-24726 readonly mode should ignore temp collectionsRobert Guo2016-07-141-0/+37
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-282-18/+6
|
* SERVER-24024 If there is no "local" database at startup in ↵Andy Schwerin2016-05-201-114/+119
| | | | | | | | | | | | | | queryableBackupMode, do not panic. At startup, the logic that checks for version-specific bugs that may need to be worked around attempts to open the "local" database to see what version of mongod was last used to access the data files. In queryableBackupMode, if there is no local database, this can legally fail, at least for some storage engines. This patch recovers from that failure, rather than shutting down the server. This patch also updates the read_only and read_only_sharded test suites, to test cases where there is no "local" database, as this is the standard queryableBackupMode use case.
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-184-32/+24
|
* SERVER-23130 rename readOnly flag to querableBackupMode and hide itAdam Midvidy2016-03-181-2/+2
|
* SERVER-22355 add negative tests of write operations to read_only suiteAdam Midvidy2016-03-172-1/+79
|
* SERVER-22356 add read_only_sharded suiteAdam Midvidy2016-03-103-36/+116
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-096-115/+98
|
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-021-2/+1
|
* SERVER-22850 Clean up additional javascript issues found by eslintMike Grundy2016-02-251-2/+2
|
* SERVER-22360 disallow external sort in readOnly modeAdam Midvidy2016-02-241-0/+10
|
* SERVER-22357 run mmap tests with readOnly permissionsAdam Midvidy2016-02-231-9/+33
|
* SERVER-22354 add more coverage of basic functionality to readOnly suiteAdam Midvidy2016-02-166-7/+263
|
* SERVER-22341 fix jslint errors in jstests/readonly with eslint --fixMike Grundy2016-02-051-2/+2
|
* SERVER-22278 create readOnly suiteAdam Midvidy2016-01-294-0/+108