Conversation
ashutoshcp
commented
Jan 6, 2018
- typo fix
- made values as variable
- used simpler method for string concat
- assert, so that NPE can be avoided
2. made values as variable 3. used simpler method for string concat 4. assert, so that NPE can be avoided
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
|
@ashu01 This seems to fail For context, retry delay is the amount to time to sleep between retries, so it's not the same as connection time out. The rest of the PR looks good to me. @garrettjonesgoogle PTAL. |
|
sure, will do this by tomorrow.
…On Jan 29, 2018 10:47 AM, "Michael Darakananda" ***@***.***> wrote:
@ashu01 <https://github.com/ashu01> This seems to fail
RemoteBigQueryHelperTest. I think this PR changes maxRetryDelay from 30
to 60 seconds. Could you edit this?
The rest of the PR looks good to me. @garrettjonesgoogle
<https://github.com/garrettjonesgoogle> PTAL.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2754 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKAEis4QGQx0pneSXiy_BSw4eAo7MMe2ks5tPVRMgaJpZM4RVRLx>
.
|
Fix #2726. `BaseSerializationTest` will not migrate to Junit 5 because downstream libraries, e.g., java-logging, are extending this class and these libraries still use Junit 4. Migrating this class to Junit 5 will cause test failures in downstream libraries.
) * feat: update OwlBot.yaml file to pull autogenerated executor code * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [6.56.0](https://togithub.com/googleapis/java-spanner/compare/v6.55.0...v6.56.0) (2024-01-05) ### Features * Add autoscaling config in the instance to support autoscaling in systests ([#2756](https://togithub.com/googleapis/java-spanner/issues/2756)) ([b0c36b5](https://togithub.com/googleapis/java-spanner/commit/b0c36b5148379f5debaf802aed3b0cca723b0a27)) * Add support for Directed Read options ([#2766](https://togithub.com/googleapis/java-spanner/issues/2766)) ([e97d4da](https://togithub.com/googleapis/java-spanner/commit/e97d4dac279b22760290e0aa4bc4816212b9ab31)) * Update OwlBot.yaml file to pull autogenerated executor code ([#2754](https://togithub.com/googleapis/java-spanner/issues/2754)) ([1093ba7](https://togithub.com/googleapis/java-spanner/commit/1093ba77658b3a592dd184284a324c0eea272851)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.21.0 ([#2772](https://togithub.com/googleapis/java-spanner/issues/2772)) ([8616fcf](https://togithub.com/googleapis/java-spanner/commit/8616fcf3c58d042520ed0dd2e6fb37cf3a9654cc)) ### Documentation * Samples and tests for auto-generated createDatabase and createInstance APIs. ([#2764](https://togithub.com/googleapis/java-spanner/issues/2764)) ([36837a4](https://togithub.com/googleapis/java-spanner/commit/36837a49b3b6e8401e956cb92f565af3fcc3e1a2)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
* feat: add samples for soft delete (objects) * seperate calls; run lint * style issues * one more lint issue * fix test issue * create test-specific bucket in restore test * format