chore: upgrade OpenTelemetry dependencies#9736
Merged
Conversation
4483b00 to
0bb6038
Compare
0bb6038 to
1e45f9d
Compare
Jorropo
added a commit
that referenced
this pull request
Mar 23, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 25, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 27, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 28, 2023
Jorropo
added a commit
that referenced
this pull request
Mar 29, 2023
guseggert
pushed a commit
that referenced
this pull request
Mar 29, 2023
Contributor
|
Included in f592db7 |
Contributor
|
Actually this have other than |
1e45f9d to
606cca0
Compare
606cca0 to
eaf6b2b
Compare
This is so that by default, you can run tests without having to set up any of these things and without having to set env vars on the test runner. This makes it easier to run the CLI tests in your IDE without having to setup special env vars to skip the Docker, plugin, and fuse tests.
eaf6b2b to
587506f
Compare
hacdias
approved these changes
Apr 5, 2023
Member
hacdias
left a comment
There was a problem hiding this comment.
LGTM. Rebased and waiting for ✅
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This also moves the test to Go and changes all the "special feature" env vars that have special dependency/build requirements (Docker, Fuse, plugins) to be opt-in, so that tests work by default when you run "go test".
Resolves #9677, #9676, #9675