0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

30344 Commits

Author SHA1 Message Date
Spencer Jackson
edfeb6a9f7 SERVER-18883 Separate user role resolution from getUserDescription 2015-06-23 14:07:31 -04:00
Qingyang Chen
d674d15ee5 SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>> 2015-06-23 13:47:27 -04:00
Kaloian Manassiev
2ce8b867f1 SERVER-19078 getChunks should accept sort and limit
Currently we accept nToReturn, which does not make sense when using
commands through the catalog manager replica set.
2015-06-23 12:08:30 -04:00
Spencer Jackson
7ad0a646e1 SERVER-18662 Store SSL_CTX in unique_ptr 2015-06-23 11:22:21 -04:00
Jonathan Reams
26d5e725c8 SERVER-18953 SERVER-9567 Add debug symbols archive target 2015-06-23 11:08:17 -04:00
Daniel Alabi
c094ed73df SERVER-18595 Implement getTagForChunk for RS catalog manager 2015-06-23 08:57:38 -04:00
Kaloian Manassiev
8591c10a38 SERVER-19069 Fix argument name typo 2015-06-22 23:07:37 -04:00
Kaloian Manassiev
3c60b525ae SERVER-19069 Implement getTagsForCollection in the replica set catalog manager 2015-06-22 21:23:55 -04:00
Siyuan Zhou
f302737346 SERVER-18498 Don't attach term to oplog in old protocol version.
Audit the occurrences of OpTime comparison.
2015-06-22 21:08:19 -04:00
Max Hirschhorn
528d028b50 SERVER-18572 Use the same timestamp format as MongoDB log messages. 2015-06-22 20:18:10 -04:00
Max Hirschhorn
8c8ee18403 SERVER-18756 Write all executions to the report.json file.
Makes it so that a link to the logs for every test that ran is present
in the sidebar of the Evergreen UI. Multiple entries will appear for
the same test file when --repeat is used.

This also fixes an issue where the number of tests skipped would be
incorrect if the same test file was included multiple times in the
"roots" key.
2015-06-22 20:18:10 -04:00
Max Hirschhorn
2fb814c60c SERVER-18834 Add --executor command line option to resmoke.py.
Exposes a way to specify how jstests passed in on the command line
should be run. Defaults to starting a standalone mongod.

    --executor=core_small_oplog_rs

is equivalent to smoke.py's --small-oplog-rs

    --executor=no_server

