forked from k8ssandra/cass-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test dse #4
Merged
Merged
Test dse #4
Conversation
This file contains 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
emerkle826
force-pushed
the
test-dse
branch
3 times, most recently
from
October 18, 2022 15:53
36c25f3
to
2758dc6
Compare
* Modify decommission test to use 2 racks per dc (and Cassandra 4.0.6), modify startOneNodeRack to skip StatefulSets which have 0 target nodes, such as during decommission * Fix filename in the decommission test * Remove erroneous characters from testdata file * Datacenter might not be healthy during decommission
* Bump config builder to v1.0.5.
* Restart task completion fixes. * Add test for success tracking. * Juggle types in test so that they match. * More precise logic for tracking number of pods restarted for all STSs. * Bring back simple int for restarted pods calculation. * Ensure taskConfig.Completed is updated when the restart is completed. * Changelog.
* Update actions and set-output to remove deprecated versions * Update to operator-sdk 1.25.1, update to go1.19, remove amd64 restriction for building Update kind to 0.17.0, force Helm version to 3.10.2, update kind Kube to 1.25.2 Update kube from 1.25.0 -> 1.25.3 * Update Red Hat certification pipeline for releases Use ENVTEST 1.25.x Upgrade test has to upgrade from 1.12, nothing older will work in Kube 1.25 * Use go version from go.mod * Fix kustomize download script to detect aarch64 correctly * Remove unnecessary cache actions, docker-push-action already handles cache
Co-authored-by: Tomas Petrilak <[email protected]>
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.
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Checklist