-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: Enable valkey-search tests in CI #6021
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
Conversation
|
seems like it does not work for older versions of python. |
.github/workflows/ci.yml
Outdated
|
|
||
| - name: Run regression tests | ||
| if: matrix.container == 'ubuntu-dev:20' | ||
| if: matrix.container == 'ubuntu-dev:20' || matrix.container == 'ubuntu-dev:24' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression tests executed for ubuntu-dev:20, not for ubuntu-dev:24
Please take a look any PR checks, they don't have python tests executed.
For example:
https://github.com/dragonflydb/dragonfly/actions/runs/19133606754/job/54680146596?pr=6018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added regression step for ubuntu-dev:24
|
@romange |
|
yes, sure I tried to suggest a simple solution but it was only a suggestion. |
Integrates valkey-search integration tests into the CI pipeline
Changes:
sync-valkey-search-tests.shto accept tag/revision parameterconftest.py