summaryrefslogtreecommitdiff
path: root/jstests/readonly
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-13/+0
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-18/+29
|
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-1/+1
| | | | Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
* SERVER-61509 Avoid repairing read-only databasesDaniel Gómez Ferro2021-11-301-0/+41
|
* SERVER-58987 Fix read_only_test.js to avoid start point beyond end point ↵Wenbin Zhu2021-08-041-9/+5
| | | | during replication recovery.
* SERVER-55897 Incorrect options passed to MongoRunner.stopMongod when trying ↵Marcos José Grillo Ramirez2021-04-091-5/+7
| | | | to skip collection validations
* SERVER-55897 Fixed typo on options passed to stopMongod in sharding read ↵Marcos José Grillo Ramirez2021-04-081-2/+2
| | | | only test set-up
* SERVER-43758 Start a cluster with queryableBackupMode on readonly testsMarcos José Grillo Ramirez2021-04-011-37/+112
|
* SERVER-45631 Don't catch ErrorCodes.MultipleErrorsOccurred in the testMarcos José Grillo Ramírez2020-03-251-7/+8
|
* SERVER-45483 Stale Shard Version errors are not retried if another error is ↵Marcos José Grillo Ramírez2020-01-131-8/+11
| | | | | | returned Temporarily allow MultipleErrorsOccurred on read_only tests
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-081-4/+4
|
* SERVER-44438 Have queryableBackupMode open WT in read/write modeGregory Wlodarek2019-12-201-77/+33
|
* SERVER-33830 Fix failing tests when shards are started as replica setsCheahuychou Mao2019-10-021-1/+3
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-146-6/+6
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-212/+208
|
* SERVER-40345 Change calls involving the 'temp' field in the 'create' command ↵Gregory Wlodarek2019-04-041-1/+8
| | | | to be done through the 'applyOps' command
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-6/+2
|
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-8/+13
| | | | | | | | | | This commit removes the geoNear command and moves its implementation into the aggregation framework. Users should use the aggregate command with a $geoNear stage. The implementation rewrite additionally removes the limit in the $geoNear aggregation stage. To limit the number of results, use a $limit stage.
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-1/+1
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-1/+7
| | | | replica sets
* 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