Commit Graph

798 Commits

Author SHA1 Message Date
Gregory Wlodarek
68073b2af8 SERVER-60575 On upgrade, add the catalog flag that indicates that a time-series bucket may have mixed-schema data 2021-10-22 15:43:10 +00:00
Benety Goh
ae75596f99 SERVER-60623 remove TimeseriesTest.timeseriesCollectionsEnabled() references from concurrency and multiversion tests
Time-series collections are enabled by default, making these checks no longer necessary.
2021-10-22 14:39:19 +00:00
Huayu Ouyang
32781cd080 SERVER-60826 Add jstest to downgrade a new cluster from latest to last-continuous with downgradeOnDiskChanges: true 2021-10-21 23:14:44 +00:00
Jon Streets
0273057add SERVER-60490 Update FCV constants to recognise 5.2 as latest 2021-10-20 17:23:11 +00:00
Mindaugas Malinauskas
480da702d8 SERVER-58825 Make pre-images collection clustered 2021-10-19 17:03:18 +00:00
Jason Zhang
02198d2e8f SERVER-60530 Throw InternalTransactionNotSupported instead of InvalidOptions when internal transactions are not supported 2021-10-13 18:49:37 +00:00
Jonathan Lee
14e1d821b6 SERVER-59717 Remove stmtId from internal session id for retryable internal transactions 2021-10-13 14:52:31 +00:00
Denis Grebennicov
b77548a8a8 SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/collMod commands to object 2021-10-12 11:04:58 +00:00
Zituo Jin
35558f7233 SERVER-50389 Support generating mixed version set containing last-continuous randomly in ReplSetTest/ShardingTest 2021-10-09 01:21:35 +00:00
Gregory Wlodarek
35d5a6fc01 SERVER-60486 Update assumptions made in remove_invalid_index_options.js 2021-10-06 15:13:48 +00:00
LaMont Nelson
c5b030f123 SERVER-60421 raise the log level when removing nodes from sdam topology or ignoring messages 2021-10-05 16:24:00 +00:00
Antonio Fuschetto
862b138c37 SERVER-58367 Create Feature flag for PM-2384 2021-10-04 21:01:56 +00:00
Bikash Chandra
d066dfea21 SERVER-57569 Upgrade downgrade behaviour of sharded time series collection 2021-09-29 08:17:27 +00:00
Haley Connelly
8c9fa5aa62 SERVER-59797 Introduce new type for clusteredIndex create command 2021-09-28 21:06:23 +00:00
Jonathan Lee
64c8863c9d SERVER-59703 Only support child sessions in sharded clusters 2021-09-28 15:46:10 +00:00
Gregory Wlodarek
478046e5de SERVER-59805 The 'collMod' command removes invalid index options 2021-09-24 15:56:21 +00:00
Josef Ahmad
0fe94060f8 SERVER-59199 KeyString: support large RecordId binary strings 2021-09-23 08:09:27 +00:00
Uladzimir Makouski
5de7960781 Revert "SERVER-59199 KeyString: support large RecordId binary strings"
This reverts commit 5f5f4ede91.
2021-09-22 15:46:28 +00:00
Josef Ahmad
5f5f4ede91 SERVER-59199 KeyString: support large RecordId binary strings 2021-09-21 15:35:06 +00:00
Luis Osta
292f846169 SERVER-59716 Removed "disabled_due_to_server_58295" tag from add_invalid_shard 2021-09-20 18:30:48 +00:00
Denis Grebennicov
a1028f6738 SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "collMod" commands 2021-09-15 10:17:58 +00:00
Luis Osta
d8634cee81 SERVER-59716 Re-enable Sharding tests with the "disabled_due_to_server_58295" tag 2021-09-09 20:52:11 +00:00
Simon Gratzer
8c4c466acd Revert "SERVER-59716 Removed usage of "disabled_due_to_server_58295" tag" 2021-09-09 09:24:10 +00:00
Luis Osta
b923a3440e SERVER-59716 Removed usage of "disabled_due_to_server_58295" tag 2021-09-08 20:33:00 +00:00
Cheahuychou Mao
6a96149eb7 SERVER-58752 Persist txnRetryCounter and reload it on stepup 2021-09-08 18:06:16 +00:00
Mickey. J Winters
9e6b4a60f9 SERVER-58354 Re-enable query tests disabled_due_to_server_58295 2021-09-07 19:25:28 +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
Cheahuychou Mao
22beeff23a SERVER-58752 Support retrying internal transactions on transient transaction errors 2021-09-01 22:02:16 +00:00
Ruoxin Xu
c68026879e SERVER-50350 Remove multiversion test empty_update_mods_multiversion_replication.js after V5.0 2021-08-30 10:33:55 +00:00
Antonio Fuschetto
7f1ec52be8 SERVER-58574 Modify the setFCV command to set/unset the long names flag 2021-08-26 21:26:26 +00:00
Ethan Zhang
4e9b578e87 SERVER-51075: Remove FCV checks for :2 oplog entries 2021-08-26 14:59:08 +00:00
Jason Chan
8fdfe55ebd SERVER-52936 Remove featureFlagTenantMigration 2021-08-18 19:51:21 +00:00
XueruiFa
b279be2955 SERVER-59013: Rewrite shell and JS tests to use generated FCV constants 2021-08-18 17:22:39 +00:00
Cheahuychou Mao
507db599d0 SERVER-58751 Make logical session cache track related sessions as one logical session 2021-08-14 19:06:10 +00:00
Randolph Tan
b62dd4cb57 SERVER-55912 Update setFCV handling for reshardCollection when v5.0 becomes last stable 2021-08-06 14:48:53 +00:00
Allison Easton
64a119b69c SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/downgrade to/from 4.9 2021-08-03 08:34:20 +00:00
Wenbin Zhu
94415e3593 SERVER-58900 Re-enable major_version_upgrade.js after FCV constant change. 2021-07-29 17:57:26 +00:00
jannaerin
2cb6e665fd SERVER-58355 Re-enable resharding tests failing in multiversion suites due to changing latest releast to 5.1 2021-07-29 15:09:09 +00:00
Benety Goh
9ab435d6ed SERVER-56171 remove downgrade tests for retryable writes on time-series collections 2021-07-24 15:20:24 +00:00
Jon Streets
05a0f8e98b SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
Robert Guo
bc5f939071 SERVER-58172 run multiversion tests on master with 5.0 and disable incompatible tests 2021-07-22 14:50:12 +00:00
Tommaso Tocci
1169927930 SERVER-58683 Simplify config replicaset exposure in shardingtest 2021-07-21 04:33:03 +00:00
Vishnu Kaushik
bccb9351e4 SERVER-58295 delete accidentally re-introduced tests 2021-07-15 14:36:32 +00:00
Andrii Dobroshynski
c99ec109b0 SERVER-53028 Clean up FCV gating for $dateDiff, $dateAdd, $dateSubtract, $dateTrunc and related system tests now that 5.0 is last LTS 2021-07-14 16:15:54 +00:00
Vishnu Kaushik
3ce695b73a SERVER-58295 Temporarily disable multiversion tests that fail due to SERVER-56366 2021-07-14 16:14:50 +00:00
Jennifer Peshansky
8a2c299813 SERVER-51871 Remove remaining code relating to haystack indexes 2021-07-13 22:34:08 +00:00
Jennifer Peshansky
0d2e0dec25 SERVER-47766 Remove FCV guard on partialFilterExpression and wildcardProjection index signature comparison 2021-07-09 14:31:08 +00:00
Mickey. J Winters
c3bcfbb842 SERVER-50524 Remove Document Validation FCV4.7 gating and remove related system tests 2021-07-08 23:25:14 +00:00
Jennifer Peshansky
4aba905044 SERVER-58030 Remove upgrade_index_with_weights.js after 5.0 branch cut 2021-07-08 15:39:16 +00:00
Mickey. J Winters
9b5b72f9d9 SERVER-58032 remove jstests/multiVersion/v2_delta_oplog_entries_fcv.js 2021-07-07 18:05:05 +00:00