Uh oh!
There was an error while loading. Please reload this page.
chore: regenerate google-cloud-bigtable - #17722
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the delete_rows helper in the system tests to chunk row deletions into batches of 5,000. This prevents hitting the 4MB gRPC payload limit and avoids transient network timeouts. Additionally, the gRPC stream is now consumed to guarantee execution. The review feedback suggests converting self.rows to a list before slicing to avoid potential TypeErrors with non-sequence iterables, and checking the status of each entry in the stream response instead of silently ignoring them to prevent masking deletion failures.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This PR also includes the fixes from #17707
Closes#17719
Closes#17707
Fixes#17709