Fix parsing of java_versions_supported in bin/cassandra.in.sh#803
Open
michaelsembwever wants to merge 1 commit intoapache:trunkfrom
Open
Fix parsing of java_versions_supported in bin/cassandra.in.sh#803michaelsembwever wants to merge 1 commit intoapache:trunkfrom
michaelsembwever wants to merge 1 commit intoapache:trunkfrom
Conversation
| pull_request: | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: '0 0 * * 0' |
Member
Author
There was a problem hiding this comment.
adding weekly build of default (trunk) branch, so we catch such failures a bit faster next time
dce28f7 to
3609064
Compare
Member
Author
|
still hitting an issue with the smoke test on 4.0.19 using python2.17 |
6076055 to
6dc8749
Compare
03dc0bb to
55d573f
Compare
Add extra debug (both stderr and stdout) from a cluster/node when it fails to start. Downgrade the python2.7 GHA CI to jdk8 to avoid the cgroup NPE. And run CI once a week to catch trunk failures earlier. Remove DSE testing in CI as the downloads are no longer available (without click-through). patch by Mick Semb Wever; reviewed by xxx for CASSANDRA-18831
55d573f to
e509435
Compare
Member
Author
|
ready for review @driftx |
driftx
approved these changes
Mar 16, 2026
Contributor
driftx
left a comment
There was a problem hiding this comment.
Ticket numbers seems to wrong, but lgtm.
Member
Author
the jdk21 patch broke the parsing of parsing of and the fix (primarily) in |
Member
Author
|
merged with dfa4e82 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
patch by Mick Semb Wever; reviewed by xxx for CASSANDRA-18831