Skip to content
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

runtime: no longer using runtime singleton #20337

Merged
merged 3 commits into from
Mar 17, 2022

Conversation

alyssawilk
Copy link
Contributor

@alyssawilk alyssawilk commented Mar 14, 2022

This PR has a pretty high chance of CI breaking post-submit, as anyone else who references global runtime will have clean merges, but have their tests fail.

Risk Level: Low for upstream Envoy, high of downstream test breakages.
Testing: n/a
Docs Changes: n/a
Release Notes: inline
Actually fixes #19847

@repokitteh-read-only
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #20337 was opened by alyssawilk.

see: more, trace.

@alyssawilk alyssawilk force-pushed the runtime_followup branch 2 times, most recently from 9bfad05 to e61753c Compare March 15, 2022 13:34
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk alyssawilk marked this pull request as ready for review March 15, 2022 15:25
@mattklein123
Copy link
Member

Check CI?

/wait

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@daixiang0
Copy link
Member

CodeQL is not related to code changes, it is a network issue.

Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alyssawilk alyssawilk merged commit 1a1373f into envoyproxy:main Mar 17, 2022
KBaichoo added a commit to KBaichoo/envoy that referenced this pull request Mar 18, 2022
Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
ravenblackx pushed a commit to ravenblackx/envoy that referenced this pull request Jun 8, 2022
This PR has a pretty high chance of CI breaking post-submit, as anyone else who references global runtime will have clean merges, but have their tests fail.

Risk Level: Low for upstream Envoy, high of downstream test breakages.
Testing: n/a
Docs Changes: n/a
Release Notes: inline
Actually fixes envoyproxy#19847

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@alyssawilk alyssawilk deleted the runtime_followup branch March 20, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove global runtime: rebase runtime features on ABSL_flags
3 participants