-
Notifications
You must be signed in to change notification settings - Fork 53
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
Upgrades from 15.0.11 -> 15.1.[0-1] can fail due to template parsing #2190
Labels
bug
Something isn't working
Comments
ryanemerson
added a commit
to ryanemerson/infinispan-operator
that referenced
this issue
Dec 20, 2024
ryanemerson
added a commit
to ryanemerson/infinispan-operator
that referenced
this issue
Dec 24, 2024
…erand graph in latest CSV release - Allow Operand versions to be skipped in upgrades tests by providing csv of Operand upstream refs via TESTING_OPERAND_IGNORE_LIST env variable - [infinispan#2190] Skip testing upgrades to 15.1.0 and 15.1.1 operands due to infinispan/infinispan#13519 - [infinispan#2190] Add OLM skips for 2.4.8 and 2.4.9 releases
ryanemerson
added a commit
to ryanemerson/infinispan-operator
that referenced
this issue
Dec 24, 2024
…erand graph in latest CSV release - Allow Operand versions to be skipped in upgrades tests by providing csv of Operand upstream refs via TESTING_OPERAND_IGNORE_LIST env variable - [infinispan#2190] Skip testing upgrades to 15.1.0 and 15.1.1 operands due to infinispan/infinispan#13519 - [infinispan#2190] Add OLM skips for 2.4.8 and 2.4.9 releases
ryanemerson
added a commit
to ryanemerson/infinispan-operator
that referenced
this issue
Dec 24, 2024
…erand graph in latest CSV release - Allow Operand versions to be skipped in upgrades tests by providing csv of Operand upstream refs via TESTING_OPERAND_IGNORE_LIST env variable - [infinispan#2190] Skip testing upgrades to 15.1.0 and 15.1.1 operands due to infinispan/infinispan#13519 - [infinispan#2190] Add OLM skips for 2.4.8 and 2.4.9 releases
ryanemerson
added a commit
to ryanemerson/infinispan-operator
that referenced
this issue
Jan 2, 2025
…erand graph in latest CSV release - Allow Operand versions to be skipped in upgrades tests by providing csv of Operand upstream refs via TESTING_OPERAND_IGNORE_LIST env variable - [infinispan#2190] Skip testing upgrades to 15.1.0 and 15.1.1 operands due to infinispan/infinispan#13519 - [infinispan#2190] Add OLM skips for 2.4.8 and 2.4.9 releases - Ignore restore failures related to: infinispan/infinispan#13571
ryanemerson
added a commit
that referenced
this issue
Jan 2, 2025
…h in latest CSV release - Allow Operand versions to be skipped in upgrades tests by providing csv of Operand upstream refs via TESTING_OPERAND_IGNORE_LIST env variable - [#2190] Skip testing upgrades to 15.1.0 and 15.1.1 operands due to infinispan/infinispan#13519 - [#2190] Add OLM skips for 2.4.8 and 2.4.9 releases - Ignore restore failures related to: infinispan/infinispan#13571
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The operator upgrades are failing fairly regular now when upgrading from 15.0.x -> 15.1.0. The root cause of the issue is that we removed the server templates in 15.1.x. As a consequence, the testsuite is hitting infinispan#13519 when we start the 15.1.x servers as the invalidation templates are now being parsed using the CacheParser not the Parser.
As we can't modify the already shipped 15.1.0 and 15.1.1 servers we need to workaround this by:
Step 2 will ensure that so users upgrade directly from Operator 2.4.6 (15.0.11.Final default image) to 2.4.9 (15.1.2.Final default), therefore bypassing the parser issue.
The text was updated successfully, but these errors were encountered: