-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
chore: upgrade OpenTelemetry dependencies #9736
Merged
Merged
Conversation
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
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
Included in f592db7 |
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
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. Rebased and waiting for ✅
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