test(bigtable): add accelerator error-handling and daemon start-failure tests - #9
Open
mutianf wants to merge 2 commits into
Open
test(bigtable): add accelerator error-handling and daemon start-failure tests#9mutianf wants to merge 2 commits into
mutianf wants to merge 2 commits into
Conversation
mutianf
force-pushed
the
accel-09-error-handling-tests
branch
from
August 11, 2026 14:07
31b01fc to
3275037
Compare
mutianf
force-pushed
the
accel-09-error-handling-tests
branch
2 times, most recently
from
August 12, 2026 14:07
e0ac9d7 to
55fa976
Compare
mutianf
commented
Aug 12, 2026
|
|
||
| from . import _harness | ||
|
|
||
| _FLAGS = ["--project", "p", "--instance", "i"] |
Owner
Author
There was a problem hiding this comment.
add a --app-profile flag.
Owner
Author
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.
mutianf
force-pushed
the
accel-09-error-handling-tests
branch
from
August 12, 2026 18:56
b5dd75d to
88db874
Compare
…re tests Change-Id: I218d3f4ef8061b8af41ec9961f9e4bde7e2eddf7
Change-Id: I61f662a3da07fa280e620368ecf4da3b6935eb27
mutianf
force-pushed
the
accel-09-error-handling-tests
branch
from
August 12, 2026 19:04
88db874 to
16aa4e5
Compare
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.
Adds accelerator error-handling tests for the real shipped path:
operation_timeoutis enforced as the accelerator RPC deadline; defaults match the native client.Adds
test_accelerator_fallback(unit) driving the real_fallback.pywith real gRPC status codes to coverUNIMPLEMENTED-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.