Dan Pasette
b8784ae7e3
Change branch used to update WiredTiger code
2015-02-11 10:11:57 -05:00
David Storch
0d4ce9adab
Revert " SERVER-17051 remove runCount() function"
...
This reverts commit 40e5c7f39b
.
2015-02-11 09:36:43 -05:00
Dan Pasette
47eafb2a05
SERVER-17206 capped collection performance tweaks
2015-02-11 09:33:33 -05:00
Kaloian Manassiev
6e2d6ae03b
SERVER-17039 Re-add db.currentOp locking stats
...
This reintroduces the per-operation locking statistics.
Also reverts commit 9b1392162e
.
2015-02-11 08:50:52 -05:00
Siyuan Zhou
1c478891a2
SERVER-17176 Fix replication log messages in unit tests
2015-02-10 19:12:51 -05:00
Igor Canadi
a31cc114a8
SERVER-17225 [RocksDB] Store all data in a single column family
...
Signed-off-by: Benety Goh <benety@mongodb.com>
2015-02-10 16:58:49 -05:00
Igor Canadi
c9e43db56a
SERVER-17223 Disable updateWithDamages support for RocksDB
...
Signed-off-by: Benety Goh <benety@mongodb.com>
2015-02-10 16:58:49 -05:00
Siyuan Zhou
e095f8979c
SERVER-17176 refine replication log severities and message bodies
2015-02-10 16:50:58 -05:00
David Storch
40e5c7f39b
SERVER-17051 remove runCount() function
...
This special count path was used only by the DBDirectClient and is no longer needed.
2015-02-10 09:47:24 -05:00
Scott Hernandez
a3aad22dfd
SERVER-16949 - Don't take exclusive lock on MinValid reads
2015-02-10 09:19:44 -05:00
Scott Hernandez
2b23705cea
SERVER-17229 : Do not show syncingTo for primary
2015-02-10 09:19:44 -05:00
Kaloian Manassiev
b984d80226
SERVER-17219 At rollback of the last level, clear the _mustRollback flag
2015-02-10 08:01:18 -05:00
David Storch
978356d01c
SERVER-17236 remove invalid invariant() from CachedPlanStage::isEOF()
2015-02-09 17:16:11 -05:00
David Storch
570951951f
SERVER-17198 prevent invalid logOp rollback in findAndModify
2015-02-09 16:48:21 -05:00
Ramon Fernandez
e6e989f7fc
SERVER-17022 Update assert code to avoid conflicts in v3.0 branch
2015-02-09 16:38:56 -05:00
Geert Bosch
ead3b9df09
SERVER-16194 : Make expensive invariant into a dassert
2015-02-09 15:45:28 -05:00
Randolph Tan
5f0a3924f4
SERVER-17113 Add more documentation for _testDistLockWithSkew
2015-02-09 11:54:26 -05:00
Matt Kangas
8d30131634
SERVER-17233 32bit.js make jstest reproducible
...
Also check for write error each time through loop
2015-02-09 10:59:25 -05:00
Matt Kangas
56fa6f8021
SERVER-17233 32bit.js fix whitespace
2015-02-09 10:57:48 -05:00
Matt Kangas
da246198e4
SERVER-17233 dos2unix 32bit.js
2015-02-09 10:57:45 -05:00
Spencer Jackson
74e5e29043
SERVER-17022 Re-enable SSL caching as it didn't fix SERVER-10261
2015-02-08 12:41:03 -05:00
Benety Goh
8cf51d1d88
SERVER-17205 do not proceed with bulk update on the primary when it is stepped down
2015-02-06 22:34:56 -05:00
Benety Goh
7d392afddc
SERVER-17208 do not proceed with collection creation on the primary when it is stepped down
2015-02-06 22:34:55 -05:00
Eric Milkie
4ca116443f
SERVER-17214 do not use exists() as its fallback behavior does not support collections with $ in the name
2015-02-06 17:37:13 -05:00
Eliot Horowitz
d408142cdc
SERVER-15944 : Make single-update write conflict path same as multi-update
2015-02-06 17:31:51 -05:00
Tyler Brock
aa9980b8c0
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
2015-02-06 16:37:35 -05:00
matt dannenberg
3a7675bb6f
SERVER-17209 remove processUpdatePosition invariant for forwards compatibility
2015-02-06 10:30:31 -05:00
Eliot Horowitz
4b76683b38
SERVER-17203 : findAndModify retry loop uses macros
2015-02-06 14:42:16 -05:00
Eliot Horowitz
7a26b37a5b
SERVER-17203 : findAndModify needs to use WriteConflictException::logAndBackoff
2015-02-06 14:36:50 -05:00
Charlie Swanson
ce248a28f9
SERVER-17088 Improve printing upon replication stress test failure
2015-02-06 14:09:15 -05:00
Spencer T Brody
6dff6041e2
SERVER-17026 Use compareAndSwap instead of fetchAndAdd in shutdownCleanly
2015-02-06 13:59:07 -05:00
Charlie Swanson
dc1c7f5031
SERVER-15617 Add more tests for $min and $max edge cases.
2015-02-06 13:44:58 -05:00
Benety Goh
c8e315735c
SERVER-16885 index rebuilder should commit changes to index and collection catalogs even with --noIndexBuildRetry
...
Also clean up of index rebuilding test index_retry.js and additional test index_no_retry.js
for disabling index rebuilding after crash.
2015-02-06 13:20:42 -05:00
Jonathan Abrahams
8c72cdbea2
SERVER-15831 Enhanced top chunk auto split tests
...
Closes #919
Signed-off-by: Benety Goh <benety@mongodb.com>
2015-02-06 13:17:01 -05:00
Charlie Swanson
7eb9c85341
SERVER-17192 Add regression tests for timing of invalidation calls.
2015-02-06 12:03:40 -05:00
Geert Bosch
8f70601043
SERVER-17040 : fix test case for sharded case
2015-02-06 11:56:45 -05:00
Andreas Nilsson
8b6c594ca1
SERVER-17125 Avoid creating password credentials for $external
2015-02-06 11:20:50 -05:00
Kaloian Manassiev
7e56794200
SERVER-17138 GodInsert should not create DB inside write unit of work
2015-02-05 16:30:27 -05:00
alabid
f6a65290f2
SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and blacklisting
...
Includes workloads for:
explain
compact
reindex
collMod
count
distinct
touch
$where
Added to blacklists in FSM runners
Fixed the way we check for storage engines
Added two options for arbitrary function execution against cluster:
- Specified via ClusterOptions as setupFunctions to be run on the
cluster before workloads are run
- As part of setup and teardown with the cluster provided as a third
argument to these workload functions
2015-02-05 16:14:37 -05:00
Scott Hernandez
aa352eab21
SERVER-17193 : Exclude (failing) capped collection tests from small_oplog*
2015-02-05 16:09:29 -05:00
David Storch
c59a144b57
SERVER-14792 count with a bad hint should fail, even if there is no query predicate
2015-02-05 16:05:44 -05:00
Geert Bosch
5145903fc2
SERVER-17040 : NULL pointer crash in cloneCollectionAsCapped
2015-02-05 15:17:07 -05:00
Siyuan Zhou
93e72f29f5
SERVER-8944 Use C++11 standard library functions for double NaN and Infinity detection
2015-02-05 13:53:16 -05:00
Siyuan Zhou
68fe6570d1
SERVER-16883 Geo Query $center with "NaN" coordinate does not error
2015-02-05 13:43:54 -05:00
David Storch
00f28d5b4d
SERVER-15605 add index bounds builder unit tests for NaN
2015-02-05 13:08:35 -05:00
David Storch
0629650fd4
SERVER-3445 remove disabled test
2015-02-05 13:08:11 -05:00
David Storch
5fb4ae8a91
SERVER-3105 remove disabled test
2015-02-05 13:07:14 -05:00
Benety Goh
5ed91cbdda
SERVER-17186 removed getMore performance test
...
This test was originally introduced in SERVER-9721 to investigate a regression
in the Windows build.
2015-02-05 11:35:46 -05:00
Benety Goh
d4ab26fcfb
SERVER-17179 check for primary step down in cloner
2015-02-05 11:29:31 -05:00
matt dannenberg
9399c2c04c
SERVER-17185 improve error handling in replsets/auth1.js
2015-02-05 06:06:05 -05:00