summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-30677 Run the concurrency suite with CSRS primary stepdowns"Nathan Myers2017-09-112-249/+0
* SERVER-29934 Wait for rollback to finish in write_concern_after_stepdown.jsMatthew Russotto2017-09-111-0/+4
* SERVER-30178 extend JSON Schema parser to handle "uniqueItems"Kyle Suarez2017-09-111-0/+19
* SERVER-30677 Run the concurrency suite with CSRS primary stepdownsJack Mulrow2017-09-112-0/+249
* SERVER-30975 Reduce default verbosity for sharded suites with stepdownsJack Mulrow2017-09-112-9/+13
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-106-19/+48
* SERVER-30969 Ping is a pre-auth commandSamantha Ritter2017-09-081-0/+62
* SERVER-30177 Allow empty JSON Schema 'dependencies'.David Storch2017-09-081-0/+4
* SERVER-30676 Add support for stepdown options to the concurrency frameworkJack Mulrow2017-09-083-21/+81
* SERVER-30177 Implement JSON Schema 'patternProperties' and 'additionalPropert...David Storch2017-09-082-0/+336
* SERVER-30759 Implement disk utilization stats for 'dbStats' command. Reports ...Henrik Edin2017-09-081-0/+6
* SERVER-30881 Use unique collection names in JS tests to prevent errors with p...Blake Oler2017-09-082-4/+8
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-09-072-101/+174
* SERVER-30971: Own "scope" BSONObj in mapReduceSpencer Jackson2017-09-071-3/+3
* SERVER-30868: Explicitly whitelist certain non-functional JSON Schema keywordsNick Zolnierz2017-09-071-0/+46
* SERVER-30927 Use readConcern afterClusterTime for initsync oplog queriesGeert Bosch2017-09-071-0/+49
* SERVER-30868: Explicitly handle JSON Schema keywords that aren't supportedNick Zolnierz2017-09-061-0/+37
* SERVER-30486 Extend bulk_insert.js to actually use the legacy insert protocolKaloian Manassiev2017-09-061-12/+16
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-065-2/+16
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-062-2/+2
* SERVER-30371 apply_ops_idempotency.js waits for drop-pending collections in a...Benety Goh2017-09-061-5/+5
* SERVER-30371 repl9.js waits for source collection to be droppedBenety Goh2017-09-061-1/+6
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-051-5/+17
* SERVER-30371 added js tests for renaming a collection across databasesBenety Goh2017-09-057-0/+232
* Revert "SERVER-30371 renaming collection across databases logs individual opl...Benety Goh2017-09-051-17/+5
* Revert "SERVER-30830 fix apply_ops_atomicity.js test case per new applyOps be...Benety Goh2017-09-051-6/+4
* SERVER-30830 fix apply_ops_atomicity.js test case per new applyOps behaviorBenety Goh2017-09-051-4/+6
* SERVER-30863 Make benchrun_substitution.js more robustTess Avitabile2017-09-051-3/+3
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-051-5/+17
* SERVER-30681 Run the concurrency suite with causal consistency enabledJack Mulrow2017-09-043-3/+223
* SERVER-30680 Add support for session options to the concurrency frameworkJack Mulrow2017-09-043-4/+17
* SERVER-30683 Support failovers in ReplicaSetFixtureYves Duhem2017-09-011-7/+1
* SERVER-29592 Mark JSON Schema FCV tests as [requires_persistence].Justin Seyster2017-09-012-2/+11
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-019-42/+541
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-012-0/+108
* SERVER-30412 Ensure that aggregation splitpoints are not shared between shard...Bernard Gorman2017-09-011-18/+34
* SERVER-30903 Add test for shellHelper.use().Max Hirschhorn2017-08-311-0/+39
* SERVER-30887 remove set of non-existent verboseQueryLogging parameterGeert Bosch2017-08-311-2/+0
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-312-0/+210
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-08-311-0/+38
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-301-0/+47
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-301-2/+17
* SERVER-30177 Implement JSON Schema 'dependencies' keyword.David Storch2017-08-301-0/+119
* SERVER-30675 SERVER-30678 Add configuration options to JavaScript stepdown th...Jack Mulrow2017-08-304-332/+457
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-302-9/+103
* SERVER-30686 Add retryable_writes_jscore_passthrough_WT task.Max Hirschhorn2017-08-301-5/+14
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-301-0/+152
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-306-8/+45
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-292-8/+86
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-291-0/+81