Skip to content
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

Repository tests should target multiple meilisearch server versions #406

Open
ahmednfwela opened this issue Jan 11, 2025 · 2 comments
Open
Labels
maintenance Anything related to maintenance (CI, tests, refactoring...)

Comments

@ahmednfwela
Copy link
Collaborator

The tests are currently only targeting the latest meilisearch version, but they should also target the earliest supported version

@curquiza curquiza added the maintenance Anything related to maintenance (CI, tests, refactoring...) label Jan 13, 2025
@curquiza
Copy link
Member

We should find a way to not run all tests with the earlier version because they will not all pass: tests of a new feature introduced in v1.12 will not run again v1.0

@ahmednfwela
Copy link
Collaborator Author

if you can get the current meilisearch server version in the pipeline, we can pass it to the test runner as environment variable or as build parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Anything related to maintenance (CI, tests, refactoring...)
Projects
None yet
Development

No branches or pull requests

2 participants