Commit Graph

148 Commits

Author SHA1 Message Date
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
Catalin Sumanaru
de97aac8f6 SERVER-91379 Re-introduce eslint rule for missing semicolons (#23301)
GitOrigin-RevId: fd9cce5f9f201004e44ffdeabdb33cd93e79b451
2024-06-11 14:18:29 +00:00
Xuerui Fa
0cdf43e5a6 SERVER-89127: Fix dbcheck old format index keys tests after 8.1 FCV upgrade (#20930)
SERVER-89127: Fix dbcheck old format index keys tests after 8.1 FCV
upgrade
GitOrigin-RevId: 007b3e008384b5103d3e35d19a0401e33e88e26f
2024-04-09 18:39:15 +00:00
Xuerui Fa
fb78dc746d SERVER-87898: Prepare server for FCV 8.1 upgrade (#20740)
GitOrigin-RevId: 0a8d8383477d3c96c5443e33242da2d74620ca21
2024-04-03 23:54:34 +00:00
huayu-ouyang
b1ac75aaa8 SERVER-80654 Handle older index entry formats where keystring does not have recordID appended correctly for reverse lookup (#19967)
GitOrigin-RevId: 658c470434edd3727ffb68377787c53c8f122743
2024-03-26 03:09:53 +00:00
XueruiFa
beecdc130f SERVER-80960: Handle old keystring formats in unique indexes for missing keys check
GitOrigin-RevId: bfdc8067f34b0fafce3b3621a967001020c54994
2024-02-22 05:46:31 +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
Gil Alon
0be4e68405 SERVER-79271 Add flag to determine if time-series collections have fixed bucketing 2023-08-23 22:52:58 +00:00
Liubov Molchanova
f1d0c70f72 Revert "SERVER-79271 Add flag to determine if time-series collections has fixed bucketing"
This reverts commit f6b6974492.
2023-08-17 12:17:41 +00:00
Gil Alon
f6b6974492 SERVER-79271 Add flag to determine if time-series collections has fixed bucketing 2023-08-16 15:06:08 +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
Matt Broadstone
8a41cf72c5 SERVER-79606 Convert validate collections hook to module 2023-08-04 16:39: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
Matt Broadstone
1e98a0f23d SERVER-78551 Migrate analyze_plan library to module 2023-07-05 21:23:02 +00:00
Huayu Ouyang
2c11ff69a7 SERVER-68023 Remove Feature Flag for PM-2974 2023-05-19 17:39:24 +00:00
wenqinYe
04f256f636 SERVER-73279: Support FCV transitions with a catalog shard 2023-05-17 18:27:56 +00:00
Matt Broadstone
43b8732430 SERVER-74787 Prepare jstest corpus for implicit strict mode 2023-05-07 16:55:23 +00:00
Billy Donahue
49395d449c SERVER-72867 eol-terminate all nonempty text files 2023-04-26 19:19:19 +00:00
Tommaso Tocci
1bbfe2237b SERVER-71097 Stop downloading 4.0 in multiversion suite 2022-11-11 19:44:45 +00:00
Huayu Ouyang
f410018aa8 SERVER-68143 Add rollback tests for downgrading to upgraded path 2022-09-01 15:40:10 +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
Sara Golemon
e4032fe5c3 SERVER-57369 Disable concurrent authentication 2022-02-24 02:51:46 +00:00
Tommaso Tocci
1169927930 SERVER-58683 Simplify config replicaset exposure in shardingtest 2021-07-21 04:33:03 +00:00
Sara Golemon
5ef956df50 SERVER-57328 Make ReplSetTest.upgradeSet() tolerant of reelections 2021-06-03 19:13:54 +00:00
Irina Yatsenko
911e585044 SERVER-57198 Remove getLastError calls from tests where it's easy to do so 2021-06-02 01:18:12 +00:00
Ali Mir
abda02c1aa SERVER-57157 Assert serverStatus command works in getBinVersion() jstest helper 2021-06-01 16:59:24 +00:00
Max Hirschhorn
1ab98f5e38 SERVER-56937 Restore authentication state before upgrading primary. 2021-05-14 19:28:56 +00:00
Alex Taskov
554fab0be3 SERVER-53029 Port the changes for SERVER-52955 to later branches 2020-11-26 00:35:44 +00:00
Rishab Joshi
4329ffafa3 SERVER-50442 Remove ensureIndex shell function
This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
2020-11-17 14:23:10 +00:00
Arun Banala
7c196029e8 Revert "SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"
This reverts commit e69c967ff8.
2020-11-12 18:15:38 +00:00
Rishab Joshi
e69c967ff8 SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell 2020-11-12 10:38:50 +00:00
Mihai Andrei
9f2dbad788 SERVER-47081 Disallow creation of haystack indexes and verify that haystack indexes are maintained in mixed version clusters 2020-11-11 23:00:49 +00:00
Tommaso Tocci
478bf480eb SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards 2020-10-02 14:19:44 +00:00
Tommaso Tocci
49e617b554 Revert "SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards"
This reverts commit 8be28ffc90.
2020-10-02 10:37:45 +00:00
Tommaso Tocci
8be28ffc90 SERVER-48170 Multiversion tests assume primary stability when using upgradeCluster() with 2-node replica set shards 2020-10-02 08:48:52 +00:00
Pavi Vetriselvan
e1daee88b3 SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB() 2020-08-17 16:11:37 +00:00
Gregory Wlodarek
7e329daf77 SERVER-50280 Remove 'supportsMajorityReadConcern' test helper function in favour of the 'requires_majority_read_concern' tag 2020-08-12 23:21:21 +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
Bernard Gorman
8cb02c375a SERVER-47209 Account for rollback in change_streams_update_lookup_shard_metadata_missing.js 2020-05-21 13:40:43 +00:00
Misha Tyulenev
99d02eb325 SERVER-43511 remove unused global_snapshot_read_helpers.js 2020-04-29 21:44:03 +00:00
Bernard Gorman
085ffeb310 SERVER-25023 Allow multiple indexes on the same fields with different partial index filters 2020-04-25 20:23:43 +00:00
Nick Zolnierz
350634304d SERVER-47231 In MR multiversion test, wait for the cluster to stabilize after upgrading 2020-04-08 19:08:51 +00:00
Alex Cameron
d2a8b439fa SERVER-47126 Clean dbpath when downgrading arbiters in multiversion tests 2020-04-01 06:16:01 +00:00
Jack Mulrow
272a73ec66 SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/downgrade code 2020-03-27 15:16:30 +00:00
A. Jesse Jiryu Davis
ef959bbc8e SERVER-46089 Test downgrade with arbiter 2020-03-10 02:37:48 +00:00
Andrew Morrow
d48ce89ee2 SERVER-44762 Remove go tools specific tests 2020-01-07 12:39:17 +00:00
Suganthi Mani
02ce213b40 SERVER-37390 Run rollback test fixture with high election timeout to
avoid any unplanned election.
2020-01-03 17:41:39 +00:00
Nicholas Zolnierz
03686a067d SERVER-42689 Implement upgrade/downgrade tests for MR in agg 2019-11-13 16:28:53 +00:00
Jack Mulrow
71fd21e91f SERVER-42299 Batch chunk and tag upgrade/downgrade modification transactions 2019-10-16 19:50:41 +00:00