summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* post 2.5.2Ernie Hershey2013-08-252-2/+2
|
* SERVER-10597 disable test in debug mode, not valid autosplit_heuristics.jsGreg Studer2013-08-231-0/+10
|
* SERVER-10612 self.status() can throw stale_clustered.jsGreg Studer2013-08-231-1/+7
|
* BUMP 2.5.2r2.5.2Matt Kangas2013-08-222-2/+2
|
* SERVER-10341 disable sync_passive2.js test for 2.5.2 releaseMatt Kangas2013-08-221-1/+5
| | | | | | We identified a performance regression that prevents this test from finishing on the Win32 builder and probably any single-core host. We should reenable the test after the performance regression is addressed.
* Revert "SERVER-10453 Make DBClientReplicaSet::connect always return true"Greg Studer2013-08-221-2/+1
| | | | | | This reverts commit 961f3761203d4c1e78f44b898b6bb2cf2b98d00b. Need to create more tests with slaveok and no primary.
* SERVER-10597 autosplit_heuristics.js additional commentGreg Studer2013-08-221-1/+1
|
* SERVER-10499 ismaster1.js need to explicitly wait for secondary to ack masterGreg Studer2013-08-221-33/+26
|
* SERVER-10374 Disable sync only with special chars test due to SERVER-10344Andrew Morrow2013-08-221-2/+7
|
* SERVER-10597 autosplit_heuristics.js data count of high chunk reset to ↵Greg Studer2013-08-223-10/+18
| | | | | | random on reload make dummy high chunk in test
* SERVER-10599 cleanup_orphaned_cmd.js need to wait for migration to finish so ↵Greg Studer2013-08-223-7/+25
| | | | test deterministic
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ↵Randolph Tan2013-08-212-1/+10
| | | | | | locking RSM Make sure that BackgroundJob is running before calling wait.
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ↵Randolph Tan2013-08-214-13/+32
| | | | | | locking RSM Avoid the mutex lock ordering inconsistency by not holding the _monitorMutex when calling ReplicaSetMonitor::checkAll.
* SERVER-6405: temp hack for rename to keep database cache consistentEliot Horowitz2013-08-211-0/+1
|
* SERVER-8598 cleanup_orphaned_cmd_hashed.js minor test improvementGreg Studer2013-08-211-3/+4
|
* SERVER-10555 Remove nondeterministic StringMap perf test from unit testsAndrew Morrow2013-08-211-42/+0
|
* SERVER-8598 test cleanup of orphaned data in hashed sharded collectionGreg Studer2013-08-211-0/+66
|
* SERVER-10026 no longer need PageFaultRetryableSection in removeRangeGreg Studer2013-08-211-1/+0
|
* SERVER-9518 Fix problem related to iterator invalidation.Andy Schwerin2013-08-215-38/+162
| | | | | | | Also, correctly handle deleted users and intermittent availability failures of the user data collection. Includes some unit testing.
* SERVER-10026 RAII-ify Runner yielding SERVER-10583Hari Khalsa2013-08-217-39/+63
|
* SERVER-10026 SERVER-10583 internal runners deregister themselves in dtorHari Khalsa2013-08-202-1/+7
|
* SERVER-10584 dbclient_rs_test.cpp compile failure on Windows buildersRandolph Tan2013-08-201-1/+1
|
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-204-14/+68
| | | | Thoroughly cleanup all replica set connection related artifacts after every test.
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-1/+3
| | | | Allow BackgroundJob to be restartable.
* SERVER-10210 Correctly compute 90%Mathias Stearn2013-08-201-1/+1
|
* SERVER-9038 Turn on write concerns on write commands.Alberto Lerner2013-08-201-15/+16
|
* SERVER-10026 disable query projection for nowHari Khalsa2013-08-201-1/+1
|
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-2044-445/+812
|
* SERVER-9517 Add role extraction to v2 privilege document parserSpencer T Brody2013-08-203-3/+100
|
* SERVER-9517 Add credential extraction to v2 privilege document parserSpencer T Brody2013-08-202-1/+82
|
* SERVER-9517 Add parser for V2 privilege documents. Currently can only check ↵Spencer T Brody2013-08-203-193/+449
| | | | if a document is valid.
* SERVER-9518 Separate privilege document parsing into its own classSpencer T Brody2013-08-207-1013/+1164
|
* SERVER-375 Implement $mul by way of $incAndrew Morrow2013-08-205-11/+56
|
* SERVER-10490 SERVER-375 Add static assertions for overflow safe algosAndrew Morrow2013-08-201-0/+7
|
* SERVER-375 Implement multiplication for SafeNumAndrew Morrow2013-08-204-2/+251
|
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-206-12/+242
|
* SERVER-10490 Use pre and post conditions to avoid signed integer overflow in ↵Andrew Morrow2013-08-201-23/+37
| | | | SafeNum addition
* SERVER-9518 Fix SSL build by removing reference to PrincipalSpencer T Brody2013-08-201-2/+1
|
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by ↵Andrew Morrow2013-08-2010-58/+39
| | | | const ref
* SERVER-10482 buildbot movechunk_with_def_paranoia.js make sure test updated ↵Greg Studer2013-08-201-6/+4
| | | | with default
* SERVER-10529 Allow isMaster to report the wire version (range) it expects.Alberto Lerner2013-08-203-0/+59
|
* Fix signed/unsigned comparisonsMathias Stearn2013-08-192-5/+5
|
* Use BSONElement::fieldNameStringData() in aggregationMathias Stearn2013-08-192-2/+2
|
* Update comments in ExpressionNary::optimize()Mathias Stearn2013-08-191-23/+12
|
* remove useless fileMathias Stearn2013-08-198-68/+6
|
* SERVER-10530 Break first batch in aggregation cursor when encountering a ↵Mathias Stearn2013-08-192-5/+19
| | | | large document
* Use bulk-insert in $outMathias Stearn2013-08-192-4/+21
| | | | | About 4x faster at simple copy-collection benchmark. Follow-up to SERVER-3253
* Replace static, sorted list of expressions with localized registrationMathias Stearn2013-08-191-73/+68
|
* Unify agg Expression parsing to eliminate special casesMathias Stearn2013-08-195-650/+227
| | | | Also fixes SERVER-9289: allowing objects as unwrapped single arguments
* Replace ExpressionNary::getFactory() with isAssociativeAndCommutative()Mathias Stearn2013-08-193-175/+99
| | | | | | Intermediate step in agg Expression refactor. I think most of this code will be gone before the refactor is finished, but I needed to make this a step along the path.