-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Elasticsearch - Expose the tagging functionality #8515
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8515 +/- ##
=======================================
Coverage 92.62% 92.62%
=======================================
Files 1229 1229
Lines 106421 106435 +14
=======================================
+ Hits 98576 98590 +14
Misses 7845 7845
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jflim, would you mind adding some tests for this? It looks good to me, but it would still be nice to have some validation that this is correct
The test actually found an issue with the urls, so I'm glad I tested now 🌞 Retested with OpenSearch tests and tagging tests for opensearch and es. |
I'm a bit confused as to why this fix works though. I believe I observed that |
Looks like this is because we don't do a Thank you for the PR! |
Fixes #8514