Frank Natividad
Frank Natividad
Blocked until storage directory is no longer frozen.
We created a separate kokoro job to run continous build on branch storage-refactor; however it required making a change to the continuous.sh(#6443) build script which must be reverted before merging...
Storage Go doesn't allow setting `AgeInDays=0` after discussing with @tritone. This PR is the agreed upon path to support `Age=0` in OLM conditions. It also notes that other int fields...
Once the autogen breaking change is made to make Age in OLM conditions from `int64` to `*int64` we should revert changes made in https://github.com/googleapis/google-cloud-go/pull/6230
**Client** e.g. Storage The implementation of OLM conversion from manual to gRPC might be accidentally sending zero values if at least one condition is set in an OLM rule. Code...
## In which file did you encounter the issue? https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/firestore/cloud-client/snippets_test.py ## Describe the issue Tests aren't self contained and also not being verified for correctness. At the moment, tests only...
In MacOS Monterey 12.4, `python` is [no longer a command](https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes) that's installed by default; only `python3`. When building MySQL through rules_foreign_cc, I get a `python not found` based on this...
**What component of `google-cloud-cpp` is this feature request for?** `google/cloud/storage` **Is your feature request related to a problem? Please describe.** GCS Use Case: Customers do not want to download and...
**What language does this apply to?** Java protobuf **Describe the problem you are trying to solve.** java-storage found significant byte[] allocations, which caused significant memory bloat, coming from protobuf response...
**Is your feature request related to a problem? Please describe.** In Exponential Retry Strategy, Jitter is used to prevent from several clients retrying at the same time. However, the [existing...