-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
mobile: Add an RTDS integration test with dfp_mixed_scheme #31364
mobile: Add an RTDS integration test with dfp_mixed_scheme #31364
Conversation
Signed-off-by: Ali Beyad <[email protected]>
ah - conflict - i saw the pr failing request and was worried - i can add some fail handling for that - but i think all good |
Signed-off-by: Ali Beyad <[email protected]>
Looks like a real test failure? https://github.com/envoyproxy/envoy/actions/runs/7201881774/job/19618907200 |
yep it is, I was debugging this and found another issue that needs fixing. |
/wait |
Signed-off-by: Ali Beyad <[email protected]>
Signed-off-by: Ali Beyad <[email protected]>
As part of this change, a new test Runtime was added:
TestScopedStaticReloadableFeaturesRuntime
.It should be used in build environments, like Envoy Mobile, where the admin layer is not available (which
is required by TestScopedRuntime).