Commit Graph

923 Commits

Author SHA1 Message Date
auto-revert-processor
1d37ab71d4 Revert "SERVER-72577 Convert tenant migrations tests to use es modules"
This reverts commit 9c2d2f716d.
2023-01-10 05:28:35 +00:00
Matt Broadstone
9c2d2f716d SERVER-72577 Convert tenant migrations tests to use es modules 2023-01-09 21:45:19 +00:00
Romans Kasperovics
5324ef1fab SERVER-70042 Assign expected / actual semantics to assert.docEq() arguments 2022-12-20 11:59:17 +00:00
Didier Nadeau
c5c19f011f SERVER-71260 Add tenantIds parameter to donorStartMigration 2022-12-09 05:16:24 +00:00
Tommaso Tocci
2041a8a461 SERVER-68888 Remove deprecated fields from config.version 2022-11-12 01:54:07 +00:00
Tommaso Tocci
1bbfe2237b SERVER-71097 Stop downloading 4.0 in multiversion suite 2022-11-11 19:44:45 +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
Pierlauro Sciarelli
db7acbf9d4 SERVER-69494 Fix chunk resizing upon downgrade between 6.x versions 2022-09-07 20:40:08 +00:00
Huayu Ouyang
f410018aa8 SERVER-68143 Add rollback tests for downgrading to upgraded path 2022-09-01 15:40:10 +00:00
Alya Berciu
c604b24e27 SERVER-67908 Re-enable tests failing due to changing latest release to 6.0 2022-08-26 18:18:46 +00:00
Luxi Liu
c7ef5a02d1 SERVER-68651 Put isDowngrading to upgraded path under feature flag 2022-08-19 17:36:41 +00:00
Luxi Liu
4f09355fd0 SERVER-67946 added downgrading->upgrading path sharding tests 2022-08-19 15:04:15 +00:00
Evelyn Wu
c8bfab6325 SERVER-68144 Test startup with a node in downgrading state 2022-08-11 19:20:18 +00:00
Luxi Liu
2a13beec82 SERVER-67958 added downgrading->upgrading path, always generate new timestamp for configSvr, and test file 2022-08-08 17:33:11 +00:00
Mark Benvenuto
f03bf14cb7 SERVER-67752 Add range support to create collection 2022-08-05 15:00:49 +00:00
Pierlauro Sciarelli
2bddb8f08f SERVER-68511 MovePrimary update of config.databases entry must use dotted fields notation 2022-08-04 18:11:25 +00:00
Gregory Wlodarek
f442499603 SERVER-67906 Remove downgrade test for secondary indexes on time-series measurements 2022-07-25 18:54:30 +00:00
Abdul Qadeer
0d5fd57f9e SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion failpoint pause conditionally 2022-07-18 12:08:05 +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
Antonio Fuschetto
d0160b53cd SERVER-61072 Remove MigrationRecipientCriticalSection feature flag 2022-07-11 07:58:24 +00:00
Alexander Neben
8c89190a20 SERVER-67791 Re-enable newer fcvs 2022-07-08 19:15:25 +00:00
Erin Liang
ad07892136 SERVER-67603 Remove internal_sessions_setfcv_wait_for_transaction_coordinator_cleanup.js 2022-06-29 16:02:03 +00:00
Erin Liang
a07e876736 SERVER-65397 Remove featureFlagInternalTransactions 2022-06-28 18:07:45 +00:00
Pierlauro Sciarelli
1c37b0952c SERVER-67150 Remove outdated orphans tracking testing from upgrade_downgrade_sharded_cluster.js 2022-06-09 10:41:34 +00:00
Jason Zhang
10c8db0e32 SERVER-66948 Catch NoSuchTransaction as an acceptable error in internal transactions coordinator cleanup test 2022-06-02 22:10:35 +00:00
David Bradford
0a861695ec SERVER-66962: multiversion configuration updates 2022-06-02 19:25:09 +00:00
Allison Easton
3f546e227d SERVER-57417 Enable NoMoreAutoSplitter Feature flag 2022-06-02 13:55:49 +00:00
David Bradford
0abdf7bc75 SERVER-66557: Refactor and update multiversion setup and config 2022-05-31 21:15:02 +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
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
Charlie Swanson
69c6a3d495 SERVER-65933 Enable creation of columnstore index
Adds a new feature flag which must be enabled to create one.
2022-05-03 18:08:50 +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
Cheahuychou Mao
1f496ac87d SERVER-66054 Internal transactions in jstests/multiversion are not running on evergreen 2022-04-28 19:19:34 +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
Pavi Vetriselvan
5f3e71f071 SERVER-65226 do_upgrade_downgrade.js should correctly split namespaces 2022-04-15 21:18:01 +00:00
Cheahuychou Mao
09925a53f8 SERVER-65698 Add uses_transactions tag to all internal transaction tests 2022-04-15 17:16:06 +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
Paolo Polato
bc35bf3473 SERVER-64171 Resize Cluster Chunks when downgrading to 5.x 2022-04-12 02:17:11 +00:00
Pavi Vetriselvan
3ffd0984dd SERVER-65225 Don't drop clustered indexes in do_upgrade_downgrade.js 2022-04-11 18:39:46 +00:00
Mark Benvenuto
180baae184 SERVER-59261 Enable Feature flag for PM-2466 2022-04-09 18:18:22 +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