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

Add missing 'Integration' suffix to tests #4176

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

Michal-Leszczynski
Copy link
Collaborator

Some tests were missing the Integration suffix in their names.
This resulted in not including them in the make pkg-integration-test command used when running tests on gh actions.

E.g. TestBackupViews was skipped in https://github.com/scylladb/scylla-manager/actions/runs/12372495884/job/34530829780.

Some tests were missing the Integration suffix in their names.
This resulted in not including them in the 'make pkg-integration-test'
command used when running tests on gh actions.
Copy link
Collaborator

@VAveryanov8 VAveryanov8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Michal-Leszczynski Michal-Leszczynski merged commit c7c7130 into master Jan 2, 2025
51 checks passed
@Michal-Leszczynski Michal-Leszczynski deleted the ml/fix-test-suffix branch January 2, 2025 12:03
Michal-Leszczynski added a commit that referenced this pull request Jan 15, 2025
* fix(backup_test): add missing 'Integration' suffix to tests

Some tests were missing the Integration suffix in their names.
This resulted in not including them in the 'make pkg-integration-test'
command used when running tests on gh actions.

* refactor(testutils): export CheckAnyConstraint

It is also useful for backup svc tests.

* fix(backup_test): skip TestBackupSkipSchemaIntegration for older Scylla versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants