Commit Graph

26 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
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
auto-revert-processor b154f8ea03 Revert "SERVER-66123 Introduce logic to write to the change collection in the primary."
This reverts commit 1a5a541942.
2022-05-28 11:11:32 +00:00
Rishab Joshi 1a5a541942 SERVER-66123 Introduce logic to write to the change collection in the primary. 2022-05-27 23:08:01 +00:00
Vishnu Kaushik eec4969a40 SERVER-58296 re-enabled tests and marked node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible 2021-09-01 23:54:58 +00:00
Jon Streets 05a0f8e98b SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
Vishnu Kaushik 7084d1aff9 SERVER-58295 disable tests failing due to multiversion issues 2021-07-20 15:10:16 +00:00
Wenbin Zhu f4860f196c SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer clearing state. 2021-07-06 18:11:36 +00:00
Jason Chan dfc74795b2 SERVER-52983 Assertions in initial_sync_replSetGetStatus.js have to account for batch sizes smaller than collectionClonerBatchSize 2020-11-21 01:06:39 +00:00
Jason Chan 058228ec11 SERVER-47863 Add fields to initial sync progress metrics 2020-11-16 23:07:08 +00:00
Ali Mir 2b5dc35f01 SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
William Schultz eb08c1db38 SERVER-45087 Check oplog commitment condition on replica set reconfig
create mode 100644 jstests/replsets/reconfig_waits_for_oplog_commitment_condition.js
 create mode 100644 jstests/replsets/reconfig_waits_for_oplog_commitment_condition_when_leaving_force.js
2020-02-26 04:37:04 +00:00
Pavithra Vetriselvan d68c538f0d SERVER-45085 check config replication condition on reconfig 2020-02-25 21:58:48 +00:00
Cheahuychou Mao 99d90208c6 SERVER-39165 Add waitForFailpoint command and update initial sync tests 2019-10-25 18:52:44 +00:00
A. Jesse Jiryu Davis 609e2697c2 SERVER-42022 Remove missing-document fetcher 2019-08-21 11:55:02 -04: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
Samy Lanka 8ad1effc48 SERVER-36492 Reconstruct prepared transactions at the end of initial sync 2019-05-06 17:23:18 -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
David Bradford caf6f27ec2 SERVER-33034: Fix tests with bad assertions 2018-02-15 15:23:13 -05:00
Kevin Albertson c556e37709 SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
Kaloian Manassiev 81a5d9d5a6 SERVER-29875 Install SessionsTransactionTable on the ServiceContext
Also hooks it with the replication subsystem and ensures the collection is
created on promotion to primary.
2017-06-28 09:13:53 -04:00
Judah Schvimer f53a88a57d SERVER-26772 removed old initial sync code 2017-03-16 18:08:49 -04:00