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

chore: Fixed mysql2 tests for new mysql2 version #2853

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

jsumners-nr
Copy link
Contributor

This PR fixes an issue in our tests that showed up with the release of [email protected] on 2024-12-23. Basically, that version still exhibits the bug reported in sidorares/node-mysql2#3091. So all we can really do is bump this conditional with each release of mysql2 until that bug is resolved.

@jsumners-nr jsumners-nr added the dev:tests Indicates only changes to tests label Dec 24, 2024
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.21%. Comparing base (8820265) to head (85eed2d).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2853      +/-   ##
==========================================
- Coverage   97.26%   97.21%   -0.05%     
==========================================
  Files         295      295              
  Lines       46462    46462              
==========================================
- Hits        45191    45169      -22     
- Misses       1271     1293      +22     
Flag Coverage Δ
integration-tests-cjs-18.x 73.15% <ø> (+<0.01%) ⬆️
integration-tests-cjs-20.x 73.16% <ø> (+<0.01%) ⬆️
integration-tests-cjs-22.x 73.19% <ø> (+0.01%) ⬆️
integration-tests-esm-18.x 49.92% <ø> (ø)
integration-tests-esm-20.x 49.93% <ø> (ø)
integration-tests-esm-22.x 49.97% <ø> (ø)
unit-tests-18.x 88.92% <ø> (ø)
unit-tests-20.x 88.92% <ø> (ø)
unit-tests-22.x 88.92% <ø> (ø)
versioned-tests-18.x 79.01% <ø> (-0.19%) ⬇️
versioned-tests-20.x 79.02% <ø> (-0.19%) ⬇️
versioned-tests-22.x 79.03% <ø> (-0.19%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jsumners-nr jsumners-nr marked this pull request as ready for review December 24, 2024 13:58
@jsumners-nr jsumners-nr merged commit 30a6de0 into newrelic:main Dec 24, 2024
28 of 29 checks passed
@jsumners-nr jsumners-nr deleted the fix-mysql2 branch December 24, 2024 15:24
jsumners-nr added a commit to jsumners-nr/node-newrelic that referenced this pull request Jan 2, 2025
@github-actions github-actions bot mentioned this pull request Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:tests Indicates only changes to tests
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants