forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate all-in-one integration tests for v1 and v2 (jaegertracing#4968)
## Which problem is this PR solving? - Turns out integration test for jaeger-v2 was never working correctly because v1 all-in-one was still running and tests were succeeding against that ## Description of the changes - build-all-in-one workflow - Skip into two jobs to avoid cross interference - DRY by using PR_ONLY variable - all-in-one.go test - Replace build tag with a check for env var, to allow the test to compile in the IDE - Allow skipping sampling strategy test which is not working yet in v2 - remove unused `cmd/jaeger/internal/all-in-one/` package - use our standard Tracer constructor to pass a tracer to query-service in v2 (OTEL-coll doesn't support internal tracer yet) ## How was this change tested? - CI --------- Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
4096fe9
commit 076cd87
Showing
10 changed files
with
118 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
main is not testable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.