Commit Graph

48 Commits

Author SHA1 Message Date
Jack Mulrow
575f754db3 SERVER-74672 Update expected error code 2023-03-26 01:44:45 +00:00
Jack Mulrow
406e75c750 SERVER-74672 Add separate feature flag to run transition to and from catalog shard mode commands 2023-03-24 15:07:34 +00:00
Jack Mulrow
4b452fb96c SERVER-75089 Fail setFCV with CannotDowngrade if the config server is serving as a shard 2023-03-23 20:05:12 +00:00
Jiawei Yang
a516852c54 SERVER-73657 add jstest for setFCV downgrading to upgraded with specific features 2023-03-15 22:20:21 +00:00
Ruoxin Xu
93ba22f8e6 SERVER-74535 Add downgrade/upgrade test for compound wildcard indexes 2023-03-14 22:54:51 +00:00
Jack Mulrow
e155e6542b SERVER-74270 Allow changeStreamPreAndPostImages collection option on config server nodes 2023-02-27 18:12:52 +00:00
Jack Mulrow
09fe46995d SERVER-73865 Use config shard name for the config server 2023-02-23 00:22:25 +00:00
wenqinYe
b59e3e8859 SERVER-74159: Update test to use transitionToCatalogShard command 2023-02-18 04:35:22 +00:00
Denis Grebennicov
a0ed1b8b5c SERVER-73833 Make the server to ignore and automatically remove unsupported 'recordPreImages' collection option 2023-02-17 10:37:23 +00:00
wenqinYe
c734830348 SERVER-73277: Prevent downgrading to FCV lower than 7.0 when the catalog shard contains user data 2023-02-16 05:29:18 +00:00
Israel Hsu
f8dba81713 SERVER-72912 Create TTL indexes on config.{sampledQueries,sampledQueriesDiff} on setFCV upgrade 2023-02-02 19:20:29 +00:00
Matt Boros
e83a498b51 SERVER-73105 Partial indexes should not check FCV during startup 2023-01-26 22:53:23 +00:00
Mark Benvenuto
484eee157e SERVER-71149 Rename queryType range to rangePreview 2022-11-09 17:58:40 +00:00
Louis Williams
ba467f46cc SERVER-67695 Remove write-blocking dbCheck
This removes the snapshotRead:false option to dbCheck which blocked concurrent writes
2022-11-03 15:45:38 +00:00
Mark Benvenuto
f03bf14cb7 SERVER-67752 Add range support to create collection 2022-08-05 15:00:49 +00:00
Mark Benvenuto
49802bc44a SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0 2022-07-15 19:08:21 +00:00
Alexander Neben
8c89190a20 SERVER-67791 Re-enable newer fcvs 2022-07-08 19:15:25 +00:00
Yuhong Zhang
8de3932931 SERVER-65797 Remove invalid index specs in memory before parsing for listIndexes 2022-05-09 16:35:12 +00:00
Mark Benvenuto
c23236c1b6 SERVER-66064 Optimize FLE2 document counting 2022-05-05 16:47:46 +00:00
Gregory Wlodarek
e8d7622148 SERVER-66033 All newly created time-series collections default to timeseriesBucketsMayHaveMixedSchemaData=false 2022-04-28 15:58:38 +00:00
XueruiFa
e8bfbec951 SERVER-65585: Prepare tests for FCV upgrade 2022-04-18 20:06:09 +00:00
Yuhong Zhang
248c9c2f35 SERVER-64444 Extend validate command to detect invalid boolean index options 2022-04-15 14:37:23 +00:00
Yuhong Zhang
9b6755d018 SERVER-64444 Extend collMod command to fix invalid boolean index options 2022-04-15 04:35:08 +00:00
Robert Guo
0919b64c91 SERVER-64844 remove targeted multiversion tests 2022-04-13 20:17:15 +00:00
Adam Rayner
fd75059c83 SERVER-59922: Use FCV check with feature flag in replica set setClusterParameter 2022-04-12 22:30:03 +00:00
Sanika Phanse
d9550ffc38 SERVER-55348 Enable Feature flag for Running distributed transactions internally in a sharded cluster 2022-04-08 21:42:18 +00:00
Yuhong Zhang
6cea72b5a8 SERVER-63577 Exclude the unique index data format test from the future git tag multiversion variant 2022-04-07 19:23:14 +00:00
Yoonsoo Kim
50d15d6ce4 SERVER-65311 Get connections to shards manually to fix connection issue 2022-04-07 16:13:36 +00:00
Yoonsoo Kim
aef700077f SERVER-65266 Robustify accumulator fix upgrade tests 2022-04-06 18:45:37 +00:00
Yuhong Zhang
38e40422c0 SERVER-63577 Introduce new unique index data formats 2022-04-06 16:09:35 +00:00
Rui Liu
37bc1e516e SERVER-65212 Split upgrade_downgrade_timeseries_granularity_update.js into last-lts and last-continuous tests 2022-04-05 11:28:56 +00:00
Faustoleyva54
9be91a1223 SERVER-65135 Add 'future_git_tag_incompatible' to capped_resize_fcv_check.js 2022-03-31 22:38:16 +00:00
Sergi Mateo Bellido
1dd40ad6ed Revert "SERVER-63363 Fixing parsing of ChunkVersion"
This reverts commit e98dc4a89c.

Looking for a different way of fixing this problem!
2022-03-31 13:07:34 +00:00
Rui Liu
e9f726e706 SERVER-64826 Upgrade/downgrade for collMod coordinator 2022-03-31 10:37:33 +00:00
Bernard Gorman
d6dbbeb062 SERVER-63860 Restore documentKey cache for 5.0 - 6.0 upgrade 2022-03-30 12:21:22 +00:00
Mindaugas Malinauskas
8d7f9740e6 SERVER-52282 Enable feature flag for User-facing PIT pre- and post-images 2022-03-29 10:08:40 +00:00
Yoonsoo Kim
6b17b79faf SERVER-64973 Move accumulator fix upgrade tests to multiversion test suite 2022-03-28 19:00:58 +00:00
Jordi Olivares Provencio
c3fee8287b SERVER-63898 Validate FCV downgrades won't affect existing clustered collections 2022-03-23 10:54:00 +00:00
Sergi Mateo Bellido
e98dc4a89c SERVER-63363 Fixing parsing of ChunkVersion 2022-03-23 06:50:37 +00:00
Jason Zhang
4691382dd0 SERVER-63498 Upconvert InternalTransactionNotSupported errors during fcv downgrade 2022-03-10 19:39:39 +00:00
Yuhong Zhang
e2675683ed SERVER-63578 Convert a unique index to a non-unique index via the collMod command 2022-03-04 00:51:37 +00:00
Faustoleyva54
d9f9585cdc SERVER-1864 Support Capped Collection Size Increase 2022-03-03 20:52:18 +00:00
Yuhong Zhang
d6367f3a32 SERVER-63876 Add multiversion test to make sure collMod ttl works on 5.0 secondaries 2022-02-25 16:22:49 +00:00
Jordi Olivares Provencio
f154815224 SERVER-56974 Enable feature flag for PM-2311 2022-02-09 17:17:37 +00:00
auto-revert-processor
0991ecd966 Revert "SERVER-56974 Enable feature flag for PM-2311"
This reverts commit 048b968357.
2022-02-09 11:35:41 +00:00
Jordi Olivares Provencio
048b968357 SERVER-56974 Enable feature flag for PM-2311 2022-02-08 18:26:07 +00:00
Jason Zhang
0e4e2c4a28 SERVER-61088 Make transaction participants check if txnRetryCounter is supported during startTransaction and have mongos use it 2022-02-03 17:13:45 +00:00
trahman1318
e9a3d471b8 SERVER-60211 Structure targeted multiversion JS test directories 2022-02-02 20:13:31 +00:00