summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in sharded ↵Dianna Hohensee2017-10-205-5/+9
| | | | passthrough suites
* Revert "SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in ↵Dianna Hohensee2017-10-205-9/+5
| | | | | | sharded passthrough suites" This reverts commit 258691ffb9ee561c48e897e1df6a1bc10ae376d6.
* SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in sharded ↵Dianna Hohensee2017-10-205-5/+9
| | | | passthrough suites
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-194-0/+4
|
* SERVER-28403 setup_multiversion_mongodb.py looks for latest when downloading ↵Jonathan Abrahams2017-10-181-150/+226
| | | | | | | Major.minor SERVER-27251 setup_multiversion_mongodb.py should retry in the case of failures SERVER-28401 setup_multiversion_mongodb.py uses requests package for downloads
* SERVER-30978 add rollback fuzzer suites to evergreenRobert Guo2017-10-181-0/+11
|
* SERVER-31413 Clean up and remove old or obsolete rollback testsWilliam Schultz2017-10-181-0/+1
|
* SERVER-31413 Clean up structure of rollbackViaRefetchNoUUID test suiteWilliam Schultz2017-10-181-2/+2
|
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-1812-126/+502
|
* SERVER-31524 make all metadata commands wait for majority writeConcern when ↵Esha Maharishi2017-10-172-0/+2
| | | | returning success early
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-171-0/+1
|
* SERVER-31413 Add test suite that runs the rollbackViaRefetchNoUUID algorithmWilliam Schultz2017-10-171-0/+32
|
* Enable change_streams_mongos_passthrough on evergreen.Siyuan Zhou2017-10-161-0/+5
|
* SERVER-31497: Move server-30084.js to sharding directory to prevent it from ↵Nick Zolnierz2017-10-161-0/+1
| | | | running in the sharded collections passthrough suite
* SERVER-31557 blacklist queryoptimizer3.js from the ↵Esha Maharishi2017-10-161-0/+1
| | | | sharding_jscore_passthrough suite
* SERVER-30995 Add Compass Installer to MongoDB packagingMathew Robinson2017-10-161-43/+43
|
* SERVER-29522 better error codes when running concurrent tests in resmokeIan Boros2017-10-131-69/+153
|
* SERVER-26109 Propagate MongoS information in client_metadata documentsMark Benvenuto2017-10-121-0/+6
|
* SERVER-31008 Make trying to move the primary shard to the current primary ↵Esha Maharishi2017-10-121-0/+1
| | | | not return an error
* SERVER-5128/SERVER-5130 Modify js test to validate both tickets are fixedKaloian Manassiev2017-10-111-1/+1
| | | | Also gets rid of one unnecessary noPassthroughWithMongod test.
* SERVER-31213 Retry retryable writes at least once in ↵Jack Mulrow2017-10-111-0/+58
| | | | retryable_writes_jscore_passthrough
* SERVER-31475 Always detach from op ctx after cluster getMore.Charlie Swanson2017-10-111-0/+1
| | | | Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-111-0/+3
|
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-113-0/+8
|
* Revert "SERVER-29522 better error codes when running concurrent tests in ↵Max Hirschhorn2017-10-112-152/+70
| | | | | | resmoke" This reverts commit 1e2626463b5a7c22484c4556b77da149f4ad1ef9.
* SERVER-31501 In `testMoveChunkWithSession` ensure the config server primary ↵Kaloian Manassiev2017-10-101-0/+4
| | | | knows about the stepped-down shard
* SERVER-30278 SCons icecream integrationAndrew Morrow2017-10-101-0/+439
|
* SERVER-29522 better error codes when running concurrent tests in resmokeIan Boros2017-10-102-70/+152
|
* SERVER-31472 resmoke returns error code when StepDownThread terminates ↵Ian Boros2017-10-101-4/+9
| | | | prematurely
* SERVER-29141 Remove blacklist entry for resume_change_stream.js.Max Hirschhorn2017-10-091-1/+0
| | | | | | The test was deleted in 47084f8ce0df808f7b26dd1c9a6344179fe8628b, so we'll want to add this blacklist entry back in once the test's spurious failures are addressed.
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-12/+17
|
* SERVER-30958: Add yml file for jstestfuzz_sharded_causal_consistencyIan Boros2017-10-091-0/+32
|
* SERVER-30161 Remove enableUUIDs server parameterLouis Williams2017-10-092-4/+0
|
* SERVER-30872 Avoid modifying suite from signal handlerYves Duhem2017-10-092-25/+38
|
* SERVER-30793 merge setFeatureCompatibilityVersion and ↵Esha Maharishi2017-10-091-0/+1
| | | | _configsvrSetFeatureCompatibilityVersion
* SERVER-30922 Do not fail on non matching selector patternYves Duhem2017-10-061-4/+1
|
* SERVER-29607 resmoke prints available suites when an invalid one is specifiedIan Boros2017-10-063-5/+20
|
* SERVER-31168: Add integration testing for $jsonSchema in contexts other than ↵Nick Zolnierz2017-10-061-0/+1
| | | | doc validation
* SERVER-30922 Fail on invalid resmoke test file argumentsYves Duhem2017-10-063-27/+74
|
* SERVER-30828 Untag unreliable tests that are not runningYves Duhem2017-10-062-23/+211
|
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+0
|
* SERVER-30839 fix typo in combine_report.pyRobert Guo2017-10-051-1/+1
|
* SERVER-30839 add back resmoke import checksRobert Guo2017-10-053-3/+9
|
* SERVER-30839 prevent buildscripts/combine_reports.py from overwriting ↵Rob Guo2017-10-044-40/+63
| | | | report.json
* SERVER-29243 Move jsHeapLimit.js from core to noPassthroughEddie Louie2017-10-031-0/+1
| | | | | | Plus add overrides for runMongod, ShardingTest and ReplSetTest to throw error if any js test in core.yml tries to use these to start their own mongod.
* SERVER-29126 Require change streams to run with readConcern:majoritySiyuan Zhou2017-10-031-0/+6
|
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-033-0/+3
| | | | | | | In order to make the kill sessions test a bit more reliable, adding a test only agg stage that returns minimal info about cursors. That way we can see if we killed our specific cursors, rather than looking at global counts.
* SERVER-31309 Fix use of resmoke args for cpp testsYves Duhem2017-10-032-3/+32
|
* SERVER-31312 Fix include_suites matching for db_testYves Duhem2017-10-032-10/+48
|
* SERVER-24759 SERVER-31128 Validate collections on all nodes in clusterIan Boros2017-09-292-11/+16
| | | | | | | | When connecting to a secondary to perform validate(), we now call slaveOk() on the connection. This also adds support for us to call validate() on all members of replica set shards.