Commit Graph

14 Commits

Author SHA1 Message Date
Zac 591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Moustafa Maher 2fd5f78d5a SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest (#28174)
GitOrigin-RevId: df168ee363c3f0e86526270437d3688ac4bb326d
2024-10-22 02:53:25 +00:00
auto-revert-app[bot] ac66db99e1 Revert "SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest (#27947)" (#28132)
GitOrigin-RevId: de1b147732fb34b89450da992fe559b24d32f1e2
2024-10-16 09:01:25 +00:00
Moustafa Maher ba308e1391 SERVER-95421 make initiateWithHighElectionTimeout the default in ReplSetTest (#27947)
GitOrigin-RevId: f73cbfbbdc6a2c557bed145cdb429c3a8d8b3447
2024-10-15 13:24:11 +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
Benety Goh 5b34bef655 SERVER-38961 remove ReplSetTest.waitForAllIndexBuildsToFinish() 2020-05-03 19:12:43 +00:00
Vesselina Ratcheva 34dc015fcb SERVER-45610 Reject commands that read data when node is in RECOVERING state
This reverts commit 542de84ec1.

 create mode 100644 jstests/libs/all_commands_test.js
 create mode 100644 jstests/replsets/db_reads_while_recovering_all_commands.js
2020-02-18 18:27:39 +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
Spencer Jackson f5f28e7657
SERVER-40385 Prevent collMod with usePowerOf2Sizes from invalidating the RoleGraph 2019-04-02 15:59:56 -04:00
Spencer Jackson 78a00318d3
SERVER-40394 Exempt buildindexes_false_with_system_indexes from fatal RoleGraph invalidation 2019-03-29 17:40:31 -04:00
Louis Williams 7eeda289a2 SERVER-40349 buildindexes_false_with_system_indexes should wait for index builds to finish on secondaries 2019-03-28 13:14:38 -04:00
Matthew Russotto 9034942bc0 SERVER-35962 buildindexes_false_with_system_indexes.js restarts nodes and should be tagged [requires_persistence] 2018-07-05 10:51:20 -04:00
Matthew Russotto 7c8d941c7f SERVER-34414 Create system indexes using the normal index creation and replication process.
Do not create them directly on secondaries.
             Do create oplog entries for index creation.
2018-07-03 17:23:47 -04:00