summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-29203 Remove batch size limit for config server writessamantharitter2017-08-181-1/+0
|
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction ↵Nick Zolnierz2017-08-182-0/+145
| | | | keywords
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-181-1/+1
|
* SERVER-29894 Start oplog application during recovery at checkpoint timestampJudah Schvimer2017-08-181-119/+1
|
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-181-0/+76
|
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-171-0/+112
|
* SERVER-30407 Store pre/post-image documents when running findAndModify with ↵Randolph Tan2017-08-171-14/+185
| | | | txnNumber
* SERVER-30534 Create a _configsvrDropCollection commandJoanna Huang2017-08-171-0/+1
|
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-0/+19
| | | | | This fixes a bug in the JSON Schema implementation in which the type keyword did not behave correctly with arrays.
* SERVER-30076 Use the UUID of the transactions collection for rollback via ↵Jack Mulrow2017-08-171-0/+213
| | | | refetch
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-171-0/+43
|
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-171-0/+40
|
* SERVER-28338 KillSessions SupportJason Carey2017-08-179-0/+856
|
* Revert "SERVER-30588 Bind all addresses returned by getaddroinfo()"Yves Duhem2017-08-171-18/+0
| | | | This reverts commit 1158a6b9b1de13ef2dd809b4515d881422163b5e.
* SERVER-30688 Make PlanExecutor wait for awaitData only when it has an ↵Matthew Russotto2017-08-171-0/+21
| | | | awaitData CanonicalQuery
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-171-0/+18
|
* SERVER-30580 No more status locationsMathias Stearn2017-08-164-8/+8
|
* SERVER-28301 Add stats about the logical session record cache to the ↵Ben Shteinfeld2017-08-161-1/+10
| | | | serverStatus command
* SERVER-30133 call tojson() on JSON object logged in assert error messageEsha Maharishi2017-08-161-1/+1
|
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-157-0/+140
|
* SERVER-30418 continuous stepdown override should catch the ↵Esha Maharishi2017-08-151-11/+41
| | | | ManualInterventionRequired error code for mapReduce in addition to shardCollection
* SERVER-30512 Omit fullDocument in change stream if it's null unless ↵Siyuan Zhou2017-08-153-9/+17
| | | | updateLookup is specified explicitly.
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-154-51/+51
|
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-0/+1
|
* SERVER-27826 Increase the timeout SSLTest.prototype.connectWorked from 30 to ↵Ben Shteinfeld2017-08-151-1/+1
| | | | 600 seconds
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-152-38/+51
|
* SERVER-30627 Avoid network errors in restartServerReplication() in catchup ↵Siyuan Zhou2017-08-142-4/+9
| | | | takeover JS tests.
* SERVER-24897 Configuration of DHE parameters.ADAM David Alan Martin2017-08-143-0/+42
| | | | | | | Added an option to permit specifying a Diffie Hellman parameters file in PEM format which will be passed to OpenSSL. We also now indicate to OpenSSL that we'd like Elliptic Curve Diffie Hellman Exchange, if the client supports it.
* SERVER-30614 Add writeOK checks to JS test writes in missing_key.jsKaloian Manassiev2017-08-144-107/+98
|
* SERVER-30555 drop the local.replset.checkpointTimestamp collection when we ↵Judah Schvimer2017-08-141-0/+8
| | | | shut down in fCV 3.4
* SERVER-30057 Remove clusterTime from core/set_param1.js testMisha Tyulenev2017-08-141-0/+2
|
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-146-0/+53
|
* SERVER-29337 sharding/linearizable_read_concern.js should wait for ↵William Schultz2017-08-141-0/+6
| | | | | | shardIdentity to replicate to all secondaries
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-121-2/+3
|
* SERVER-30325 Temporarily exclude the 'config' database from the fuzzer ↵Kaloian Manassiev2017-08-121-1/+2
| | | | DBHash checks
* SERVER-30625 Reconnect connection after waiting for repl state transition in ↵Spencer T Brody2017-08-111-1/+6
| | | | the shell
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server ↵William Schultz2017-08-111-3/+2
| | | | | | parameter" This reverts commit 0d3137df3879e86d92904309e968f25529904639.
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-111-2/+3
|
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-113-62/+0
|
* SERVER-27738 Numerical path component should not provide value for ↵Tess Avitabile2017-08-111-0/+69
| | | | positional operator
* SERVER-29593: Integrate the official JSON Schema test corpus into the unit testsNick Zolnierz2017-08-111-0/+46
|
* Revert "SERVER-29202 Add a refreshLogicalSessionCacheNow test command"Max Hirschhorn2017-08-101-44/+0
| | | | This reverts commit e1978af38dff725f0a0a60bca39a21b072751218.
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-101-0/+44
|
* SERVER-24550 Error out when db.createUser() is used with wrong syntaxBen Shteinfeld2017-08-101-1/+11
|
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-104-51/+0
| | | | | | | | | The $pushAll modifier was deprecated and is now unsupported. Clients should switch to the $push modifier with $each to get $pushAll behavior. This patch also updates some copyright notices that should have been updated as part of file renames in bf99c6.
* SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops ↵Benety Goh2017-08-092-0/+22
| | | | | | | non-atomically This allows concurrent applyOps commands to update the same collection on storage engines that support document level concurrency.
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-092-2/+87
|
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-091-0/+76
| | | | This reverts commit ddcc982e9b1ecca89fc315d698990176ba73df25.
* SERVER-29637 make shards obtain UUID for sharded collections from config ↵Esha Maharishi2017-08-092-47/+104
| | | | server on setFeatureCompatibilityVersion: 3.6
* SERVER-30554 add library for applyOps concurrent testsBenety Goh2017-08-093-154/+246
|