-
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
base: main
Are you sure you want to change the base?
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 96.00% 96.00%
=======================================
Files 365 365
Lines 20616 20616
=======================================
Hits 19792 19792
Misses 626 626
Partials 198 198
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
cc0a508
to
7486084
Compare
fb698f7
to
2d8a157
Compare
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.
@mahadzaryab1 PTAL
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 |
a2b32ba
to
71b5e38
Compare
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
Signed-off-by: Emmanuel Emonueje Ebenezer <eebenezer949@gmail.com>
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 |
Which problem is this PR solving?
Description of the changes
Incrementally swaps the fields of
StorageIntegration
to align with v2 storage apiUpdates test functions accordingly to work with the updated fields
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test