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

34658 Commits

Author SHA1 Message Date
Siyuan Zhou
130485fbfa SERVER-24881 Wait for the secondary to be able to win election in tests. 2016-07-07 12:01:18 -04:00
Scott Hernandez
3ceb166dca SERVER-23750: change initial sync completion log message to match old one for tests checking it 2016-07-07 11:42:40 -04:00
Scott Hernandez
4fcd7f8b1d SERVER-24938: pass all MultiIndexBlocks when inserting documents 2016-07-07 11:42:40 -04:00
Scott Hernandez
85ffab42cb SERVER-23750: clear and reset state after DR::doInitialSync 2016-07-07 11:42:40 -04:00
Tess Avitabile
582818dac4 SERVER-23882 Collation should be considered part of a query's shape 2016-07-07 11:28:34 -04:00
Kyle Suarez
e39c46b27f SERVER-24766 implement basic views library
Adds the basic infrastructure for read-only non-materialized views, as well as
the ability to create them (but not use them).

Views are disabled by default unless mongod is given the setParameter
enableViews=1.
2016-07-07 10:35:40 -04:00
dalyd
21e0ff71b1 SERVER-24919: Perf.yml should consistently call pip install in venv 2016-07-07 10:16:29 -04:00
Benety Goh
91ab93c35b SERVER-24926 ensure replication in replset8.js is caught up after update to check collection size 2016-07-07 10:01:22 -04:00
Benety Goh
128fdb3672 SERVER-24901 do not use fast count when checking collection size in replset tests 2016-07-07 09:56:37 -04:00
Kaloian Manassiev
56ebd8ce50 SERVER-24781 CSRS primary should cleanup dist locks on promotion
This also reverts commit cc90485486.
2016-07-06 20:31:46 -04:00
Kaloian Manassiev
b3589be5ce Revert "SERVER-24919: Perf.yml should consistently call pip install in venv"
This reverts commit c2a70a1f0e.
2016-07-06 20:30:10 -04:00
Siyuan Zhou
2988729f56 SERVER-24900 Remove duplicated auth code of replset commands 2016-07-06 19:20:40 -04:00
Jess Fan
ce8c7e46e2 SERVER-24227 Add timeout to writing autosplit document 2016-07-06 18:12:58 -04:00
dalyd
c2a70a1f0e SERVER-24919: Perf.yml should consistently call pip install in venv 2016-07-06 17:58:42 -04:00
Judah Schvimer
b3611e663f SERVER-24883 cloner should not create _id index when original collection doesn't have one 2016-07-06 17:38:10 -04:00
Kevin Albertson
8833b39af6 SERVER-24880 Exclude operation latency histogram test from sharding suites 2016-07-06 17:04:24 -04:00
Scott Hernandez
0431a36fc2 SERVER-23750: disable tests while investigating failures. 2016-07-06 16:49:47 -04:00
David Hatch
c8c1ea166e SERVER-24404 Make $push, $pullAll, and $pull respect collation. 2016-07-06 16:43:48 -04:00
iwysiu
8b91e7b1ad SERVER-24911 run concurrent fuzzer on more build variants 2016-07-06 15:25:37 -04:00
Scott Hernandez
eba32f352c SERVER-23750: Add retries for metadata command during initial sync 2016-07-06 14:16:01 -04:00
Scott Hernandez
a9dd993242 SERVER-23750: use storage interface for cloners and fixes for DataReplicator::doInitialSync 2016-07-06 14:15:20 -04:00
Eric Milkie
ed19a4a874 Revert "SERVER-24817 Make ShardLocal wait for writes it performed when doing majority reads"
This reverts commit 88daeb804d.
2016-07-06 13:59:26 -04:00
Robert Guo
598b6fa7c2 SERVER-24923 TypeError when running unittests 2016-07-06 13:40:19 -04:00
Leon Zaruvinsky
a05bea9148 SERVER-24629 Add concurrency protection to MetadataManager 2016-07-06 13:39:10 -04:00
Siyuan Zhou
16a914fa10 SERVER-24881 Add StepUp Command.
This reverts commit 05eca76c9d.
Fixed ErrorCodes in JS tests.
2016-07-06 13:30:23 -04:00
Spencer T Brody
88daeb804d SERVER-24817 Make ShardLocal wait for writes it performed when doing majority reads
This gives config servers read-your-own-write semantics, even when the writes are performed as w:1
and the reads have readConcern:majority
2016-07-06 11:59:53 -04:00
Benety Goh
bf20205352 SERVER-24901 do not use fast count when checking collection size in replset test rollback5.js 2016-07-06 10:25:53 -04:00
Jess Fan
6858c82c94 SERVER-24227 Replace autoSplit startup opt with proper setting 2016-07-06 10:18:38 -04:00
iwysiu
7b0c84d708 SERVER-24875 add concurrent fuzzing clients for windows replica set 2016-07-06 10:03:18 -04:00
Jess Fan
504e52fea8 SERVER-24227 Replace autoSplit startup opt with proper setting 2016-07-06 09:56:21 -04:00
Jonathan Abrahams
05eca76c9d Revert "SERVER-24881 Add StepUp Command."
This reverts commit e3ee305be3.
2016-07-06 09:08:05 -04:00
Robert Guo
063e0ca406 SERVER-24851 increase number of jobs on ASAN builds 2016-07-05 18:12:52 -04:00
Siyuan Zhou
e3ee305be3 SERVER-24881 Add StepUp Command. 2016-07-05 16:51:04 -04:00
Jonathan Abrahams
71424c1c4b SERVER-23306 Enhance checkDBHashes hook - add more comparisons from collStats & getCollectionInfos 2016-07-05 16:33:23 -04:00
hari devaraj
1aa84a66de SERVER-24494 Implemented parsing for linearizable read concern 2016-07-05 16:21:31 -04:00
Benjamin Murphy
45977b4209 SERVER-24714 graphLookup now accepts the restrictSearchWithMatch option.
Closes #1098

