Commit Graph

22 Commits

Author SHA1 Message Date
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