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

Fix integration tests #130

Merged
merged 4 commits into from
Feb 16, 2024
Merged

Fix integration tests #130

merged 4 commits into from
Feb 16, 2024

Conversation

n00m4d
Copy link
Contributor

@n00m4d n00m4d commented Feb 15, 2024

What

This PR fixes launching integration tests

Why

GH CI launches tests with this command cargo test --no-run --locked --features integration_tests but the problem is that we did not that add feature to the Cargo.toml so all the tests with integration_tests feature were not even compiled. As a result broken tests in main

How

Simply add feature to Cargo.toml. Also fixed some tests. Please check test_find_gap() test carefully because I changed values at comparison a little

Copy link
Collaborator

@StanChe StanChe left a comment

Choose a reason for hiding this comment

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

The change of checked values is good - we've dropped the logic of removing the data we consider consistent, but have not updated the tests. Thank you.

@n00m4d n00m4d merged commit b418dcd into main Feb 16, 2024
1 check passed
@n00m4d n00m4d deleted the fix/integration-tests branch February 16, 2024 10:47
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