Commit Graph

48 Commits

Author SHA1 Message Date
Lingzhi Deng
936b49351e SERVER-50585: Create set_fcv_downgrade_on_disk_changes.js to include all test cases for downgradeOnDiskChanges behavior 2020-09-08 13:31:49 +00:00
Pavi Vetriselvan
783e113bbb SERVER-50408 Change NotMaster error name to NotWritablePrimary 2020-09-03 13:19:48 +00:00
Daniel Gottlieb
9ced0d1888 SERVER-49890: Create resharding oplog view on startup. 2020-08-27 18:26:55 +00:00
Jason Chan
f014da8dc0 SERVER-50107 Add new lastContinuous upgrade/downgrade path to setFeatureCompatibilityVersion command 2020-08-20 22:37:18 +00:00
Jason Chan
91e3352a1a SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityVersion 2020-08-18 00:23:39 +00:00
Lingzhi Deng
bbe29a4bf1 SERVER-49066: Extend generic targeted multiversion tests to include new mixed binary version configurations 2020-08-10 18:47:05 +00:00
Lingzhi Deng
475078ffd9 SERVER-49783: Update latest FCV to 4.7 2020-08-02 05:39:29 +00:00
Jason Chan
25b594b233 SERVER-49068 Extend genericSetFCVUsage tests to use "last-lts" and "last-continuous" 2020-07-31 15:22:26 +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
Lingzhi Deng
5446d926d8 SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading states 2020-07-15 20:07:53 +00:00
Lingzhi Deng
98cf395c1e SERVER-49063: Update FCV 4.6 constants to 4.5.1 2020-07-09 16:26:41 +00:00
Randolph Tan
0987c120f5 SERVER-45959 Remove skipCheckOrphans flag in multiVersion suites after v4.4 2020-06-10 18:17:31 +00:00
Henrik Edin
d7e1821e22 SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kv 2020-06-01 13:04:42 +00:00
Jason Chan
aeaad5e8fe SERVER-46931 Unblacklist/Update multiversion tests that expect "last-stable" to have a different fcv than "latest" 2020-04-29 22:22:48 +00:00
Daniel Gottlieb
417e36920a SERVER-47219: Leave a paper trail for when to forward port 0b9f132bd6 2020-04-28 15:35:56 +00:00
Ali Mir
c593d0fb6e SERVER-46323 Update FCV constants throughout server code following 4.4 branch
SERVER-46589 Update Execution-related generic upgrade/downgrade references

SERVER-46587 Update Replication-related generic upgrade/downgrade references

SERVER-46839 Update Sharding-related generic upgrade/downgrade references

SERVER-46590 Update Query-related generic upgrade/downgrade references

SERVER-46318 Bump wire protocol version for 4.6

SERVER-46313 Bump Powercycle FCV
2020-04-22 00:15:51 +00:00
Cheahuychou Mao
e84cf820af SERVER-47560 Include "internalClient" field in ReplicaSetMonitor isMaster requests 2020-04-20 16:20:24 +00:00
Kevin Pulo
b5cc51eb6f SERVER-46830 remove CWRWC FCV 4.4 code 2020-04-08 08:30:49 +00:00
Ali Mir
86cb9cf105 SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgrade 2020-04-03 20:58:40 +00:00
Louis Williams
77d4290754 SERVER-46773 Remove v4.4 FCV handling for simultaneous index builds 2020-03-25 17:00:59 +00:00
Robert Guo
4d87339d4b SERVER-46326 update last-stable to 4.3 2020-03-18 04:07:46 +00:00
David Percy
8701918d43 SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 only 2020-03-16 22:09:36 +00:00
Kevin Pulo
747ff353cb SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplicitDefault) 2020-03-05 13:03:43 +00:00
Siyuan Zhou
6c0645af59 SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgrade
- Refactoring doReplSetConfig to accept a callback.
- Use replset tag system to wait for config replication.
- Revert kConfigMajority write concern.
- Include all nodes including arbiters in config replication quorum.
- Reconfig with term -1 using the current config on downgrade.
2020-02-29 00:02:40 +00:00
Ian Boros
edeec8b8fa SERVER-46427 update FCV test to account for lazy checking of collection validators 2020-02-27 04:01:43 +00:00
Mark Benvenuto
63d946bd42 SERVER-46235 Re-enable multiversion tests 2020-02-24 05:39:45 +00:00
Nicholas Zolnierz
14240d538a SERVER-45540 Gate $unionWith behind FCV check and test upgrade/downgrade 2020-02-18 16:33:39 +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
David Percy
82fb9653c6 SERVER-33582 Add $bsonSize expression 2019-12-12 17:19:40 +00:00
Anton Korshunov
995798094a SERVER-12335 indexKey $meta projection not populating fields 2019-11-28 13:46:53 +00:00
Anton Korshunov
bc26f68ff0 SERVER-42905 Push down user-specified projections to PlanStage layer if possible 2019-10-31 15:46:48 +00:00
Anton Korshunov
f8ede369fb SERVER-42462 Put new $meta arguments behind FCV check 2019-10-17 13:03:40 +00:00
Cheahuychou Mao
150406020c SERVER-38884 Update multiversion tests to reflect use shards as replica sets in 4.2 onwards 2019-10-08 18:11:41 +00:00
Jason Chan
21ca406e36 SERVER-42761 Move feature_compatibility_version.js into src/mongo/shell 2019-09-09 22:39:39 +00:00
Misha Tyulenev
174736c49e SERVER-43017 wait in an integration test for setFCV to propagate to all config server nodes. 2019-09-05 18:09:11 +00:00
Bernard Gorman
6a2c556dfa SERVER-41230 Update FCV constants throughout server code following 4.2 branch
SERVER-42162 Update Execution-related generic upgrade/downgrade references
SERVER-42642 Update Replication-related generic upgrade/downgrade references
SERVER-42592 Update Sharding-related generic upgrade/downgrade references
SERVER-42794 Update Query-related generic upgrade/downgrade references
SERVER-41545 Bump wire protocol version for 4.4
2019-08-23 08:51:06 +01:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
Gregory Wlodarek
ccf8a4f2de SERVER-41696 Modify tests depending on the 'ns' field from index specs to no longer have a dependency on it 2019-07-29 21:05:17 -04:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Xiangyu Yao
8e4f280e49 SERVER-39471 Remove unique index FCV upgrade codepath 2019-07-10 18:39:02 -04:00
Max Hirschhorn
12688726db SERVER-41227 Bump binVersion="last-stable" to be MongoDB 4.2.
Also removes multiversion tests for MongoDB 4.2 features. They will
continue to live on in the 4.2 branch.
2019-06-10 12:34:19 -04:00
nehakhatri5
44c2055cba SERVER-37555 Fix the error code in the uassert. 2018-10-16 13:20:06 +11:00
nehakhatri5
9693ebbdb9 SERVER-37555 Abort of collMod need not refreshEntry for index on rollback. 2018-10-16 08:33:27 +11:00
Louis Williams
796d1d1522 SERVER-36478 Use user-provided wtimeout for setFCV command 2018-10-10 15:26:32 -04:00
Louis Williams
f899002aad SERVER-36208 Remove repairDatabase server command and shell helper 2018-08-13 13:10:34 -04:00
Sulabh Mahajan
0dea042ec8 SERVER-34954 Add test to check unique indexes on a newly added --shardsvr node 2018-08-09 14:04:46 +10:00
nehakhatri5
4e57f57add SERVER-34489 Enable timestamp safe unique indexes via FCV. 2018-08-06 15:51:51 +10:00
Dewal Gupta
05bb1bc946 SERVER-33271 Move version non-specific FCV tests in jstests/multiVersion to jstests/multiVersion/genericSetFCVUsage 2018-07-20 17:06:05 -04:00