-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[sqlqueryreceiver] Fix accidental removal of integration test tag for sqlqueryreceiver tests #36923
[sqlqueryreceiver] Fix accidental removal of integration test tag for sqlqueryreceiver tests #36923
Conversation
/label skip-changelog |
I didn't think I had permissions for this, but figured I would try. I don't believe this should have a changelog entry! |
Test failure is unrelated to this PR #10151 |
This will likely hit the issue fixed by #37036 (unless that one is merged before). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #36923 +/- ##
==========================================
- Coverage 79.63% 79.61% -0.03%
==========================================
Files 2223 2223
Lines 210283 210283
==========================================
- Hits 167467 167418 -49
- Misses 37206 37248 +42
- Partials 5610 5617 +7 ☔ View full report in Codecov by Sentry. |
Description
Accidentally committed this in #36812 when I had removed it for some local testing.
Link to tracking issue
Fixes #36917