{{ message }}
test: Added upgrade tests#5072
Merged
franciscojavierarceo merged 1 commit intoFeb 25, 2025
Merged
Conversation
Contributor
Author
|
Please have a look I've split the pervious version test and the upgrade version test into 2 test suites, so I might call them from the OpenshiftCI @tchughesiv @lokeshrangineni @redhatHameed |
Sorry, something went wrong.
8daf89c to
298306c
Compare
February 19, 2025 14:23
fc73482 to
b23a78a
Compare
February 19, 2025 19:14
Contributor
|
@tmihalac few minor questions
|
Sorry, something went wrong.
Contributor
Author
@redhatHameed I've added them to the e2e github action which runs on: |
Sorry, something went wrong.
b23a78a to
f4557d4
Compare
February 20, 2025 16:51
21 hidden items
Load more…
f4557d4 to
0167ccd
Compare
February 20, 2025 23:36
0167ccd to
73750fe
Compare
February 25, 2025 15:19
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
73750fe to
26f7b89
Compare
February 25, 2025 15:28
lokeshrangineni
approved these changes
Feb 25, 2025
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
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.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.
Added feast go operator upgrade tests
What this PR does / why we need it:
Tests backward compatibility of the CR
There are 2 new test suites with new make targets:
test-previous-version- Deploys the previous version operator and feast server, applies the previous version CRs and runs the e2e testtest-upgrade- Deploys the previous version operator and feast server, applies the current CRs and runs the e2e testThose tests are run in the integration test github action right after the
make test-e2etarget