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 failing test by always using the same file from GIN #329

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

IgorTatarnikov
Copy link
Member

Before submitting a pull request (PR), please read the contributing guide.

Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?
There was a test failure that was unrelated to the codebase.

What does this PR do?
The test was failing because the file getting pulled from GIN last_versions.conf is now over 1 KB and therefore has a size that's returned by get_download_size. This is fixed by fetching a specific version by commit.

References

Please reference any existing issues/PRs that relate to this PR.

How has this PR been tested?

Tested locally.

Is this a breaking change?

No.

Does this PR require an update to the documentation?

No.

Checklist:

  • The code has been tested locally
  • The code has been formatted with pre-commit

@IgorTatarnikov IgorTatarnikov requested a review from a team July 22, 2024 13:23
@adamltyson adamltyson merged commit 8c2ce79 into main Jul 22, 2024
12 of 13 checks passed
@adamltyson adamltyson deleted the no-size-test-fix branch July 22, 2024 13:31
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.

2 participants