Skip to content
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 tests: DependencyReader to v2 #6477

Merged
merged 8 commits into from
Jan 6, 2025

Conversation

zzzk1
Copy link
Contributor

@zzzk1 zzzk1 commented Jan 4, 2025

Which problem is this PR solving?

Description of the changes

  • use /storage_v2/depstore.Reader replaces /storage/dependencystore.Reader

How was this change tested?

Checklist

@zzzk1 zzzk1 requested a review from a team as a code owner January 4, 2025 06:50
@zzzk1 zzzk1 requested a review from joe-elliott January 4, 2025 06:50
@zzzk1 zzzk1 changed the title Upgrade storage integration tests: DependencyReader to v2 [WIP]Upgrade storage integration tests: DependencyReader to v2 Jan 4, 2025
@zzzk1 zzzk1 marked this pull request as draft January 4, 2025 09:12
@zzzk1 zzzk1 changed the title [WIP]Upgrade storage integration tests: DependencyReader to v2 Upgrade storage integration tests: DependencyReader to v2 Jan 4, 2025
Copy link

codecov bot commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.29%. Comparing base (15a83a7) to head (b272565).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6477      +/-   ##
==========================================
+ Coverage   96.27%   96.29%   +0.01%     
==========================================
  Files         372      372              
  Lines       21282    21282              
==========================================
+ Hits        20490    20493       +3     
+ Misses        605      603       -2     
+ Partials      187      186       -1     
Flag Coverage Δ
badger_v1 10.67% <ø> (ø)
badger_v2 2.78% <ø> (ø)
cassandra-4.x-v1-manual 16.57% <ø> (+0.05%) ⬆️
cassandra-4.x-v2-auto 2.71% <ø> (ø)
cassandra-4.x-v2-manual 2.71% <ø> (ø)
cassandra-5.x-v1-manual 16.57% <ø> (+0.05%) ⬆️
cassandra-5.x-v2-auto 2.71% <ø> (ø)
cassandra-5.x-v2-manual 2.71% <ø> (ø)
elasticsearch-6.x-v1 20.23% <ø> (+0.05%) ⬆️
elasticsearch-7.x-v1 20.31% <ø> (+0.06%) ⬆️
elasticsearch-8.x-v1 20.47% <ø> (+0.05%) ⬆️
elasticsearch-8.x-v2 2.78% <ø> (+<0.01%) ⬆️
grpc_v1 12.31% <ø> (ø)
grpc_v2 9.09% <ø> (ø)
kafka-3.x-v1 10.35% <ø> (ø)
kafka-3.x-v2 2.78% <ø> (ø)
memory_v2 2.78% <ø> (ø)
opensearch-1.x-v1 20.36% <ø> (+0.06%) ⬆️
opensearch-2.x-v1 20.36% <ø> (+0.06%) ⬆️
opensearch-2.x-v2 2.77% <ø> (-0.01%) ⬇️
tailsampling-processor 0.51% <ø> (ø)
unittests 95.16% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zzzk1 zzzk1 force-pushed the DependencyReader-v2 branch from 00a1398 to 7b7d69d Compare January 4, 2025 14:17
@yurishkuro yurishkuro added the changelog:ci Change related to continuous integration / testing label Jan 4, 2025
@zzzk1 zzzk1 force-pushed the DependencyReader-v2 branch 2 times, most recently from 7b500e1 to 0ac707b Compare January 5, 2025 11:18
@zzzk1 zzzk1 force-pushed the DependencyReader-v2 branch from 8b9ca78 to 5010140 Compare January 5, 2025 11:54
@zzzk1 zzzk1 marked this pull request as ready for review January 5, 2025 12:15
@yurishkuro yurishkuro enabled auto-merge (squash) January 5, 2025 15:18
Signed-off-by: zzzk1 <[email protected]>
auto-merge was automatically disabled January 6, 2025 08:34

Head branch was pushed to by a user without write access

@yurishkuro yurishkuro enabled auto-merge (squash) January 6, 2025 19:55
@yurishkuro yurishkuro merged commit 10af185 into jaegertracing:main Jan 6, 2025
54 checks passed
adityachopra29 pushed a commit to adityachopra29/jaeger that referenced this pull request Jan 9, 2025
…acing#6477)

## Which problem is this PR solving?
- Subtask of jaegertracing#6366

## Description of the changes
- use `/storage_v2/depstore.Reader` replaces
`/storage/dependencystore.Reader`

## How was this change tested?
-

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `npm run lint` and `npm run test`

---------

Signed-off-by: zzzk1 <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants