Commit Graph

31 Commits

Author SHA1 Message Date
Mihai Andrei
1956d588c5 SERVER-92880 Tag more jstests as owned by query (#29826)
GitOrigin-RevId: 85cc9997a93019158ec027f02fe66d4e76ea21af
2024-12-09 17:57:32 +00:00
Jan
fdf6cc5c3f SERVER-97071 Ensure stability of resumeTokens across versions (#29153)
GitOrigin-RevId: a24caa728b2cbf230aaa89b414e69774261a80bb
2024-12-02 13:58:14 +00:00
auto-revert-app[bot]
8dabd67451 Revert "SERVER-92880 Tag more jstests as owned by query (#29090)" (#29523)
GitOrigin-RevId: d5a1fb056144efac5baf4b3c0b4166ac3bc7944e
2024-11-23 09:10:19 +00:00
Mihai Andrei
4ec8752d4c SERVER-92880 Tag more jstests as owned by query (#29090)
GitOrigin-RevId: 96214436c16f36e49e64a656c3b569ab244b3c94
2024-11-22 22:26:43 +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
Abdul Qadeer
9d39de512b SERVER-92762: Set default numInitialChunks value to 90 for reshardCollection cmd (#28142)
GitOrigin-RevId: 88116fac7359821c85dd424c0a462ee5b8da6760
2024-10-17 19:40:29 +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
atesteve
be667a4d69 SERVER-89298 Get rid of upgradeBackCompat and downgradeBackCompat binary arguments (#27197)
GitOrigin-RevId: b33f1640c657f40572d1105a3e9e6040f4781ffa
2024-09-25 16:13:14 +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
Aitor Esteve Alvarado
fa9b8d30bc SERVER-83167 SERVER-83266 Incorporate new upgrade procedure in test infrastructure
GitOrigin-RevId: 6c881fd981a65c22645a441ee117e6749b3bdb0c
2023-12-14 18:19:18 +00:00
Pierlauro Sciarelli
ce28e79ede SERVER-81293 Get rid of ensurePrimaryShard helper 2023-09-28 09:24:01 +00:00
Matt Broadstone
7fc82357f8 SERVER-79913 Restore top comments for recently converted jstests 2023-08-10 22:02:36 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
XueruiFa
ed61eef7a8 SERVER-74398: Remove special handling of confirm: true for setFCV commands in JS tests 2023-08-01 19:38:12 +00:00
Arun Banala
f6e2252815 SERVER-73508 Increase timeout for resharding command in change_streams_read_oplog_after_downgrade.js 2023-02-01 11:52:21 +00:00
Arun Banala
9d559b3ad8 SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistent 2022-05-23 07:52:57 +00:00
Sanika Phanse
eea1c78a00 SERVER-65702 upgradeCluster in multi_cluster.js incorrectly used to downgrade sharded clusters. 2022-05-02 22:57:27 +00:00
Sergi Mateo Bellido
718039b573 SERVER-53104 Ensure all shard-local cache collections of config.collections contain timestamps after upgrade
Changelog:

- Adding a new command to flush the database cache with write concern
- Explicitly waiting for the majority write concern when patching-up the
  metadata.
- Forcing a refresh of all Collections/DBs on all shards
2021-02-26 09:35:09 +00:00
Sergi Mateo Bellido
29a838f919 SERVER-53104 Ensure all shard-local cache collections of config.collections contain timestamps after upgrade
- Modifying the loader to properly handle metadata format changes in
  Collections & Databases
2021-02-09 09:34:14 +00:00
Ali Mir
517e447020 SERVER-51467 Set waitUntilStable to true when upgrading clusters in change_streams_multiversion_cluster.js 2020-10-12 16:57:26 +00:00
A. Jesse Jiryu Davis
07c9a62081 SERVER-50849 Update FCV constants to recognize 4.9 as latest 2020-10-08 19:41:05 +00:00
Ruoxin Xu
3d2c296df5 SERVER-47354 Implement change stream oplog parsing code for delta oplog entries 2020-08-13 23:17:09 +00:00
Gregory Wlodarek
09ec1c660b SERVER-50280 Remove 'startSetIfSupportsReadMajority' test helper function in favour of the 'requires_majority_read_concern' tag 2020-08-12 23:21:21 +00:00
Daniel Gottlieb
1e6511738d SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection. 2020-08-05 01:43:59 +00:00
Jason Chan
9cfe13115e SERVER-49067 Extend genericChangeStreams multiversion tests to use "last-lts" and "last-continuous" 2020-08-03 15:45:52 +00:00
Jason Chan
1c28b3cf02 SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
Arun Banala
b937b31a60 SERVER-49425 Use clusterTime from oplog in 'change_streams_read_oplog_after_downgrade.js' 2020-07-10 16:00:56 +00:00
Arun Banala
c99b1e90a5 SERVER-49312 Improve logging in 'change_streams_read_oplog_after_downgrade.js' 2020-07-03 16:17:04 +00:00
Jenny Peshansky
9ebadf67aa SERVER-48568 Changed nopeOptions to nodeOptions when configuring the replica set 2020-06-24 13:53:43 +00:00
Arun Banala
bacc717789 SERVER-45708 Add automated test for downgrading with change streams 2020-06-10 12:54:40 +00:00