Darren Bolduc

Results 114 issues of Darren Bolduc

https://source.cloud.google.com/results/invocations/16945296-d51b-4d03-9795-4717332b9593 ``` FATAL: bazel crashed due to an internal error. Printing stack trace: java.lang.RuntimeException: Unrecoverable error while evaluating node 'ActionLookupData{actionLookupKey=ConfiguredTargetKey{label=//google/cloud/storage:internal_grpc_client_failures_test, ... Caused by: io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT ... Caused by:...

type: cleanup
cpp: flake

https://source.cloud.google.com/results/invocations/684823bb-3a8c-41dc-9f37-4638b7980d41 gcloud fails to install. We see: ``` zlib.error: Error -3 while decompressing data: invalid stored block lengths Error: Failure while executing; `/usr/bin/env PATH=/usr/local/bin:/usr/local/sbin:/usr/local/Homebrew/Library/Homebrew/shims/scm:/usr/bin:/bin:/usr/sbin:/sbin /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh --usage-reporting false --bash-completion false --path-update...

type: cleanup
cpp: flake

Motivation: #4926 We currently call `ConfigureContext(context, internal::CurrentOptions)` in `RetryLoop`, `AsyncRetryLoop`, and the handwritten bigtable connection. If #9543 goes through, then we call it in storage too. We do not call...

type: cleanup

https://source.cloud.google.com/results/invocations/e503f1ca-d90a-4db8-95c3-ed9bb8c58539 ``` /Users/kbuilder/.pyenv/versions/3.8.3/bin/python3: can't open file '/tmpfs/kokoro_log_reader.py': [Errno 2] No such file or directory ``` This occurence was on macOS. Note that the problem has also happened on Windows: https://github.com/googleapis/google-cloud-cpp/issues/4363#issuecomment-682315087

type: cleanup
cpp: flake

This function should work in terms of `google::cloud::Status` instead of `grpc::Status`. It should also be reduced in cognitive complexity.

api: bigtable
type: cleanup

We define policy types like this: https://github.com/googleapis/google-cloud-cpp/blob/8a2efcfa34e7b476654de534312d742041ded916/google/cloud/accessapproval/access_approval_connection.h#L37-L39 This is in violation of https://github.com/googleapis/google-cloud-cpp/blob/main/doc/adr/2022-01-21-only-public-types-in-public-APIs.md There is no way to learn the interface of this type, other than by looking at the...

type: cleanup

I am not sure this thing has a point. We should remove it from our public API. The `DataClient` Data API still uses the class internally though. We should refactor...

api: bigtable
type: cleanup
next major: breaking change

We cannot currently send routing metadata for streaming writes. Mainly because we must configure the `grpc::ClientContext` before we know what the first request will be. In BigQuery, the semantics are...

type: feature request
api: bigquery

`Options`, as a class, are [pretty well documented](https://googleapis.dev/cpp/google-cloud-common/HEAD/classgoogle_1_1cloud_1_1Options.html#details). We might want to make a new doc (e.g. `doc/options.dox`) to expand on it though. We can go into more details on...

type: cleanup

* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/4de02137-cd60-4843-b80a-5a5604419a4b;tab=detail?project=cloud-cpp-testing-resources * Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/d12b9c4fb6ca5967875703422d52ff036e531ad5/fedora-35-integration-daily/log-4de02137-cd60-4843-b80a-5a5604419a4b.txt ``` //google/cloud/spanner/samples:postgresql_samples FAILED in 65.6s ... Running spanner_postgresql_add_column sample at 2022-06-19T07:15:36Z Database projects/cloud-cpp-testing-resources/instances/test-instance-14/databases/db-2022-06-19-40ajg3sx4qu538dh dropped. Duplicate column name albums.marketingbudget. ``` This might be a problem...

type: cleanup
external
samples
cpp: flake