-
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
Add back ESv6 support with e2e test #5704
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5704 +/- ##
==========================================
+ Coverage 96.40% 96.87% +0.47%
==========================================
Files 334 334
Lines 16144 16146 +2
==========================================
+ Hits 15563 15642 +79
+ Misses 404 334 -70
+ Partials 177 170 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@yurishkuro I have added |
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
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.
something failed in CI for v6
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
@@ -33,7 +33,7 @@ const ( | |||
spanIndexName = "jaeger-span-2019-01-01" | |||
serviceIndexName = "jaeger-service-2019-01-01" | |||
indexCleanerImage = "jaegertracing/jaeger-es-index-cleaner:latest" | |||
rolloverImage = "jaegertracing/jaeger-es-rollover:latest" | |||
rolloverImage = "jaegertracing/jaeger-es-rollover:1.57.0" |
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.
Wow, I didn't know we do that. That's pretty bad, the tests should always be using current code, i.e. we should just run these directly (they are Go binaries, right?) or do a quick docker build .
(it's lightweight, just copies the binary over).
Doesn't need to be in this PR, we can open help wanted ticket.
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.
yes, this is far from great. I can take a look at it in a separate PR
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.
Signed-off-by: Yuri Shkuro <[email protected]>
Reverts parts of #5439
Motivation: some vendors still provide commercial support for ES v6 to customers, even though ESv6 EOL was Nov 2020.