-
Notifications
You must be signed in to change notification settings - Fork 549
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(mysql2): adding TAV script #641
Conversation
Codecov Report
@@ Coverage Diff @@
## main #641 +/- ##
==========================================
- Coverage 96.68% 95.18% -1.51%
==========================================
Files 13 67 +54
Lines 634 4588 +3954
Branches 124 427 +303
==========================================
+ Hits 613 4367 +3754
- Misses 21 221 +200
|
I'm putting this PR in draft mode, I found some issues for |
After fixing broken tests for older versions (v2.0.0, v2.0.1, v2.0.2, v2.1.0) |
Might be worth making the fixes in a separate |
The fix is relevant only for the tests, it doesn't change the instrumentation code. |
Which problem is this PR solving?
This will let us run
test-all-versions
scripts formysql2
plugin, and make sure tests are green for all versions supported by the instrumentations.Currently this is just a script in package.json which can be run manually on demand by user to verify compatibility. This is not integrated into CI or expected to impact project in any way.