Commit Graph

29 Commits

Author SHA1 Message Date
Steve McClure 1ffbc6c2e9 SERVER-109432: Autofix JS var usage to favor let (#40637)
GitOrigin-RevId: 9674b7db36a0f3f650d39c1e3fb2ad6ff2141cfb
2025-08-28 19:21:01 +00:00
Zac 591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Joshua Siegel 2b478122cb SERVER-95853 Rename this.kDefaultTimeoutMS to this.timeoutMS (#28378)
GitOrigin-RevId: dba78e418316df34f86ec9f4538c5b9bf6466ac2
2024-10-24 18:04:28 +00:00
Nic c0c1fbfff6 Revert "Revert SERVER-92363 and SERVER-90854 (#27912)" (#28233)
GitOrigin-RevId: 4e179d254d0bac25eff0619b2ceee6ba91255c1f
2024-10-21 05:10:25 +00:00
Nic f683cddbc1 Revert SERVER-92363 and SERVER-90854 (#27912)
GitOrigin-RevId: caa4c73a51efee98192060a6a3dec1718e995dab
2024-10-08 23:54:54 +00:00
Nic 8547109632 SERVER-90854: Remove DropPendingCollectionReaper and references to Drop-pending namespaces (#24336)
GitOrigin-RevId: f4c83717abe543e2ad72bb6e24c8ba592e5f7ad5
2024-10-02 23:56:26 +00:00
Matt Broadstone 771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Matt Broadstone a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Matt Broadstone 8a41cf72c5 SERVER-79606 Convert validate collections hook to module 2023-08-04 16:39:04 +00:00
Ivan Fefer a7cda0d9cf SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because they always return true. Refactor the callers. 2022-09-07 10:51:15 +00:00
Moustafa Maher 0d97b04197 SERVER-55703 Update getDefaultRWConcern 2021-04-29 23:07:54 +00:00
Ali Mir 7d0b17d451 SERVER-50668 Refactor JS tests that enable rsSyncApplyStop 2020-10-07 23:53:04 +00:00
Henrik Edin d7e1821e22 SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kv 2020-06-01 13:04:42 +00:00
Ali Mir 98427b7a22 SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
Eric Milkie 56b894215f SERVER-47397 enhanced logging for Execution owned files (part 1) 2020-04-22 12:54:28 +00:00
Mark Benvenuto 811b695a37 SERVER-46026 Fix tests reliant on specific log lines 2020-02-18 04:03:33 +00:00
Andrew Chen ad06b5ffbc SERVER-44037 Removed the restartCatalog Cmd and all references to it
delete mode 100644 jstests/core/restart_catalog.js
 delete mode 100644 jstests/noPassthrough/closeAll_with_background_ops_fails_safely.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_preserves_min_visible.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_sharded_cluster.js
 delete mode 100644 jstests/noPassthroughWithMongod/restart_catalog_interrupts_background_validation.js
 delete mode 100644 src/mongo/db/commands/restart_catalog_command.cpp
 delete mode 100644 src/mongo/s/commands/cluster_restart_catalog_command.cpp
2020-02-05 19:42:41 +00:00
Jason Chan 90faa089a9 SERVER-44986 Blacklist incompatible tests from replica_sets_multiversion suite 2019-12-10 20:07:44 +00:00
Vesselina Ratcheva 7bb6711e9d SERVER-43867 Move check_log.js inside src/mongo/shell/ 2019-11-27 22:32:47 +00:00
Xuerui Fa b3b494a72f SERVER-42825 Log and track metrics.repl.stateTransition counters after stopped killing user operation 2019-10-16 18:05:39 +00:00
Xiangyu Yao ac796463d5 SERVER-43352 RestartCatalog expects listDatabases to include empty databases 2019-10-02 18:27:38 +00:00
James Wahlin 39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1 134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Gregory Wlodarek 3c8cb76aa5 SERVER-35840 Log the appropriate number of collections dropped using dropDatabase() 2018-12-31 14:08:33 -05:00
Benety Goh f7089e3b12 SERVER-38604 two phase drop tests that use system.drop namespaces check serverStatus() for support before proceeding 2018-12-23 12:16:49 -05:00
Louis Williams f899002aad SERVER-36208 Remove repairDatabase server command and shell helper 2018-08-13 13:10:34 -04:00
Kyle Suarez 9580cd1b3e SERVER-33566 fail restartCatalog if any databases are drop-pending 2018-03-13 12:06:21 -04:00
Judah Schvimer 1e2160c8f0 SERVER-32989 prevents `repairDatabase` race with `dropDatabase` 2018-02-13 13:28:07 -05:00
Benety Goh beea8e5d09 SERVER-29277 dropDatabase() waits for collection drops to be replicated before dropping database 2017-06-27 15:10:19 -04:00