Commit Graph

18 Commits

Author SHA1 Message Date
Esha Maharishi
5b6ca35994 SERVER-22663 Make --shardsvr required for a mongod to be used as a shard 2016-08-12 15:24:05 -04:00
Esha Maharishi
62ae8e4141 Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a shard"
This reverts commit d1223a8ad4.
2016-08-11 21:36:54 -04:00
Esha Maharishi
d1223a8ad4 SERVER-22663 Make --shardsvr required for a mongod to be used as a shard 2016-08-11 21:07:39 -04:00
Robert Guo
9730e49b06 SERVER-24726 readonly mode should ignore temp collections 2016-07-14 15:59:36 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Andy Schwerin
68ee19bbd7 SERVER-24024 If there is no "local" database at startup in 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.
2016-05-20 16:02:01 -04:00
Mike Grundy
1be713cebb SERVER-23067 Final round of JS linting and formatting 2016-03-18 17:10:31 -04:00
Adam Midvidy
5549920679 SERVER-23130 rename readOnly flag to querableBackupMode and hide it 2016-03-18 16:24:59 -04:00
Adam Midvidy
f34d7bed80 SERVER-22355 add negative tests of write operations to read_only suite 2016-03-17 13:07:29 -04:00
Adam Midvidy
6efa681435 SERVER-22356 add read_only_sharded suite 2016-03-10 11:03:15 -05:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Adam Midvidy
1b0377c6b1 SERVER-22358 add readOnly mode support for WiredTiger 2016-03-02 08:42:28 -05:00
Mike Grundy
eada48bf3c SERVER-22850 Clean up additional javascript issues found by eslint 2016-02-25 14:46:21 -05:00
Adam Midvidy
c29b47c092 SERVER-22360 disallow external sort in readOnly mode 2016-02-24 22:14:26 -05:00
Adam Midvidy
c4369291d3 SERVER-22357 run mmap tests with readOnly permissions 2016-02-23 12:45:05 -05:00
Adam Midvidy
62ebc18691 SERVER-22354 add more coverage of basic functionality to readOnly suite 2016-02-16 13:53:45 -05:00
Mike Grundy
a4d52e4c85 SERVER-22341 fix jslint errors in jstests/readonly with eslint --fix 2016-02-05 15:00:51 -05:00
Adam Midvidy
3c22b5e073 SERVER-22278 create readOnly suite 2016-01-29 14:55:42 -05:00