SRVLOGIC-1138: Cover upgrade scenario with tests - #4
Open
domhanak wants to merge 6 commits into
Open
Conversation
domhanak
force-pushed
the
SRVLOGIC-1138-migration-tests
branch
from
August 24, 2026 09:01
77e4407 to
c62e424
Compare
domhanak
commented
Sep 7, 2026
Comment on lines
+33
to
+34
| When SonataFlow callbackstatetimeouts gitops at from-version is deployed | ||
| Then SonataFlow "callbackstatetimeouts" has the condition "Running" set to "True" within 5 minutes |
Contributor
Author
There was a problem hiding this comment.
TODO: Update the gitops workflow name to callbackstatetimeouts-gitops to improve the flow and slim down the steps.
domhanak
commented
Sep 7, 2026
Comment on lines
+37
to
+39
| # Patched by applying a higher value before the operator stops managing pods. | ||
| # This is a manual/external concern; the test verifies the platform is stable | ||
| # prior to upgrade rather than automating the property edit itself. |
Contributor
Author
There was a problem hiding this comment.
TODO: Automate this too
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.
https://redhat.atlassian.net/browse/SRVLOGIC-1138
How to run:
1. oc login ... 2. make run-tests feature=features/operator/operator_upgrade.feature cr_deployment_only=true operator_installation_source=olm "operator_catalog_image=registry-proxy.engineering.redhat.com/rh-osbs/iib:1196314" "upgrade.from_version=1.38.1" "upgrade.to_version=1.39.0" "upgrade.to_kogito_runtime_version=9.106.0.redhat-00002" "upgrade.to_quarkus_core_version=3.33.2.redhat-00008" tags="@upgradeTests"