-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[ES][v2] Change the DB Tag value from string
to any
type
#6994
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
@@ -551,6 +551,17 @@ func TestFromDbModel_Fixtures(t *testing.T) { | |||
testTraces(t, tracesData, actualTd) | |||
} | |||
|
|||
func TestFromDBModel_StringTags_Fixtures(t *testing.T) { |
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.
This is for backward compatibility
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6994 +/- ##
==========================================
- Coverage 95.99% 95.97% -0.02%
==========================================
Files 346 346
Lines 20429 20468 +39
==========================================
+ Hits 19611 19645 +34
- Misses 616 620 +4
- Partials 202 203 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Manik2708 <[email protected]>
/Don't Merge Firstly let the #6998 get merged, there are some changes which will be required in this PR after analaysing the integration tests! |
Signed-off-by: Manik2708 <[email protected]>
Which problem is this PR solving?
Fixes a part of: #6458
Description of the changes
tagDotReplacement
inToDBModel
#6946 we need to change the value which was saved as string in v1 to a raw value in v2How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test