mongo/jstests/serverless
Rishab Joshi e6b184b48b SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
..
change_streams SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
libs SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
basic_write_to_change_collection.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
change_collection_expired_document_remover.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
change_collection_server_stats.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
change_stream_state_commands.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
create_indexes_with_tenant_migration.js SERVER-60684 Tag serverless tests, 2 2022-01-28 23:58:55 +00:00
findAndModify_with_tenant_migration.js SERVER-60684 Tag serverless tests, 2 2022-01-28 23:58:55 +00:00
initial_sync_change_collection.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
list_databases_for_all_tenants.js SERVER-61822 Create new command listDatabasesForAllTenants 2022-08-11 23:30:22 +00:00
native_tenant_data_isolation_basic_dollar_tenant.js SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when parsing Find and Pipeline commands 2022-09-01 15:49:01 +00:00
native_tenant_data_isolation_basic_security_token.js SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when parsing Find and Pipeline commands 2022-09-01 15:49:01 +00:00
native_tenant_data_isolation_stop_restart.js SERVER-69582: Complete TODO from server 68187 2022-09-14 17:43:27 +00:00
rd.js SERVER-55208: Remove nojournal,duroff and evergreen variant 2022-07-06 12:17:47 +00:00
serverless_reject_multiple_ops.js SERVER-65315 Enforce mutual exclusion between serverless operations 2022-09-15 00:19:47 +00:00
serverlesstest.js SERVER-55208: Remove nojournal,duroff and evergreen variant 2022-07-06 12:17:47 +00:00
serverlesstest_guide.js SERVER-60684 Tag serverless tests, 2 2022-01-28 23:58:55 +00:00
shard_split_abort_during_upgrade_downgrade.js SERVER-69498 Fix shard split test failure due to invalid mongo version check 2022-09-08 16:38:10 +00:00
shard_split_abort_forget_retry.js SERVER-68263 Do not remove blockers when deleting an aborted shard split state document 2022-07-27 21:42:58 +00:00
shard_split_abort_on_setfcv.js SERVER-69498 Fix shard split test failure due to invalid mongo version check 2022-09-08 16:38:10 +00:00
shard_split_abort_while_committing.js SERVER-69262 Unconditionally retry stepup and no-op write commands 2022-08-31 14:00:31 +00:00
shard_split_basic_test.js SERVER-69197 Clear lastCommitted and currentCommitted on split 2022-08-29 19:12:05 +00:00
shard_split_buildindex.js SERVER-66571 Fix missed renaming of jstest cleanup helper for shard split tests 2022-05-19 15:51:10 +00:00
shard_split_concurrent_bulk_writes.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_concurrent_reads_on_donor_aborted.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_concurrent_reads_on_donor_blocking.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_concurrent_reads_on_donor_blocking_then_aborted.js SERVER-69197 Clear lastCommitted and currentCommitted on split 2022-08-29 19:12:05 +00:00
shard_split_concurrent_reads_on_donor_blocking_then_committed.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_concurrent_reads_on_donor_committed.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_concurrent_reads_on_donor_util.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_concurrent_reconfig.js SERVER-66967 Add jstest for concurrent reconfig during shard split 2022-06-03 00:56:43 +00:00
shard_split_concurrent_state_doc_removal_and_stepdown.js SERVER-67373 Remove shard split document within the run method rather than using a TTL index 2022-08-18 13:56:49 +00:00
shard_split_concurrent_writes_on_donor_aborted.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_concurrent_writes_on_donor_blocking.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_concurrent_writes_on_donor_committed.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_donor_current_op.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_drop_state_doc_collection_aborted.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_drop_state_doc_collection_blocking.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_drop_state_doc_collection_committed.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_drop_state_doc_collection_decision_fullfilled.js SERVER-66365 Copy missing applicable JSTests for shard split 2022-06-16 14:36:07 +00:00
shard_split_enabled.js SERVER-66855 Reject setFCV when a split config is installed 2022-06-06 11:18:49 +00:00
shard_split_ensure_split_outcome_visibility_for_blocked_writes.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_invalid_inputs.js SERVER-64906 Fix missing comma in shard split invalid input test 2022-05-12 15:17:01 +00:00
shard_split_on_clustered_collections.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_performance_test.js SERVER-69227 Reenable shard split performance test with improvements 2022-09-12 00:26:12 +00:00
shard_split_read_your_own_writes.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_recipient_removes_access_blockers.js SERVER-65315 Enforce mutual exclusion between serverless operations 2022-09-15 00:19:47 +00:00
shard_split_recipient_removes_serverless_lock.js SERVER-65315 Enforce mutual exclusion between serverless operations 2022-09-15 00:19:47 +00:00
shard_split_rejects_multiple_ops.js SERVER-69197 Clear lastCommitted and currentCommitted on split 2022-08-29 19:12:05 +00:00
shard_split_remove_split_config_after_decision.js SERVER-66832 Ensure split config is removed after any decision 2022-05-31 19:14:13 +00:00
shard_split_requires_serverless_mode.js SERVER-66058 Fix missing test tags for shard split jstest 2022-06-01 13:45:33 +00:00
shard_split_shutdown_while_blocking_reads.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_startup_recovery_aborted.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_startup_recovery_blocking.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_startup_recovery_committed.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_startup_recovery_initially_aborted.js SERVER-65315 Enforce mutual exclusion between serverless operations 2022-09-15 00:19:47 +00:00
shard_split_tenant_access_blocking.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_test_max_bson_limit.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_timeseries_collections.js SERVER-64906 Copy applicable Tenant Migration jstests to shard split 2022-05-10 23:26:48 +00:00
shard_split_unblock_reads_and_writes_on_completion.js SERVER-68964 Reset lastCommitted to blockTimestamp after split 2022-08-25 15:29:42 +00:00
shard_split_wait_for_block_timestamp.js SERVER-69197 Clear lastCommitted and currentCommitted on split 2022-08-29 19:12:05 +00:00
shard_split_write_during_aborted_split.js SERVER-63092 Improve split test library and add tests for write 2022-04-12 21:18:25 +00:00
shard_split_write_during_shard_split.js SERVER-67353 Handle retryable errors in BasicServerlessTest::commitAsync 2022-06-29 23:20:46 +00:00
shard_split_write_during_split_stepdown.js SERVER-69197 Clear lastCommitted and currentCommitted on split 2022-08-29 19:12:05 +00:00
sharded_change_stream_state_commands.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00
tenant_migration_concurrent_bulk_writes_against_mongoq.js SERVER-60684 Tag serverless tests, 2 2022-01-28 23:58:55 +00:00
tenant_migration_recipient_bulkclone.js SERVER-60684 Tag serverless tests, 2 2022-01-28 23:58:55 +00:00
write_to_change_collection_in_startup_recovery.js SERVER-66641 Introduce multi-tenancy for change collections. 2022-09-15 11:29:18 +00:00