Commit Graph

35 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
Moustafa Maher
6849b3ff14 SERVER-96971 Prevent ReplSetTest.waitForState from returning stale data for SECONDARY state (#29585)
GitOrigin-RevId: 9d38b94afbd94ff5dffa63b7ec487ea54fa4a98d
2024-12-05 21:15:14 +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
Matthew Russotto
f54b956ff2 SERVER-90674 Make logical initial sync drop record store when source … (#25269)
GitOrigin-RevId: 339c9be7a8fbf1f48a1cc3afdfc89b5573985d6e
2024-08-08 23:11:15 +00:00
Kishore Devireddy
07ae2456e9 SERVER-43440: Complete TODO listed in SERVER-34165 and remove other mentions of eMRC flag (#24574)
GitOrigin-RevId: f5896fbd255fce4c0cec7ef844451a5a7f1f8571
2024-07-12 03:19:15 +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
Henrik Edin
b4de2e9b4f SERVER-53012 Fix initial_sync_drop_collection.js when run with EMRC=false 2020-11-21 18:08:08 +00:00
Matthew Russotto
31f7f4245c SERVER-50759 Update error messages in initial_sync_drop_collection.js after changing them in code 2020-09-14 19:16:07 +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
Tess Avitabile
759af0dcb8 SERVER-46389 Improve replication log line style 2020-03-17 19:07:37 +00:00
Henrik Edin
a223322ef7 SERVER-46361 Format UUID as $uuid:<string> in logv2 2020-02-25 19:42:39 +00:00
Henrik Edin
1cdfbf9d2e SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and core_txns suites. 2020-02-20 20:06:51 +00:00
Henrik Edin
86674fb179 SERVER-45138 Enable JSON log format by default. 2020-02-18 23:04:37 +00:00
Mark Benvenuto
811b695a37 SERVER-46026 Fix tests reliant on specific log lines 2020-02-18 04:03:33 +00:00
Vesselina Ratcheva
50444adc39 SERVER-43277 Implement resume after collection drop and rename in CollectionCloner query
create mode 100644 jstests/multiVersion/initial_sync_drop_against_last_stable.js
 create mode 100644 jstests/replsets/initial_sync_rename_collection.js
2020-01-23 17:40:19 +00:00
Vesselina Ratcheva
7bb6711e9d SERVER-43867 Move check_log.js inside src/mongo/shell/ 2019-11-27 22:32:47 +00:00
Cheahuychou Mao
fd7aaa92a2 SERVER-44310 Make waitForFailPoint command require maxTimeMS 2019-10-31 13:35:41 +00:00
Matthew Russotto
a5af8f0d44 SERVER-43274 Implement cloners using DBClient with basic functionality and unit tests. 2019-10-30 17:43:41 +00:00
Cheahuychou Mao
99d90208c6 SERVER-39165 Add waitForFailpoint command and update initial sync tests 2019-10-25 18:52:44 +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
Medha Potluri
fffb564422 SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
Judah Schvimer
c878f92bae SERVER-37753 Increase number of initial sync attempts in all tests to 10 2018-12-05 15:00:35 -05:00
Suganthi Mani
e6b804398d SERVER-36234 Fix initial_sync_drop_collection.js to prevent using stale heartbeat info in the test. 2018-07-24 15:34:08 -04:00
Kevin Albertson
bfc6cfe5fa SERVER-25640 check dbhashes in stopSet 2018-01-22 12:05:07 -05:00
William Schultz
a89e8f0d97 SERVER-32224 Disable chaining in initial_sync_drop_collection.js 2017-12-08 16:34:22 -05:00
Matthew Russotto
5be8810c5d SERVER-32136 initial_sync_drop_collection.js should wait for system to stabilize after restarting node. 2017-12-05 10:45:50 -05:00
Matthew Russotto
43ab81ebc7 SERVER-31267 CollectionCloner fails if collection is dropped between getMore calls 2017-11-28 11:26:14 -05:00