-
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
Upgrade storage integration test: Use V2 Archive ReaderWriter #6489
Conversation
2ca2f23
to
9ad6870
Compare
looks like some archive tests are failing
|
there's no new change with the recent push... just trying to update the branch. I will get back to these issues later in my day. |
aaab620
to
a43bc9a
Compare
Hello @yurishkuro, I can't find the cause of this bug, but for elastic search and open search, the testArchiveTrace test fails; the archive trace reader returns an empty trace... |
Did you look at the logs? I see nil pointer segfaults, that should be easy to troubleshoot. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6489 +/- ##
==========================================
+ Coverage 95.93% 95.94% +0.01%
==========================================
Files 365 365
Lines 20616 20616
==========================================
+ Hits 19778 19781 +3
+ Misses 638 636 -2
+ Partials 200 199 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ccf0435
to
54a0a07
Compare
1febf80
to
c678a64
Compare
7e58074
to
cc0a508
Compare
2d8a157
to
120f2f1
Compare
@yurishkuro, @mahadzaryab1, I have two questions please:
|
I'm currently in the process of trying to completely phase out the difference between primary and archive interfaces in #6567. If that can be pulled off, then this PR can initialize primary and archive storage in the same way. |
My question has been answered in the description of #6567 |
4df2c11
to
5d23f27
Compare
@mahadzaryab1 The problem was never with the way es or os was reading (as I was suspecting)... And since #6567 was merged, I discovered that it wasn't the distinction between archive or primary data either, I was not waiting for the storage backend to update documents before accessing the traces 😂😂. But its done now😃. #6625 makes total sense, we can just implement Archive Trace Reader-Writer as I have done here, then close this PR |
5d23f27
to
4c6cff1
Compare
please rebase - most of these changes are no longer needed since #6625, only ES test needs to be upgraded |
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
4c6cff1
to
f9bd987
Compare
Signed-off-by: Emmanuel Emonueje Ebenezer <[email protected]>
Which problem is this PR solving?
Description of the changes
For es v1 storage integration test:
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test