FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Cloud Spanner DML & PartitionedDML support by chingor13 · Pull Request #3755 · googleapis/google-cloud-java · GitHub

Cloud Spanner DML & PartitionedDML support - #3755

Merged
chingor13 merged 1 commit into
googleapis:masterfrom
chingor13:spanner-dml
Oct 2, 2018
Merged

Cloud Spanner DML & PartitionedDML support#3755
chingor13 merged 1 commit into
googleapis:masterfrom
chingor13:spanner-dml

Conversation

Copy link
Copy Markdown
Contributor

Now ready to release this feature.

This reverts commit 3c9bbf2.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 1, 2018

Copy link
Copy Markdown
Contributor

Will need to wait until BE rollout is complete.
I will approve this CL as soon as it is ready.

chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 1, 2018
kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 1, 2018
chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 1, 2018
kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 1, 2018
snehashah16 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2018
kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2018
chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2018
kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 2, 2018

Copy link
Copy Markdown
Contributor

LGTM, please merge and release version.

chingor13 merged commit 65ca2f3 into googleapis:master Oct 2, 2018
chingor13 deleted the spanner-dml branch October 2, 2018 13:46
chingor13 mentioned this pull request Oct 2, 2018
snehashah16 added a commit that referenced this pull request Oct 5, 2018
Revert "Revert "Revert "Revert "Cloud Spanner DML & PartitionedDML support (#3703)" (#3741)" (#3755)" (#3761)"

This reverts commit 68f38e1.
chingor13 pushed a commit that referenced this pull request Oct 5, 2018
* Launch Cloud Spanner DML & PartitionedDML support
Revert "Revert "Revert "Revert "Cloud Spanner DML & PartitionedDML support (#3703)" (#3741)" (#3755)" (#3761)"

This reverts commit 68f38e1.

* Cloud Spanner - Bug fix for seqNo, fix javadoc errors
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
Fixes error from
https://fusion2.corp.google.com/invocations/e3010c7e-ee63-4a12-ae04-e2dae7766bbe/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fjava-storage%2Fpresubmit%2Fgraalvm-native-a/log

This is due to the name of the jobs not matching what was submitted in
cl/750211040

```
[09:45:52 PDT] Job config validated!
[09:45:52 PDT] Resolving Github Scm Revision State
[09:45:56 PDT] Running git -c core.hooksPath=/dev/null clone https://github.com/googleapis/java-storage.git /tmp/workspace/workspace/src/github/java-storage
[09:45:57 PDT] Fetching GitHub java-storage@PR#3050.  This code is considered not submitted as it's coming from a pull request.
[09:45:57 PDT] Running git -c core.hooksPath=/dev/null fetch origin pull/3050/merge:pull_branch
[09:45:58 PDT] Running git -c core.hooksPath=/dev/null checkout pull_branch --
[09:45:58 PDT] Running git -c core.hooksPath=/dev/null rev-parse --verify HEAD
[09:45:58 PDT][ERROR] Build failed due to an error
com.google.devtools.kokoro.controller.UserException: An error happened while reading and parsing the build config
	at com.google.devtools.kokoro.jenkins.plugin.executor.BuilderStepsProvider.provide(BuilderStepsProvider.java:55)
	at com.google.devtools.kokoro.controller.build.PipelineBuildExecutor.runPipeline(PipelineBuildExecutor.java:92)
	at com.google.devtools.kokoro.controller.build.PipelineBuildExecutor.lambda$start$0(PipelineBuildExecutor.java:67)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.google.devtools.kokoro.controller.UserException: APPLICATION_ERROR;devtools.kokoro.executor.proto/KokoroExecutorWorker.ReadBuildConfig;no file found at path 'src/github/java-storage/.kokoro/presubmit/graalvm-native-a' or with allowed extensions invalid argument;AppErrorCode=3;StartTimeMs=1745340358647;tcp;Deadline(sec)=300.0;ResFormat=uncompressed;interceptors={[com.google.frameworks.debug.sherlog.core.rpcutil.Stubby3ClientInterceptor];overrides={}};ServerTimeSec=5.21036E-4;LogBytes=256;FailFast;EffSecLevel=none;ReqFormat=uncompressed;ReqID=3534e3e8629380d4;GlobalID=0;Server=[2002:a4f:c6c1:0:b0:422:a3e6:c419]:14001
	at com.google.devtools.kokoro.jenkins.shared.worker.ExecutorHelperClient.mapRpcException(ExecutorHelperClient.java:638)
	at com.google.devtools.kokoro.jenkins.shared.worker.ExecutorHelperClient.readBuildConfig(ExecutorHelperClient.java:529)
	at com.google.devtools.kokoro.jenkins.plugin.kokorojob.store.ConfigStore.getKokoroBuildConfigFromScm(ConfigStore.java:124)
	at com.google.devtools.kokoro.jenkins.plugin.kokorojob.store.ConfigStore.getKokoroBuildConfig(ConfigStore.java:93)
	at com.google.devtools.kokoro.jenkins.plugin.executor.BuilderStepsProvider.provide(BuilderStepsProvider.java:45)
	... 6 more
```
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>2.56.1</summary>

##
[2.56.1](googleapis/sdk-platform-java@v2.56.0...v2.56.1)
(2025-04-23)


### Bug Fixes

* match graalvm job names with internal configs
([#3755](googleapis/sdk-platform-java#3755))
([c71e4b4](googleapis/sdk-platform-java@c71e4b4))
* use java 17 in samples.yaml
([#3754](googleapis/sdk-platform-java#3754))
([a2ea406](googleapis/sdk-platform-java@a2ea406))
* use spotify formatter in hermetic build templates
([#3752](googleapis/sdk-platform-java#3752))
([9680ed0](googleapis/sdk-platform-java@9680ed0))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Diego Alonso Marquez Palacios <diegomarquezp@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL