[
https://issues.apache.org/jira/browse/CASSANDRA-15371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957234#comment-16957234
]
Jon Meredith commented on CASSANDRA-15371:
------------------------------------------
This fixes upgrade test for me when run on 3.0, 3.11 and trunk.
* [2.2
changes|https://github.com/jonmeredith/cassandra/tree/CASSANDRA-15371-2.2]
[CircleCI|https://circleci.com/workflow-run/d7a1f47d-a411-4245-9924-422e8ac6f8c7]
* [3.0
changes|https://github.com/jonmeredith/cassandra/tree/CASSANDRA-15371-3.0]
[CircleCI|https://circleci.com/workflow-run/54d2ae1f-3599-426b-b0ab-6ef54edbddab]
* [3.11
changes|https://github.com/jonmeredith/cassandra/tree/CASSANDRA-15371-3.11]
[CircleCI|https://circleci.com/workflow-run/25df7f33-58a6-40cd-b64c-235515b8ad2d]
* [trunk
changes|https://github.com/jonmeredith/cassandra/tree/CASSANDRA-15371-trunk]
[CircleCI|https://circleci.com/workflow-run/577036b9-772b-4f06-8db1-3af8e0c0b049]
Currently the upgrade tests need to be run manually.
* Checkout 2.2, 3.0, 3.11 and trunk and run `ant dtest-jar` to create the
dtest jars in the build directory.
* Copy/symlink all previous version dtest jars into the build directory ({{cd
build; ln -s ../../path_to_3.11>/build/dtest-3.11.5.jar}})
* Run the upgrade test (either by hand, or from IntelliJ)
{{ant test-jvm-dtest-some
-Dtest.name=org.apache.cassandra.distributed.upgrade.UpgradeTest
-Dtest.methods=upgradeTest}}
> Incorrect messaging service version breaks in-JVM upgrade tests on trunk
> ------------------------------------------------------------------------
>
> Key: CASSANDRA-15371
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15371
> Project: Cassandra
> Issue Type: Bug
> Components: Test/dtest
> Reporter: Jon Meredith
> Assignee: Jon Meredith
> Priority: Normal
>
> The in-JVM upgrade tests on trunk currently fail because the messaging
> version for internode messaging is selected asĀ
> {{MessagingService.current_version}},
> a regression from the implementation in CASSANDRA-15078.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]