summaryrefslogtreecommitdiff
path: root/jstests/serverless
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-1510-273/+751
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-155-35/+571
* SERVER-69582: Complete TODO from server 68187Adityavardhan Agrawal2022-09-141-4/+4
* SERVER-66125 Verify that FTDC collects change collection purging job statsDenis Grebennicov2022-09-131-0/+85
* SERVER-69227 Reenable shard split performance test with improvementsMatt Broadstone2022-09-121-22/+53
* SERVER-69498 Fix shard split test failure due to invalid mongo version checkmathisbessamdb2022-09-082-2/+2
* SERVER-69401 Prohibit writing change collection own "create" oplog entry to i...Rishab Joshi2022-09-041-1/+4
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when pa...jannaerin2022-09-012-1/+28
* SERVER-69262 Unconditionally retry stepup and no-op write commandsMatt Broadstone2022-08-311-4/+1
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-296-19/+24
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-252-23/+63
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-2515-106/+48
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-231-0/+29
* SERVER-68768 Collection validation should be skipped when shutting down recip...Sophia Tan2022-08-231-1/+1
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-211-0/+151
* SERVER-67373 Remove shard split document within the run method rather than us...Didier Nadeau2022-08-181-4/+2
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-172-0/+79
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-111-0/+259
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-115-9/+307
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-102-2/+46
* SERVER-67461 Convert the renameCollection command to a TypedCommandSophia Tan2022-08-092-60/+197
* SERVER-68185 Ensure view can be created on a particular tenant's collectionjannaerin2022-08-013-6/+49
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-0/+56
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-10/+17
* SERVER-67475 Enable use of securityToken for the basic CRUD operationsjannaerin2022-07-272-0/+81
* SERVER-68263 Do not remove blockers when deleting an aborted shard split stat...Didier Nadeau2022-07-271-2/+1
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-131-0/+43
* SERVER-67956 Write update to blockTimestamp at the reserved opslotMatt Broadstone2022-07-121-0/+9
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the OpMsgReq...jannaerin2022-07-121-43/+0
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-111-0/+43
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-085-47/+253
* SERVER-67481 Fix TODO Server ticket for the change collection JS test.Rishab Joshi2022-07-071-1/+1
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-062-2/+2
* SERVER-67531 Improve recipient cleanup logic for shard splitmathisbessamdb2022-07-051-5/+5
* SERVER-66892 Introduce change collection passthrough suite.Rishab Joshi2022-06-302-0/+183
* SERVER-67353 Handle retryable errors in BasicServerlessTest::commitAsyncDidier Nadeau2022-06-293-33/+29
* SERVER-66365 Copy missing applicable JSTests for shard splitmathisbessamdb2022-06-1614-0/+1698
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-154-12/+5
* SERVER-67192 use retry logic when looking up for the recipient primary after ...mathisbessamdb2022-06-131-13/+8
* SERVER-66704 use primaryToken for committed state doc transitionmathisbessamdb2022-06-082-12/+67
* SERVER-67005 Refactor serverless library to run shard split operationsDidier Nadeau2022-06-061-19/+19
* SERVER-67007 fix race condition and simpified split_rejects_multiple_ops testmathisbessamdb2022-06-062-57/+13
* SERVER-66855 Reject setFCV when a split config is installedMatt Broadstone2022-06-064-6/+134
* SERVER-66706 Mark shard split recipient nodes as hiddenDidier Nadeau2022-06-032-0/+2
* SERVER-66967 Add jstest for concurrent reconfig during shard splitMatt Broadstone2022-06-031-0/+41
* SERVER-66921 Track basic statistics on shard split operationsMatt Broadstone2022-06-021-2/+8
* SERVER-66058 Fix missing test tags for shard split jstestMatt Broadstone2022-06-011-0/+1
* SERVER-66058 Only start shard split components in serverless modeMatt Broadstone2022-05-311-0/+24
* SERVER-66862 Fix non-determinism in shard_split_startup_recovery_aborted.jsDidier Nadeau2022-05-311-1/+1
* SERVER-66832 Ensure split config is removed after any decisionMatt Broadstone2022-05-312-53/+78