is equivalent to smoke.py's --dont-start-mongod
2015-06-22 20:18:10 -04:00
Adam Midvidy
96ca66e9fa SERVER-19045 fix duplicate uassert code 2015-06-22 18:33:41 -04:00
Adam Midvidy
dfed23f6c7 SERVER-19045 don't throw non-exceptions 2015-06-22 18:22:48 -04:00
Adam Midvidy
a31cd95dd3 SERVER-19035 bump wire version for OP_COMMAND and find/getMore 2015-06-22 18:22:07 -04:00
Charlie Swanson
438c619ada SERVER-18839 Define suites for subsets of unittests from each major area of the codebase 2015-06-22 17:53:42 -04:00
Kaloian Manassiev
d8da60d710 SERVER-19069 Fix formatting error 2015-06-22 17:47:44 -04:00
Kaloian Manassiev
8497ecf53a SERVER-19069 Add sort argument to LiteParsedQuery::makeAsFindCommand 2015-06-22 17:09:11 -04:00
Kaloian Manassiev
945aad1b7f SERVER-19069 Make getDistLockManager const 2015-06-22 17:09:10 -04:00
Daniel Alabi
a174b389df SERVER-18593 Implement getDatabasesForShard for RS catalog manager 2015-06-22 16:45:24 -04:00
Daniel Alabi
f72e6d724d SERVER-18594 Implement getCollections for RS catalog manager and write accompanying unit tests 2015-06-22 16:42:48 -04:00
Andy Schwerin
65ba4d4d7e SERVER-19046 Make myTerminate call quickExit when re-entered by a single thread. 2015-06-22 16:18:37 -04:00
Andy Schwerin
7926b2f51f SERVER-6737 Simplify existing thread local support. 2015-06-22 16:18:37 -04:00
Spencer T Brody
0ff1bda26f SERVER-19021 CatalogManagerReplicaSet implementation of logAction method 2015-06-22 15:33:05 -04:00
Spencer T Brody
b4ec71ef2e SERVER-18436 Abstract NotMaster retry logic into a helper method in the RS catalog manager 2015-06-22 15:18:44 -04:00
Qingyang Chen
22cf042f95 Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<unique_ptr> for ownership transfer"
This reverts commit 3f6f66daac.
2015-06-22 13:22:45 -04:00
Qingyang Chen
3f6f66daac SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<unique_ptr> for ownership transfer 2015-06-22 13:17:31 -04:00
Dan Pasette
1e786585ae SERVER-19052 use itcount() instead of count() in repl tests 2015-06-22 10:00:57 -04:00
Mark Benvenuto
da608f5500 SERVER-18579: Add lint to enterprise repo, and suppress warning 2015-06-21 14:53:37 -04:00
Mark Benvenuto
2d3a435f9a SERVER-18579: Suppress lint.py warnings 2015-06-20 23:14:34 -04:00
Mark Benvenuto
e484264ed6 SERVER-18579: Add .clang-format & Scons support 2015-06-20 10:56:04 -04:00
Mark Benvenuto
6f6fa5a63d SERVER-18978: Clang-Format - Fix comment word wrapping indentation 2015-06-20 10:56:04 -04:00
Mark Benvenuto
9c2ed42daa SERVER-18579: Clang-Format - reformat code, no comment reflow 2015-06-20 10:56:02 -04:00
Mark Benvenuto
01965cf52b SERVER-18575: clang_format.py 2015-06-20 10:55:52 -04:00
Andrew Morrow
1178eff1dd SERVER-19041 Simplify SimpleMutex 2015-06-19 22:51:28 -04:00
Spencer Jackson
4b5fa5fc71 SERVER-19051 Use unique_ptr in SSLThreadInfo to fix MSVC builds 2015-06-19 18:22:25 -04:00
Dan Pasette
299b2c1d83 SERVER-19052 Remove sizeStorer recalculations at startup with WiredTiger 2015-06-19 18:21:13 -04:00
Benety Goh
c43019679a SERVER-18036 renamed Fetcher::BatchData to QueryResponse
Fetcher callback semantics also updated so that when NextAction is NoAction,
the follow up command BSON builder will be null.
2015-06-19 16:49:37 -04:00
Geert Bosch
d09fdf2b58 SERVER-19054: Don't log background tasks taking less than 100ms 2015-06-19 16:26:40 -04:00
Spencer Jackson
53437f5758 Cleanup memory in scoped_db_conn_test 2015-06-19 15:20:47 -04:00
Mark Benvenuto
8289f5481b SERVER-18979: Duplicate uassert & fassert codes 2015-06-19 15:05:58 -04:00
Spencer Jackson
a9c8eaf82c SERVER-19051 Cleanup memory allocated by SSLThreadInfo 2015-06-19 15:00:16 -04:00
Jason Rassi
b5e9986cfa SERVER-17308 Remove duplicate std::unique_ptr using-declarations 2015-06-19 14:32:31 -04:00
Benety Goh
54e8c6b505 SERVER-18036 removed NamespaceString construction from DBClientCursor 2015-06-19 13:41:00 -04:00
Benety Goh
2c37d0b687 SERVER-18036 pipeline command should check collection name before creating namespace 2015-06-19 13:41:00 -04:00
Misha Tyulenev
dde3a56fa7 SERVER-18929: Fix signed/unsigned comparisons in unittest 2015-06-19 13:29:38 -04:00
Kaloian Manassiev
79a9091df8 SERVER-18062 Implicitly create database for createIndexes
Also moves some commands out of commands_public.cpp in an effort to get
rid of this file.
2015-06-19 12:28:39 -04:00
Randolph Tan
77ed46e9b5 SERVER-18588 Adjust read-after-optime interface 2015-06-19 12:01:46 -04:00
Randolph Tan
a0fa39bd16 SERVER-18589 Fix compile failure 2015-06-19 11:52:02 -04:00
Randolph Tan
1effdbaec0 SERVER-18589 Refactor find and runCommand from CatalogManagerRS 2015-06-19 11:28:19 -04:00