[
https://issues.apache.org/jira/browse/CASSANDRA-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530960#comment-17530960
]
Ekaterina Dimitrova edited comment on CASSANDRA-17589 at 5/2/22 10:20 PM:
--------------------------------------------------------------------------
The tests completed. The only failures I saw are known ones so far. In-jvm
upgrade tests for 4.1 did not produce proper output but it seems the logs were
crossing the size limit, otherwise it says - all tests passed.
So I guess we need the Jenkins dev run and images (as we talked, the images not
being pushed does not prevent us from committing what we have now). Maybe for
the images we we want first CASSANDRA-17581 this to land, not sure, I haven't
had the chance to review it today. I will take a look tomorrow.
was (Author: e.dimitrova):
The tests completed. The only failures I saw are known ones so far. In-jvm
upgrade tests for 4.1 did not produce proper output but it seems the logs were
crossing the size limit, otherwise it says - all tests passed.
So I guess we need the Jenkins dev run and images which do not prevent us from
committing what we have now. Maybe for the images we we want first
CASSANDRA-17581 this to land, not sure, I haven't had the chance to review it
today. I will take a look tomorrow.
> Create release branch cassandra-4.1
> -----------------------------------
>
> Key: CASSANDRA-17589
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17589
> Project: Cassandra
> Issue Type: Task
> Components: Build
> Reporter: Michael Semb Wever
> Assignee: Michael Semb Wever
> Priority: Normal
> Fix For: 4.0, 4.x
>
>
> Figure out what needs to be done beyond the following…
> 1. Create release branch
> {code}
> git switch -c cassandra-4.1 trunk
> git push --set-upstream origin cassandra-4.1
> {code}
> 2. Bump trunk's version
> {code}
> git switch trunk
> # increment version to 4.2
> edit build.xml debian/changelog CHANGES.txt NEWS.txt
> {code}
> 2a. Update jvm-dtest supported upgrade paths
> -
> https://github.com/apache/cassandra/blob/trunk/test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTestBase.java#L85-L96
>
> 3. Add `4.1.x` to jira versions
> (no existing tickets will be changed - assignees need to change appropriate
> bugs from 4.x to 4.1.x)
> 4. Update docker images to include cassandra-4.1
> (Docker images also need to be deployed)
> 5. Add pipeline to ci-cassandra
> https://github.com/apache/cassandra-builds/blob/trunk/jenkins-dsl/cassandra_job_dsl_seed.groovy#L51
> 6. Add dtest version and upgrade paths
> -
> https://github.com/apache/cassandra-dtest/blob/trunk/upgrade_tests/upgrade_manifest.py
> - https://github.com/apache/cassandra/blob/trunk/.circleci/config.yml#L2374
> -
> https://github.com/apache/cassandra-builds/blob/trunk/build-scripts/cassandra-test.sh#L41
> 7. Update how_to_commit documentation
> https://github.com/apache/cassandra/blob/trunk/doc/source/development/how_to_commit.rst
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]