summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-21925 Update mutliversion tests to use 3.2Jonathan Abrahams2016-01-131-4/+0
|
* SERVER-22111 packager.py - Add support for ubuntu1504 on ppc64leMark Benvenuto2016-01-132-12/+30
|
* SERVER-21925: Blacklist failing multiversion testsSpencer Jackson2016-01-131-0/+4
|
* SERVER-22111 Refactor packager-enterprise.pyMark Benvenuto2016-01-131-153/+7
|
* SERVER-22155 temporarily blacklist cleanup_orphaned_cmd_during_movechunk.js ↵Dianna Hohensee2016-01-131-0/+1
| | | | until it's improved
* SERVER-22151 typo fixDianna Hohensee2016-01-121-1/+1
|
* SERVER-22155 temporarily blacklist ↵Dianna Hohensee2016-01-121-0/+2
| | | | cleanup_orphaned_cmd_during_movechunk_hashed.js until it's improved
* SERVER-22151 blacklist lagged_config_secondary.js and similar tests from the ↵Dianna Hohensee2016-01-121-0/+7
| | | | sharding_csrs_continuous_config_stepdown_WT test suite
* SERVER-22081 Enable CSRS continuous stepdown workload in evergreenDianna Hohensee2016-01-111-2/+4
|
* SERVER-21949 Add validation testing hook to resmoke.pyJonathan Abrahams2016-01-111-2/+98
|
* SERVER-22028 hang_analyzer should fail when run against unsupported lldbMark Benvenuto2016-01-111-2/+18
|
* SERVER-20580 Re-enable csrs_upgrade_during_migrate.js testSpencer T Brody2016-01-076-9/+0
|
* SERVER-20694 Catch IncompatibleCatalogManager errors in cluster find codeSpencer T Brody2016-01-075-5/+0
|
* SERVER-21902 Use multiple shard nodes in the jstestfuzz_sharded suiteMike Grundy2016-01-071-0/+1
|
* SERVER-21747 CheckReplDBHash should not print error message when the system ↵Jonathan Abrahams2016-01-071-5/+10
| | | | collections differ in the presence of other errors
* SERVER-22035 Make mongosymb.py robust to somap entries that are missing a ↵Andy Schwerin2016-01-051-1/+1
| | | | "b" field.
* SERVER-21954 Run the jstestfuzz_replication suite with mmapv1Jonathan Abrahams2016-01-051-0/+17
|
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-042-0/+2
|
* Change update-vendor-wiredtiger script to pull from WT develop branchDan Pasette2015-12-301-1/+1
|
* SERVER-22035 Use map comprehension instead of loop in mongosymb.pyAndy Schwerin2015-12-301-4/+1
|
* SERVER-22035 Introduce mongosymb.py stack trace symbolizer.Andy Schwerin2015-12-301-0/+183
|
* SERVER-21875 Support self-termination of hang analyzer on Windows.Max Hirschhorn2015-12-281-1/+10
|
* SERVER-22010 Blacklist min_optime_recovery.js from continuous config ↵Kaloian Manassiev2015-12-231-1/+2
| | | | | | | stepdown suite Also increases the sleep time of the stepdown thread to allow for balance rounds to succeed.
* SERVER-21981 clang_format.py should not touch files uncessarilyMark Benvenuto2015-12-231-14/+21
|
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-231-0/+92
| | | | | This change adds a continuous primary stepdown capability to the ReplicaSetTest and hooks it into ShardingTest.
* SERVER-21565 Support more than 7 nodes in a replica set in resmoke.pyJonathan Abrahams2015-12-231-0/+3
|
* SERVER-21382 fixing sharding migration to transfer only document deletions ↵Dianna Hohensee2015-12-222-0/+2
| | | | relevant to the chunk being migrated, not every deletion
* SERVER-21955 Fix issue with MasterSlaveFixture and CleanEveryN hook.Max Hirschhorn2015-12-211-2/+4
| | | | | Avoid constructing new Fixture instances inside MasterSlaveFixture.setup().
* SERVER-12108 Support Windows binaries for multiversion testsJonathan Abrahams2015-12-211-17/+37
|
* SERVER-21901 CheckReplDBHash checks wrong node when printing missing docsKamran Khan2015-12-151-2/+2
|
* SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommandRandolph Tan2015-12-142-2/+0
|
* Revert "SERVER-21050 Continuous config server primary step down"Kaloian Manassiev2015-12-111-79/+0
| | | | This reverts commit 99b433b28928180c73c0edd091f8fd27949e8668.
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-111-0/+79
| | | | | This change adds a continuous primary stepdown capability to the ReplicaSetTest and hooks it into ShardingTest.
* SERVER-21763: enable regression track for compareChung-Yen Chang2015-12-112-410/+0
|
* SERVER-13370 Amazon Enterprise RPM'sErnie Hershey2015-12-101-8/+15
|
* SERVER-21136 add basic tests for enableSharding commandMisha Tyulenev2015-12-101-0/+1
|
* SERVER-21824 Remove kmip.js from blacklistSpencer Jackson2015-12-101-3/+0
|
* SERVER-21137 add basic tests for movePrimary commandMisha Tyulenev2015-12-101-0/+1
|
* SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist ↵Jonathan Abrahams2015-12-101-9/+5
| | | | aggregation_read_concern_majority overrride
* SERVER-21248 additional failover test cases per test planBenety Goh2015-12-101-0/+3
|
* SERVER-21824 temporarily disable kmip.jsDavid Storch2015-12-091-0/+3
|
* SERVER-21135 Add more basic tests for sharded implicit database creationRandolph Tan2015-12-081-0/+1
|
* Revert "SERVER-21450 - enableMajorityReadConcern in MongoRunner to ↵David Storch2015-12-081-4/+9
| | | | | | unblacklist aggregation_read_concern_majority overrride" This reverts commit 6de5b5be271ae84364b27322e8ad923bc6364a4a.
* SERVER-21138 Add more basic tests for dropDatabaseRandolph Tan2015-12-081-0/+1
|
* SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist ↵Jonathan Abrahams2015-12-081-9/+4
| | | | aggregation_read_concern_majority overrride
* SERVER-21586 Update comments on failing testsRandolph Tan2015-12-081-22/+31
|
* SERVER-21781 Improve packaging nightly logicErnie Hershey2015-12-082-4/+8
|
* SERVER-21736 disable sync2.js in the replica_sets_legacy taskmatt dannenberg2015-12-021-0/+2
|
* SERVER-21648 resmoke.py's dbHash should compare documents with an ordered ↵Mike Grundy2015-12-011-2/+7
| | | | dictionary
* BF-1450 Disable failing testsr3.2.0-rc5Misha Tyulenev2015-12-012-2/+6
|