-
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
Separate all-in-one integration tests for v1 and v2 #4968
Conversation
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4968 +/- ##
==========================================
+ Coverage 95.58% 95.60% +0.02%
==========================================
Files 317 317
Lines 18689 18689
==========================================
+ Hits 17863 17868 +5
+ Misses 663 659 -4
+ Partials 163 162 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
t.Run("createTrace", createTrace) | ||
t.Run("getAPITrace", getAPITrace) | ||
t.Run("getSamplingStrategy", getSamplingStrategy) | ||
t.Run("getServicesAPIV3", getServicesAPIV3) | ||
} | ||
|
||
func healthCheck(t *testing.T) { |
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.
moved two methods from below to match the order of calls from the test above
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.
lgtm! Nice to have these split out for the future. Should speed up the CI as well.
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Which problem is this PR solving?
Description of the changes
cmd/jaeger/internal/all-in-one/
packageHow was this change tested?