mongo/jstests/core/ddl
2026-05-21 14:28:52 +00:00
..
background_index_multikey.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
background_unique_indexes.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
bad_index_plugin.js SERVER-83211 Enable counting index tests on sharded passthrough suites (#43649) 2025-11-12 14:45:27 +00:00
BUILD.bazel SERVER-109091 Create glob-like targets for jstest libraries (#39901) 2025-08-11 23:22:56 +00:00
clone_collection_as_capped_non_existent.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
clone_collection_as_capped.js SERVER-112424 Instantiate ScopedAllowImplicitCollectionCreate_UNSAFE object in cloneCollectionAsCapped command (#45513) 2026-01-02 15:32:24 +00:00
coll_mod_bad_spec.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
coll_mod_cappedsize_on_view.js SERVER-124967 Return InvalidOptions for collMod with cappedSize/cappedMax on a view (#52849) 2026-05-04 16:59:22 +00:00
coll_mod_convert_index_uniqueness.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
coll_mod_convert_to_ttl.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
coll_mod_convert_to_unique_apply_ops.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
coll_mod_convert_to_unique_violations_size_limit.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
coll_mod_convert_to_unique_violations.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
coll_mod_without_uuid.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
coll_mod.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
collection_uuid_coll_mod.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
collection_uuid_drop.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
collection_uuid_index_commands.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
collection_uuid_rename_collection.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
collMod_index_invalid_option.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
convert_to_capped_inherited_collation.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
convert_to_capped_non_existent.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
convert_to_capped.js SERVER-84269 Change query timeseries tests to never use meta as the metaField name (#40959) 2025-09-10 08:19:50 +00:00
create_collection_fail_cleanup.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
create_collection.js SERVER-122940 Update TODO pointing to SERVER-122853 (#51473) 2026-04-09 08:32:29 +00:00
create_index_same_spec_different_name.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
create_indexes_on_new_collection_filtered.js SERVER-107503 Fix invariant failure when createIndexes() explicitly creates the _id index (#38492) 2025-07-16 18:39:11 +00:00
create_indexes_response_fields.js SERVER-83211 Enable counting index tests on sharded passthrough suites (#43649) 2025-11-12 14:45:27 +00:00
create_indexes_with_unknown_field_names.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
create_indexes.js SERVER-122029 Remove use of simulate_atlas_proxy.js (#50818) 2026-04-01 00:13:05 +00:00
db.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
drop_collection_cursors.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
drop_collection_vs_crud_ops.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
drop_collection.js SERVER-114640 aggregate correctly reports empty result on dropped databases for stale routers (#46856) 2026-01-27 16:34:25 +00:00
drop_database.js SERVER-126452 Filter out internal resharding collection when balancer is running in drop_database.js (#53664) 2026-05-21 14:28:52 +00:00
drop_index.js SERVER-83211 Enable counting index tests on sharded passthrough suites (#43649) 2025-11-12 14:45:27 +00:00
drop_indexes_idempotency.js SERVER-107101 Drop indexes coordinator must stop migrations (#40833) 2025-09-05 15:59:39 +00:00
drop_indexes.js SERVER-83211 Enable counting index tests on sharded passthrough suites (#43649) 2025-11-12 14:45:27 +00:00
index_create_too_many.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
index_create_with_nul_in_name.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
index_dropdups_ignore.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
index_prepareUnique.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
OWNERS.yml SERVER-109219 Designate CAR test ownership to the appropriate domain (#41479) 2025-09-19 23:13:59 +00:00
rename_collection_balancer_incompatible.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rename_collection_capped.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rename_collection_different_dbs.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rename_collection_long_name.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rename_collection_staytemp.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
rename_collection_system_db.js SERVER-109432: Autofix JS var usage to favor let (#40637) 2025-08-28 19:21:01 +00:00
rename_collection_to_itself.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rename_collection_view.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
rename_collection.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00
ttl_index_options.js SERVER-108478 JS formatted by prettier and remove clang-format (#39656) 2025-08-21 17:27:09 +00:00