summaryrefslogtreecommitdiff
path: root/jstests/readonly
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-202-3/+3
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-271-1/+1
* 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
* 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 duri...Wenbin Zhu2021-08-041-9/+5
* SERVER-55897 Incorrect options passed to MongoRunner.stopMongod when trying t...Marcos José Grillo Ramirez2021-04-091-5/+7
* SERVER-55897 Fixed typo on options passed to stopMongod in sharding read only...Marcos José Grillo Ramirez2021-04-081-2/+2
* 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 r...Marcos José Grillo Ramírez2020-01-131-8/+11
* 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 a...James Wahlin2019-08-146-6/+6
* 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
* 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
* 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 repl...jannaerin2018-03-091-1/+7
* 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
* 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 r...Esha Maharishi2016-10-191-2/+2
* 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 sh...Esha Maharishi2016-08-111-1/+0
* 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 queryableBackupMod...Andy Schwerin2016-05-201-114/+119
* 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