[ 
https://issues.apache.org/jira/browse/CASSANDRA-19551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837447#comment-17837447
 ] 

Ariel Weisberg edited comment on CASSANDRA-19551 at 4/15/24 9:12 PM:
---------------------------------------------------------------------

Looks like {{TestGossip::test_assassinate_valid_node}} and 
{{TestLargeColumn::test_cleanup}} consistently every time the past 5 runs, but 
{{bootstrap_test.py::TestBootstrap::test_cleanup}} I haven't seen a failure for.


was (Author: aweisberg):
Looks like `TestGossip::test_assassinate_valid_node` and 
`TestLargeColumn::test_cleanup` consistently every time the past 5 runs, but 
`bootstrap_test.py::TestBootstrap::test_cleanup` I haven't seen a failure for.

> CCM nodes share the same environment variable map breaking upgrade tests
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-19551
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19551
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/python
>            Reporter: Ariel Weisberg
>            Assignee: Ariel Weisberg
>            Priority: Normal
>             Fix For: 5.x
>
>         Attachments: ci_summary.html
>
>
> In {{node.py}} {{__environment_variables}} is generally always set with a map 
> that is passed in from {{cluster.py}} so it is [shared between 
> nodes](https://github.com/riptano/ccm/blob/ac264706c8ca007cc584871ce907d48db334d36d/ccmlib/node.py#L151)
>  and if nodes modify the map, such as in {{start}} when [updating the Java 
> version](https://github.com/riptano/ccm/blob/ac264706c8ca007cc584871ce907d48db334d36d/ccmlib/node.py#L860)
>  then when {{get_env}} runs it will [overwrite the Java 
> version](https://github.com/riptano/ccm/blob/ac264706c8ca007cc584871ce907d48db334d36d/ccmlib/node.py#L244)
>  that is selected by {{update_java_version}}.
> This results in {{nodetool drain}} failing when upgrading from 3.11 to 4.0 in 
> some of the upgrade tests because after the first node upgrades to 4.0 it's 
> not longer possible for the subsequent nodes to select a Java version that 
> isn't 11 because it's overridden by  {{__environment_variables}}.
> I'm not even 100% clear on why the code in {{start}} should update 
> {{__environment_variables}} at all if we calculate the correct java version 
> on every invocation of other tools.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to