[jira] [Updated] (CASSANDRA-19504) Jenkinsfile doesn't invoke tests with the correct Java versions

2024-03-29 Thread Bret McGuire (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bret McGuire updated CASSANDRA-19504:
-
Resolution: Fixed
Status: Resolved  (was: Triage Needed)

> Jenkinsfile doesn't invoke tests with the correct Java versions
> ---
>
> Key: CASSANDRA-19504
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19504
> Project: Cassandra
>  Issue Type: Bug
>  Components: Client/java-driver
>Reporter: Jane He
>Assignee: Jane He
>Priority: Normal
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> The existing Jenkinsfile is intended to run tests against multiple Java 
> versions (8, 11, 17). However, due to the concurrency in multiple matrix jobs 
> and the global scope of `TEST_JAVA_VERSION` and `TEST_JAVA_HOME`, the jobs 
> are actually only run against one version.
> This can be fixed by defining these variables locally, using `def` keyword. 



--
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



[jira] [Updated] (CASSANDRA-19504) Jenkinsfile doesn't invoke tests with the correct Java versions

2024-03-28 Thread Bret McGuire (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bret McGuire updated CASSANDRA-19504:
-
Summary: Jenkinsfile doesn't invoke tests with the correct Java versions  
(was: Jenkins Jobs Run Tests against Only 1 Java Version Instead of 3)

> Jenkinsfile doesn't invoke tests with the correct Java versions
> ---
>
> Key: CASSANDRA-19504
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19504
> Project: Cassandra
>  Issue Type: Bug
>  Components: Client/java-driver
>Reporter: Jane He
>Assignee: Jane He
>Priority: Normal
>
> The existing Jenkinsfile is intended to run tests against multiple Java 
> versions (8, 11, 17). However, due to the concurrency in multiple matrix jobs 
> and the global scope of `TEST_JAVA_VERSION` and `TEST_JAVA_HOME`, the jobs 
> are actually only run against one version.
> This can be fixed by defining these variables locally, using `def` keyword. 



--
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