feat: Handle StatusRuntimeException in CbtTestProxy, increase inbound message / metadata size by alexoneill · Pull Request #2763 · googleapis/java-bigtable
Navigation Menu
{{ message }}
googleapis / java-bigtable Public
- Notifications You must be signed in to change notification settings
- Fork 105
Comments
Merged
Conversation
Copy link
Contributor
Noticed some issues with TestProxy when running tests:
- Some tests trigger RPC errors, we don't seem to wrap those well
- Some tests send large payloads, we have a restrictive (4MB) default limit
alexoneill
requested a review
from a team
as a code owner
alexoneill
requested a review
from a team
product-auto-label
bot
added
size: m
labels
Jan 29, 2026mutianf reviewed Jan 29, 2026
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java
Outdated
Show resolved
Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java Outdated Show resolved Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java
Show resolved
Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java Show resolved Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java
Show resolved
Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java Show resolved Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java
Outdated
Show resolved
Hide resolved
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java Outdated Show resolved Hide resolved
alexoneill added 4 commits
January 29, 2026 16:12mutianf approved these changes Jan 30, 2026
alexoneill added 3 commits
January 30, 2026 11:37
alexoneill
changed the title
feat: Handle StatusRuntimeException in CbtTestProxy
feat: Handle StatusRuntimeException in CbtTestProxy, increase inbound message / metadata size
alexoneill
requested a review
from mutianf
mutianf approved these changes Jan 30, 2026
mutianf approved these changes Jan 30, 2026
alexoneill added 2 commits
January 30, 2026 17:32mutianf approved these changes Jan 30, 2026
release-please
bot
mentioned this pull request
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