summaryrefslogtreecommitdiff
path: root/jstests/serverless
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74353: Tenant Migration test utils handle shard mergeChristopher Caplinger2023-05-103-31/+11
|
* SERVER-75005 Integrate pre-image collection removal with new truncate mechanismHaley Connelly2023-05-101-8/+34
|
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-2/+2
|
* SERVER-76289 Block opening new change streams during shard split or shard ↵Mickey. J Winters2023-05-031-2/+31
| | | | merge critical section
* SERVER-76683: Remove use of short election timeout in shard split testsChristopher Caplinger2023-05-018-24/+5
|
* SERVER-76618 Robustify shard_split_change_collections_test.jsMickey. J Winters2023-04-291-7/+8
|
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-281-4/+5
|
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-282-16/+44
|
* SERVER-76288 disable high water mark tokens greater than the last operation ↵Mickey. J Winters2023-04-281-0/+75
| | | | for a tenant in serverless
* SERVER-75470 Reject change stream getMore commands after a split or merge ↵Mickey. J Winters2023-04-221-9/+49
| | | | has been committed
* Revert "SERVER-75470 Reject change stream getMore commands after a split or ↵auto-revert-processor2023-04-201-49/+9
| | | | | | merge has been committed" This reverts commit d674d78896b572797df816a093ab8682ab860eca.
* SERVER-75470 Reject change stream getMore commands after a split or merge ↵Mickey. J Winters2023-04-191-9/+49
| | | | has been committed
* SERVER-73023 Pass tenantId to the namespace from fail command failpointmathisbessamdb2023-04-121-0/+57
|
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-123-0/+22
|
* SERVER-74909 Create jstest that tenants with same collection names can run ↵mathisbessamdb2023-04-101-0/+266
| | | | concurrent operations
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-052-20/+0
| | | | This reverts commit b9d8a47872050ca5fe6c1b95fcb0534e6e0ebc3d.
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-042-0/+20
|
* SERVER-74339: Abort Shard Split explicitly to test recoveryChristopher Caplinger2023-04-031-6/+9
|
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-6/+4
|
* SERVER-74967 Tenant Migration Protocol to fail with bad tenantIdmathisbessamdb2023-03-241-0/+31
|
* SERVER-75016: Change streams tests wait for replicationChristopher Caplinger2023-03-231-1/+5
|
* Revert "SERVER-74967 Tenant Migration Protocol to fail with bad tenantId"auto-revert-processor2023-03-221-31/+0
| | | | This reverts commit 2c0275949e7e189654ec2259df7bb3389ced780a.
* SERVER-74967 Tenant Migration Protocol to fail with bad tenantIdmathisbessamdb2023-03-211-0/+31
|
* SERVER-72218 Garbage collect tenant data when shard merge abortsDidier Nadeau2023-03-212-0/+6
|
* SERVER-72081 Change the access blocker registry data structure to key on ↵mathisbessamdb2023-03-151-1/+1
| | | | TenantId objects
* SERVER-73163 shard_split_shutdown_while_blocking_reads to handle exceptionmathisbessamdb2023-02-272-13/+17
|
* SERVER-72829: Shard Merge supports retryable writes with Change StreamsChristopher Caplinger2023-02-163-34/+94
|
* SERVER-73688 Update shard split to be gated on FCV 6.3Esha Maharishi2023-02-0946-48/+48
|
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-022-2/+89
|
* SERVER-72285 currentOp with $tenant should see ops for same tenantjannaerin2023-01-271-129/+192
|
* SERVER-72857 Increase repl log for shard split perf testDidier Nadeau2023-01-191-29/+59
|
* SERVER-72577 Convert tenant migrations tests to use es modulesMatt Broadstone2023-01-1021-44/+62
|
* Revert "SERVER-72577 Convert tenant migrations tests to use es modules"auto-revert-processor2023-01-1021-62/+44
| | | | This reverts commit 9c2d2f716db7924c7fe12af379437f637efba744.
* SERVER-72577 Convert tenant migrations tests to use es modulesMatt Broadstone2023-01-0921-44/+62
|
* SERVER-71087 Add tests for agg stages that have a nss field input/outputHugh Tong2023-01-051-0/+182
|
* SERVER-72286 Convert all shard split tests to use ES modulesMatt Broadstone2023-01-0457-307/+182
|
* Revert "SERVER-71087 Add tests for agg stages that have a nss field ↵auto-revert-processor2023-01-041-178/+0
| | | | | | input/output" This reverts commit 852ba33156927868de6c6130d3911a2e6630d898.
* SERVER-71470 Fix lookup agg across multiple collections for multitenancycortrain2023-01-031-0/+49
|
* SERVER-71087 Add tests for agg stages that have a nss field input/outputcortrain2023-01-031-0/+178
|
* SERVER-70289: Add jstest to assert split handles changestreams properlyChristopher Caplinger2022-12-224-29/+125
|
* SERVER-71861 Allow killOp with security tokenmathisbessamdb2022-12-211-0/+107
|
* SERVER-71855 ListDatabases returns all databases if no tenantId suppliedmathisbessamdb2022-12-211-7/+2
|
* SERVER-72025 Return block time in commitShardSplit command responseMatt Broadstone2022-12-198-33/+16
|
* SERVER-71042 Remove featureFlagRequireTenantID from fully_disabled_feature_flagsjannaerin2022-12-166-1257/+1177
|
* SERVER-71897 featureFlagSecurityToken required for opObserver testSara Golemon2022-12-161-1/+7
|
* SERVER-71897 Replace featureFlagMongoStore with featureFlagSecurityTokenSara Golemon2022-12-1517-52/+25
|
* SERVER-71260 Add tenantIds parameter to donorStartMigrationDidier Nadeau2022-12-0911-0/+26
|
* SERVER-71881 *shutdown_while_blocking_reads test to properly assert on ↵mathisbessamdb2022-12-081-3/+4
| | | | different errors
* SERVER-70983 Serialize the command responses in collStats for tenant isolationHugh Tong2022-12-071-0/+21
|
* SERVER-69724 Test that all commands that return namespaces behave correctly ↵jannaerin2022-12-051-4/+21
| | | | in multitenant environment