| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| from . import _harness | ||
|
|
||
| _FLAGS = ["--project", "p", "--instance", "i"] |
There was a problem hiding this comment.
add a --app-profile flag.
Sorry, something went wrong.
There was a problem hiding this comment.
Added --app-profile ap to _FLAGS (commit b5dd75d). Placeholder value consistent with the existing p/i project/instance placeholders, since these fault-injection tests drive broken stand-in binaries and never reach a real backend. --app-profile matches the real flag the client emits in _async/client.py.
Sorry, something went wrong.
…re tests Change-Id: I218d3f4ef8061b8af41ec9961f9e4bde7e2eddf7
Change-Id: I61f662a3da07fa280e620368ecf4da3b6935eb27
| Back | FazBrowse Home | New Git URL |
Adds accelerator error-handling tests for the real shipped path:
Adds test_accelerator_fallback (unit) driving the real _fallback.py with real gRPC status codes to cover UNIMPLEMENTED-driven fallback and the consecutive-failure breaker, which can't be induced against a live backend.
Part of the accelerator test stack. Stacked on top of #8.