ci: run fork PR #19864 through CI [DO NOT MERGE] - #19882
Draft
dubloom wants to merge 3 commits into
Draft
Conversation
Ray 2.58 passes interceptors=None when it constructs an internal async gRPC server without authentication. The tracing wrappers previously tried to convert that value to a tuple and failed before server startup. Normalize missing, empty, and None interceptor values to the Datadog interceptor tuple while preserving Datadog-first ordering for non-empty user interceptors.
Contributor
🎉 All green!🧪 All tests passed 🔗 Commit SHA: c078a9c | Docs | View more details | Give us feedback! |
Codeowners resolved asResolved from the full PR diff against |
Dependency direction analysis
|
Circular import analysis
|
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.
Description
CI-only shadow PR for external contribution #19864 at exact head SHA
c078a9c78f115d6605ba5c2f4ea715eab5524801.DO NOT MERGE. This shadow PR exists only to run CI. The original external contribution remains the PR to merge.
Testing
Runs the full required CI, including GitLab and System Tests, from a repository-owned branch.
Risks
This moves the external contribution into a trusted CI context. The complete four-file contribution diff and the latest merge from trusted
mainwere reviewed before mirroring; there are no contribution changes to workflows, builds, dependencies, credentials, permissions, or artifact uploads.Additional Notes
After CI passes, verify that the original PR head still matches this SHA, merge the original PR, then close this shadow PR without merging and delete this branch.