BigQuery Storage: Add more in-depth system tests covering all data formats and field data types #8983
Labels
api: bigquerystorage
Issues related to the BigQuery Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Simple functional tests
Many of these tests can be implemented using a pre-created sample table if appropriate -- tests a, b, and c use the Shakespeare samples table in our internal tests, for example.
Long-running tests
Open a set of streams in parallel and read the full contents of a large table -- our google3 internal equivalent uses the Wikipedia sample table (which is about 35GB in size) and runs for between 10 and 20 minutes. This test should detect issues with long-running streams and, over time, should eventually add coverage for transparent stream resumption in Java and Python.[swast] I don't think we want to block client presubmits with a 10-to-20 minute system test. I'll work with @shollyman and the backend team to figure out a more appropriate home for these long-running tests.This was originally filed internally as bug 133243219.
The text was updated successfully, but these errors were encountered: