Commit Graph

243 Commits

Author SHA1 Message Date
Charlie Swanson
8e5a66b3bf SERVER-21384 Enable all suites on ephemeral storage engines 2015-12-11 11:16:07 -05:00
Kaloian Manassiev
c078dc37a9 SERVER-21050 Cleanup ReplSetTest
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.
2015-12-08 13:15:06 -05:00
matt dannenberg
ab4f798056 SERVER-21708 unify timeouts in auth/repl.js 2015-12-01 05:19:51 -05:00
Misha Tyulenev
730e2cfca8 SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to internal user only 2015-11-03 18:07:33 -05:00
David Hows
e5bd1ecd48 SERVER-18899 - Add beginBackup and endBackup to storage API 2015-09-25 15:36:43 +10:00
matt dannenberg
d8b049bf3c SERVER-20586 increase auth/repl.js timeouts to reduce flakiness 2015-09-23 10:03:57 -04:00
Andreas Nilsson
fa24b6adab SERVER-20460 Make listIndexes authz check backwards compat 2015-09-23 13:20:58 -04:00
Kevin Pulo
c0db389c3f SERVER-19368: Move print.captureAllOutput from printShardingStatus jstest to utils.js 2015-09-18 10:34:23 -04:00
Andreas Nilsson
90d9a09c18 SERVER-20364 Let find privilege -> killCursor privilege 2015-09-16 14:22:27 -04:00
Andreas Nilsson
a0b3bec9af SERVER-20394 Remove non-integer test case from iteration_count_control.js 2015-09-14 11:51:00 -04:00
Charlie Swanson
c15f4bb96d SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports 2015-09-09 13:14:48 -04:00
Andreas Nilsson
d9a98b8517 SERVER-19721 Restore the authSchemaUpgrade command
Fixed mongos rebase error for catalogManager(txn)
2015-09-08 10:47:48 -04:00
matt dannenberg
650871daad Revert "SERVER-20134 Restore the authSchemaUpgrade command"
This reverts commit 7a3fa1f56d.
2015-09-08 04:25:43 -04:00
Andreas Nilsson
7a3fa1f56d SERVER-20134 Restore the authSchemaUpgrade command 2015-09-07 20:50:11 -04:00
Benety Goh
769ef392ff SERVER-19940 extended auth checking for find and getMore commands to allow use of term only from internal clients.
The term field was added to the find/getMore commands to support replication protocol version 1 and is meant to be used by replica set nodes to communicate metadata to their sync sources.
2015-09-04 11:21:38 -04:00
James Wahlin
ae9df7fb11 SERVER-2227 Addition of index usage statistics 2015-09-03 16:20:17 -04:00
Merry Mou
0c695aa1e8 SERVER-13647 give restore privileges to root 2015-08-21 16:06:42 -04:00
David Storch
94271c1102 SERVER-19572 enable --readMode commands for auth suites 2015-08-21 12:05:47 -04:00
Spencer T Brody
2d8d8c8cce SERVER-19640 Correctly parse namespace in sharded dataSize command 2015-08-19 12:08:13 -04:00
Merry Mou
8fbd2f5bf9 SERVER-19131 Give clusterManager role privileges to config.tags 2015-08-14 16:10:08 -04:00
Merry Mou
9127eb85f6 SERVER-15893 Add validate privileges to root role. 2015-08-14 14:26:52 -04:00
Merry Mou
427643ee85 SERVER-19284 Do not allow creation of roles with same names as builtin roles. 2015-08-12 14:32:41 -04:00
David Storch
67b5319f3f SERVER-17544 enable authorization tests for find/getMore commands on mongos 2015-08-11 09:44:35 -04:00
Qingyang Chen
9dcfc9cc63 SERVER-16398 Remove support for "cursorInfo" command 2015-08-05 14:59:43 -04:00
James Cohan
155ce241ac SERVER-19398 Reset db and collection names in authorization tests 2015-07-31 17:14:47 -04:00
James Wahlin
13b7fba6b8 SERVER-19504 Remove indexStats command artifacts 2015-07-22 14:17:20 -04:00
J Delaney
eb8125a999 SERVER-19326 Remove local variable deletions in JS tests
Closes #996.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
2015-07-09 19:59:55 -04:00
David Storch
b8f0f273d8 SERVER-5811 implement the killCursors command for mongod
Implementing the killCursors command in mongos and the mongo shell is further work.
2015-06-23 14:16:18 -04:00
Spencer Jackson
1b47f6d250 SERVER-18290: Fix user string parsing from oplog 2015-05-01 18:14:18 -04:00
Amalia Hawkins
7cd6f82568 SERVER-7942: Remove obsolete test from auth jstests 2015-04-30 10:38:56 -04:00
Amalia Hawkins
3fe79932f7 SERVER-18140: Allow getParameter to be executed locally against an arbiter in an authenticated replica set 2015-04-28 16:41:22 -04:00
Spencer T Brody
8b75280296 SERVER-17971 Make ShardingTest start single-server config servers as replica sets 2015-04-23 14:30:19 -04:00
Spencer T Brody
32be1f0679 SERVER-18103 Fix copyauth.js to run all permutations except skip one that is currently broken 2015-04-17 13:45:40 -04:00
Adam Midvidy
1991daaff1 SERVER-7775 add currentOp command 2015-04-13 10:14:12 -04:00
Adam Midvidy
d6cd29d1fc SERVER-7775 add killOp command 2015-04-06 18:49:59 -04:00
Spencer T Brody
6ccb82c987 SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
David Storch
93bc8652f4 SERVER-17764 extend commands authorization test for find and getMore commands 2015-04-02 16:28:49 -04:00
Andreas Nilsson
1fc9d37170 SERVER-17529 Let find on system.namespaces imply listCollections 2015-03-27 11:16:32 -04:00
Adam Midvidy
8a805598bb SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-26 14:20:38 -04:00
Adam Midvidy
5e7aa5c9ef Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command path"
This reverts commit 5c48ea0d3f.
2015-03-25 19:06:49 -04:00
Adam Midvidy
5c48ea0d3f SERVER-7775 refactor fsyncUnlock to execute through standard command path 2015-03-25 15:00:03 -04:00
Benety Goh
a15dbb65ca SERVER-17634 do not apply replicated insert operations on missing collections 2015-03-18 11:02:53 -04:00
Spencer T Brody
95dc9c1cc5 SERVER-16844 dbAdminAnyDatabase should be able to do anything dbAdmin can 2015-03-04 11:17:53 -05:00
Andreas Nilsson
8b6c594ca1 SERVER-17125 Avoid creating password credentials for $external 2015-02-06 11:20:50 -05:00
alabid
9c0417f668 SERVER-16797 Remove support for touch command in WiredTiger storage engine.
Closes #906

Signed-off-by: Benety Goh <benety@mongodb.com>
2015-01-15 10:33:42 -05:00
Jason Rassi
0aa409c0f7 SERVER-16659 listColls/listIndexes: empty cursor obj no longer needed 2015-01-15 05:41:10 -05:00
Andreas Nilsson
fc2f13fc2e SERVER-16780 Add cleanupOrphaned to commands_lib.js 2015-01-12 12:09:44 -05:00
Andreas Nilsson
078169dbca SERVER-16534 Verify __system user auth with pw mechanism disabled 2015-01-12 12:09:44 -05:00
Siyuan Zhou
f18c1a14b4 SERVER-16580 Remove deprecated system collection references in JS tests 2015-01-09 18:40:56 -05:00
Mark Benvenuto
4580fe1b3e SERVER-16061: remove "text" command 2014-12-30 11:52:20 -05:00