Signed-off-by: David Storch <david.storch@10gen.com>
2016-07-05 15:16:59 -04:00
Severyn Kozak
a4d1054e8f SERVER-24758: break initialsync out of core_workloads
Break the initialsync tests out of core_workloads because they clutter
the performance dashboard in evergreen too much.
2016-07-05 14:31:49 -04:00
Jonathan Abrahams
1883356fef SERVER-24895 Increase scp ConnectTimeout for scp in Jepsen task 2016-07-05 13:03:21 -04:00
iwysiu
3d13237880 SERVER-24884 syntax adjustments 2016-07-05 12:38:55 -04:00
iwysiu
07546d8657 SERVER-24884 change resmoke so after test hooks only run once 2016-07-05 11:59:39 -04:00
James Wahlin
2bc3c0099d SERVER-24763 Add query_planner dependency to query_common 2016-07-05 10:32:28 -04:00
Judah Schvimer
08ee223880 SERVER-24773 _applyOplogUntil checks for shutdown while trying to pop from network queue 2016-07-05 10:24:23 -04:00
Matt Cotter
164e6b48f2 Revert "SERVER-24851 increase number of jobs for ASAN builds"
This reverts commit 6e9f26026a.
2016-07-05 10:00:58 -04:00
Tess Avitabile
46ee3c59c9 SERVER-24182 Add collation-related information to explain output 2016-07-05 09:55:32 -04:00
Kaloian Manassiev
15d99df73f SERVER-24842 ShardingStateRecovery::recover cleanup should not wait for replication 2016-07-05 09:09:55 -04:00
James Wahlin
4efc4c9fdf SERVER-24763 Make parse method for ParsedDistinct a public method 2016-07-05 08:46:52 -04:00
Robert Guo
6e9f26026a SERVER-24851 increase number of jobs for ASAN builds 2016-07-01 18:26:25 -04:00
Jonathan Abrahams
3ff1ec891b SERVER-24876 Run RocksDB sharded concurrency tests on a distro with more memory 2016-07-01 18:07:04 -04:00
Max Hirschhorn
8757e22c07 SERVER-24882 Reject expressions in aggregation's exclusion projection. 2016-07-01 17:26:20 -04:00
Eric Milkie
aca39983fa SERVER-24878 capture InterruptedAtShutdown when replicating, to avoid non-zero exit status 2016-07-01 15:56:50 -04:00