summaryrefslogtreecommitdiff
path: root/jstests/serverless
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-62367 Add javascript test to compare shard split performance to moveChunkDidier Nadeau2022-05-271-0/+108
* SERVER-66571 Fix missed renaming of jstest cleanup helper for shard split testsmathisbessamdb2022-05-191-1/+1
* SERVER-65730 Remove the split config at the end of a shard splitDidier Nadeau2022-05-185-24/+21
* SERVER-64631 Abort index builds when starting a shard split operationmathisbessamdb2022-05-171-0/+151
* SERVER-64906 Fix missing comma in shard split invalid input testDidier Nadeau2022-05-121-1/+1
* SERVER-64906 Add shard split test for invalid inputDidier Nadeau2022-05-121-0/+50
* SERVER-64906 Copy applicable Tenant Migration jstests to shard splitmathisbessamdb2022-05-1022-104/+2023
* SERVER-66269 fixing broken test that expects to run a second splitmathisbessamdb2022-05-092-1/+39
* SERVER-66141 Remove access blockers on recipientConfig installationMatt Broadstone2022-05-043-12/+59