Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | post 2.5.2 | Ernie Hershey | 2013-08-25 | 2 | -2/+2 |
| | |||||
* | SERVER-10597 disable test in debug mode, not valid autosplit_heuristics.js | Greg Studer | 2013-08-23 | 1 | -0/+10 |
| | |||||
* | SERVER-10612 self.status() can throw stale_clustered.js | Greg Studer | 2013-08-23 | 1 | -1/+7 |
| | |||||
* | BUMP 2.5.2r2.5.2 | Matt Kangas | 2013-08-22 | 2 | -2/+2 |
| | |||||
* | SERVER-10341 disable sync_passive2.js test for 2.5.2 release | Matt Kangas | 2013-08-22 | 1 | -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 Studer | 2013-08-22 | 1 | -2/+1 |
| | | | | | | This reverts commit 961f3761203d4c1e78f44b898b6bb2cf2b98d00b. Need to create more tests with slaveok and no primary. | ||||
* | SERVER-10597 autosplit_heuristics.js additional comment | Greg Studer | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | SERVER-10499 ismaster1.js need to explicitly wait for secondary to ack master | Greg Studer | 2013-08-22 | 1 | -33/+26 |
| | |||||
* | SERVER-10374 Disable sync only with special chars test due to SERVER-10344 | Andrew Morrow | 2013-08-22 | 1 | -2/+7 |
| | |||||
* | SERVER-10597 autosplit_heuristics.js data count of high chunk reset to ↵ | Greg Studer | 2013-08-22 | 3 | -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 Studer | 2013-08-22 | 3 | -7/+25 |
| | | | | test deterministic | ||||
* | SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ↵ | Randolph Tan | 2013-08-21 | 2 | -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 Tan | 2013-08-21 | 4 | -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 consistent | Eliot Horowitz | 2013-08-21 | 1 | -0/+1 |
| | |||||
* | SERVER-8598 cleanup_orphaned_cmd_hashed.js minor test improvement | Greg Studer | 2013-08-21 | 1 | -3/+4 |
| | |||||
* | SERVER-10555 Remove nondeterministic StringMap perf test from unit tests | Andrew Morrow | 2013-08-21 | 1 | -42/+0 |
| | |||||
* | SERVER-8598 test cleanup of orphaned data in hashed sharded collection | Greg Studer | 2013-08-21 | 1 | -0/+66 |
| | |||||
* | SERVER-10026 no longer need PageFaultRetryableSection in removeRange | Greg Studer | 2013-08-21 | 1 | -1/+0 |
| | |||||
* | SERVER-9518 Fix problem related to iterator invalidation. | Andy Schwerin | 2013-08-21 | 5 | -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-10583 | Hari Khalsa | 2013-08-21 | 7 | -39/+63 |
| | |||||
* | SERVER-10026 SERVER-10583 internal runners deregister themselves in dtor | Hari Khalsa | 2013-08-20 | 2 | -1/+7 |
| | |||||
* | SERVER-10584 dbclient_rs_test.cpp compile failure on Windows builders | Randolph Tan | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | SERVER-8707 dbclient_rs_test threading issue | Randolph Tan | 2013-08-20 | 4 | -14/+68 |
| | | | | Thoroughly cleanup all replica set connection related artifacts after every test. | ||||
* | SERVER-8707 dbclient_rs_test threading issue | Randolph Tan | 2013-08-20 | 1 | -1/+3 |
| | | | | Allow BackgroundJob to be restartable. | ||||
* | SERVER-10210 Correctly compute 90% | Mathias Stearn | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | SERVER-9038 Turn on write concerns on write commands. | Alberto Lerner | 2013-08-20 | 1 | -15/+16 |
| | |||||
* | SERVER-10026 disable query projection for now | Hari Khalsa | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | SERVER-10026 SERVER-10461 migrate internal coll/ixscan clients | Hari Khalsa | 2013-08-20 | 44 | -445/+812 |
| | |||||
* | SERVER-9517 Add role extraction to v2 privilege document parser | Spencer T Brody | 2013-08-20 | 3 | -3/+100 |
| | |||||
* | SERVER-9517 Add credential extraction to v2 privilege document parser | Spencer T Brody | 2013-08-20 | 2 | -1/+82 |
| | |||||
* | SERVER-9517 Add parser for V2 privilege documents. Currently can only check ↵ | Spencer T Brody | 2013-08-20 | 3 | -193/+449 |
| | | | | if a document is valid. | ||||
* | SERVER-9518 Separate privilege document parsing into its own class | Spencer T Brody | 2013-08-20 | 7 | -1013/+1164 |
| | |||||
* | SERVER-375 Implement $mul by way of $inc | Andrew Morrow | 2013-08-20 | 5 | -11/+56 |
| | |||||
* | SERVER-10490 SERVER-375 Add static assertions for overflow safe algos | Andrew Morrow | 2013-08-20 | 1 | -0/+7 |
| | |||||
* | SERVER-375 Implement multiplication for SafeNum | Andrew Morrow | 2013-08-20 | 4 | -2/+251 |
| | |||||
* | SERVER-4362 Implement xor support for $bit | Andrew Morrow | 2013-08-20 | 6 | -12/+242 |
| | |||||
* | SERVER-10490 Use pre and post conditions to avoid signed integer overflow in ↵ | Andrew Morrow | 2013-08-20 | 1 | -23/+37 |
| | | | | SafeNum addition | ||||
* | SERVER-9518 Fix SSL build by removing reference to Principal | Spencer T Brody | 2013-08-20 | 1 | -2/+1 |
| | |||||
* | SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by ↵ | Andrew Morrow | 2013-08-20 | 10 | -58/+39 |
| | | | | const ref | ||||
* | SERVER-10482 buildbot movechunk_with_def_paranoia.js make sure test updated ↵ | Greg Studer | 2013-08-20 | 1 | -6/+4 |
| | | | | with default | ||||
* | SERVER-10529 Allow isMaster to report the wire version (range) it expects. | Alberto Lerner | 2013-08-20 | 3 | -0/+59 |
| | |||||
* | Fix signed/unsigned comparisons | Mathias Stearn | 2013-08-19 | 2 | -5/+5 |
| | |||||
* | Use BSONElement::fieldNameStringData() in aggregation | Mathias Stearn | 2013-08-19 | 2 | -2/+2 |
| | |||||
* | Update comments in ExpressionNary::optimize() | Mathias Stearn | 2013-08-19 | 1 | -23/+12 |
| | |||||
* | remove useless file | Mathias Stearn | 2013-08-19 | 8 | -68/+6 |
| | |||||
* | SERVER-10530 Break first batch in aggregation cursor when encountering a ↵ | Mathias Stearn | 2013-08-19 | 2 | -5/+19 |
| | | | | large document | ||||
* | Use bulk-insert in $out | Mathias Stearn | 2013-08-19 | 2 | -4/+21 |
| | | | | | About 4x faster at simple copy-collection benchmark. Follow-up to SERVER-3253 | ||||
* | Replace static, sorted list of expressions with localized registration | Mathias Stearn | 2013-08-19 | 1 | -73/+68 |
| | |||||
* | Unify agg Expression parsing to eliminate special cases | Mathias Stearn | 2013-08-19 | 5 | -650/+227 |
| | | | | Also fixes SERVER-9289: allowing objects as unwrapped single arguments | ||||
* | Replace ExpressionNary::getFactory() with isAssociativeAndCommutative() | Mathias Stearn | 2013-08-19 | 3 | -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. |