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

Avoid messages of uninitialized value $db_version in unit tests #1613

Merged

Conversation

nuno-agostinho
Copy link
Contributor

@nuno-agostinho nuno-agostinho commented Feb 14, 2024

Unit tests (example) are printing the following line multiple times:

Use of uninitialized value $db_version in regexp compilation at /home/travis/build/Ensembl/ensembl-vep/modules/Bio/EnsEMBL/VEP/BaseVEP.pm line 302, <$__ANONIO__> line 139.

This PR fixes the issue brought by #1588

Testing

Unit tests should not print the line above no more. For instance, run unit test for t/BaseVEP.t

@dglemos dglemos merged commit 6f0ecfc into Ensembl:postreleasefix/112 Mar 1, 2024
1 check passed
@dglemos
Copy link
Contributor

dglemos commented Mar 1, 2024

Merged into release/112 and main

@nuno-agostinho nuno-agostinho deleted the fix/db_version_check_msg branch March 4, 2024 13:17
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.

None yet

2 participants