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

Add tests for anonymizer/app/query. #5638

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

shanukun
Copy link
Contributor

@shanukun shanukun commented Jun 16, 2024

Which problem is this PR solving?

Description of the changes

  • This commit adds tests for the cmd/anonymizer/app/query package.

How was this change tested?

  • go test ./cmd/anonymizer/app/query -v -cover (85.7%)

Checklist

Signed-off-by: Pratham <prathms007@gmail.com>
@shanukun shanukun requested a review from a team as a code owner June 16, 2024 15:21
@shanukun shanukun requested a review from albertteoh June 16, 2024 15:21
cmd/anonymizer/app/query/query_test.go Outdated Show resolved Hide resolved
cmd/anonymizer/app/query/query_test.go Outdated Show resolved Hide resolved
cmd/anonymizer/app/query/query_test.go Outdated Show resolved Hide resolved
Signed-off-by: Pratham <prathms007@gmail.com>
Signed-off-by: Pratham <prathms007@gmail.com>
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@yurishkuro yurishkuro added the changelog:ci Change related to continuous integration / testing label Jun 17, 2024
@yurishkuro yurishkuro enabled auto-merge (squash) June 17, 2024 18:53
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.33%. Comparing base (d8185ac) to head (3536b5e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5638      +/-   ##
==========================================
+ Coverage   96.20%   96.33%   +0.13%     
==========================================
  Files         327      327              
  Lines       16014    16016       +2     
==========================================
+ Hits        15406    15429      +23     
+ Misses        432      408      -24     
- Partials      176      179       +3     
Flag Coverage Δ
badger_v1 8.05% <ø> (ø)
badger_v2 1.93% <ø> (ø)
cassandra-3.x-v1 16.45% <ø> (ø)
cassandra-3.x-v2 1.85% <ø> (ø)
cassandra-4.x-v1 16.45% <ø> (ø)
cassandra-4.x-v2 1.85% <ø> (ø)
elasticsearch-7.x-v1 18.88% <ø> (-0.02%) ⬇️
elasticsearch-8.x-v1 19.09% <ø> (+0.01%) ⬆️
elasticsearch-8.x-v2 19.07% <ø> (-0.02%) ⬇️
grpc_v1 9.48% <ø> (ø)
grpc_v2 7.53% <ø> (ø)
kafka 9.77% <ø> (ø)
opensearch-1.x-v1 18.94% <ø> (+0.01%) ⬆️
opensearch-2.x-v1 18.93% <ø> (ø)
opensearch-2.x-v2 18.93% <ø> (-0.02%) ⬇️
unittests 94.21% <100.00%> (+0.13%) ⬆️

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.

@yurishkuro yurishkuro merged commit 60c2efb into jaegertracing:main Jun 17, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:ci Change related to continuous integration / testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants