Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update dependencies. #613

Merged
merged 1 commit into from
Apr 13, 2017
Merged

Auto-update dependencies. #613

merged 1 commit into from
Apr 13, 2017

Conversation

dpebot
Copy link
Contributor

@dpebot dpebot commented Apr 13, 2017

Brought to you by your friendly Repository Gardener.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 13, 2017
@lesv
Copy link
Contributor

lesv commented Apr 13, 2017

Running com.google.datastore.snippets.ConceptsTest
Apr 13, 2017 3:30:57 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Apr 13, 2017 3:30:57 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected non-HTTP/2 connection.
Apr 13, 2017 3:30:57 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Apr 13, 2017 3:30:59 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected HTTP/2 connection.
Apr 13, 2017 3:30:59 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Exception when handling request: INVALID_ARGUMENT: The first sort property must be the same as the property to which the inequality filter is applied.  In your query the first sort property is created but the inequality filter is on priority
Apr 13, 2017 3:31:00 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Exception when handling request: INVALID_ARGUMENT: Only one inequality filter per query is supported.  Encountered both created and priority
Tests run: 59, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.721 sec <<< FAILURE! - in com.google.datastore.snippets.ConceptsTest
com.google.datastore.snippets.ConceptsTest  Time elapsed: 0.077 sec  <<< ERROR!
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704)
	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:789)
	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
	at com.google.cloud.testing.BaseEmulatorHelper.sendPostRequest(BaseEmulatorHelper.java:203)
	at com.google.cloud.datastore.testing.LocalDatastoreHelper.stop(LocalDatastoreHelper.java:202)
	at com.google.datastore.snippets.ConceptsTest.afterClass(ConceptsTest.java:139)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)


Results :

Tests in error: 
  ConceptsTest.afterClass:139 » Socket Connection reset

Tests run: 59, Failures: 0, Errors: 1, Skipped: 0

@lesv
Copy link
Contributor

lesv commented Apr 13, 2017

Datastore wasn't changed. Something did. Something is not very robust.

@codecov-io
Copy link

Codecov Report

Merging #613 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #613   +/-   ##
=========================================
  Coverage     50.51%   50.51%           
  Complexity      211      211           
=========================================
  Files            78       78           
  Lines          2409     2409           
  Branches        149      149           
=========================================
  Hits           1217     1217           
  Misses         1155     1155           
  Partials         37       37

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2319947...8f46122. Read the comment docs.

@lesv
Copy link
Contributor

lesv commented Apr 13, 2017

Flaky Datastore tests??

@lesv lesv merged commit 153a89e into master Apr 13, 2017
@lesv lesv deleted the dpebot-repositorygardener branch April 13, 2017 22:55
bourgeoisor pushed a commit that referenced this pull request Nov 11, 2022
…9.0 (#613)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) | `20.8.0` -> `20.9.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/20.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/20.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/20.9.0/compatibility-slim/20.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/20.9.0/confidence-slim/20.8.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dataproc).
Sita04 pushed a commit that referenced this pull request Nov 11, 2022
…3.0 (#613)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/GoogleCloudPlatform/cloud-opensource-java)) | `24.2.0` -> `24.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/compatibility-slim/24.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/confidence-slim/24.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-webrisk).
Shabirmean pushed a commit that referenced this pull request Nov 15, 2022
…-ai to v2.1.0 (#613)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-document-ai](https://github.com/googleapis/java-document-ai) | `2.0.3` -> `2.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/compatibility-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/confidence-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-document-ai</summary>

### [`v2.1.0`](https://github.com/googleapis/java-document-ai/blob/master/CHANGELOG.md#&#8203;210-httpswwwgithubcomgoogleapisjava-document-aicomparev203v210-2021-09-01)

[Compare Source](https://github.com/googleapis/java-document-ai/compare/v2.0.3...v2.1.0)

##### Features

-   Remove use of deprecated gradle command in java README ([#&#8203;1196](https://www.github.com/googleapis/java-document-ai/issues/1196)) ([#&#8203;607](https://www.github.com/googleapis/java-document-ai/issues/607)) ([95cb397](https://www.github.com/googleapis/java-document-ai/commit/95cb397a9fd80014304cedb89bff56e4abe2fc80))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#&#8203;610](https://www.github.com/googleapis/java-document-ai/issues/610)) ([7c8037d](https://www.github.com/googleapis/java-document-ai/commit/7c8037d54d18fed262f2a19d5b5b2796a8f9862d))
-   update dependency com.google.cloud:google-cloud-storage to v2.1.0 ([#&#8203;603](https://www.github.com/googleapis/java-document-ai/issues/603)) ([dafaf0e](https://www.github.com/googleapis/java-document-ai/commit/dafaf0eb76783e3b3be24d461f697fc6441a0f88))

##### [2.0.3](https://www.github.com/googleapis/java-document-ai/compare/v2.0.2...v2.0.3) (2021-08-24)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#&#8203;597](https://www.github.com/googleapis/java-document-ai/issues/597)) ([e23cfe7](https://www.github.com/googleapis/java-document-ai/commit/e23cfe7317ed6a31d56d8719ab20c1c6922da315))

##### [2.0.2](https://www.github.com/googleapis/java-document-ai/compare/v2.0.1...v2.0.2) (2021-08-19)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-storage to v2.0.2 ([#&#8203;594](https://www.github.com/googleapis/java-document-ai/issues/594)) ([dc51e3b](https://www.github.com/googleapis/java-document-ai/commit/dc51e3bc16736c9bf2fbeb1595a2627c4d982fe2))

##### [2.0.1](https://www.github.com/googleapis/java-document-ai/compare/v2.0.0...v2.0.1) (2021-08-12)

##### Bug Fixes

-   Update DocumentUnderstandingService default_host in v1beta2 from a regional endpoint, to non-regional ([#&#8203;584](https://www.github.com/googleapis/java-document-ai/issues/584)) ([aeb841e](https://www.github.com/googleapis/java-document-ai/commit/aeb841e24c5934a3d4eafad54d2041ab4f8b1d5a))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#&#8203;583](https://www.github.com/googleapis/java-document-ai/issues/583)) ([116d929](https://www.github.com/googleapis/java-document-ai/commit/116d929277e1727ef6df9d373dfc4a1eb4661617))
-   update dependency com.google.cloud:google-cloud-storage to v2.0.1 ([#&#8203;585](https://www.github.com/googleapis/java-document-ai/issues/585)) ([fbb2f87](https://www.github.com/googleapis/java-document-ai/commit/fbb2f87252ac22e642ceb365b1eb5b2d03160fbe))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-document-ai).
Shabirmean pushed a commit that referenced this pull request Nov 15, 2022
…-ai to v2.1.0 (#613)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-document-ai](https://github.com/googleapis/java-document-ai) | `2.0.3` -> `2.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/compatibility-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/2.1.0/confidence-slim/2.0.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-document-ai</summary>

### [`v2.1.0`](https://github.com/googleapis/java-document-ai/blob/master/CHANGELOG.md#&#8203;210-httpswwwgithubcomgoogleapisjava-document-aicomparev203v210-2021-09-01)

[Compare Source](https://github.com/googleapis/java-document-ai/compare/v2.0.3...v2.1.0)

##### Features

-   Remove use of deprecated gradle command in java README ([#&#8203;1196](https://www.github.com/googleapis/java-document-ai/issues/1196)) ([#&#8203;607](https://www.github.com/googleapis/java-document-ai/issues/607)) ([95cb397](https://www.github.com/googleapis/java-document-ai/commit/95cb397a9fd80014304cedb89bff56e4abe2fc80))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#&#8203;610](https://www.github.com/googleapis/java-document-ai/issues/610)) ([7c8037d](https://www.github.com/googleapis/java-document-ai/commit/7c8037d54d18fed262f2a19d5b5b2796a8f9862d))
-   update dependency com.google.cloud:google-cloud-storage to v2.1.0 ([#&#8203;603](https://www.github.com/googleapis/java-document-ai/issues/603)) ([dafaf0e](https://www.github.com/googleapis/java-document-ai/commit/dafaf0eb76783e3b3be24d461f697fc6441a0f88))

##### [2.0.3](https://www.github.com/googleapis/java-document-ai/compare/v2.0.2...v2.0.3) (2021-08-24)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 ([#&#8203;597](https://www.github.com/googleapis/java-document-ai/issues/597)) ([e23cfe7](https://www.github.com/googleapis/java-document-ai/commit/e23cfe7317ed6a31d56d8719ab20c1c6922da315))

##### [2.0.2](https://www.github.com/googleapis/java-document-ai/compare/v2.0.1...v2.0.2) (2021-08-19)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-storage to v2.0.2 ([#&#8203;594](https://www.github.com/googleapis/java-document-ai/issues/594)) ([dc51e3b](https://www.github.com/googleapis/java-document-ai/commit/dc51e3bc16736c9bf2fbeb1595a2627c4d982fe2))

##### [2.0.1](https://www.github.com/googleapis/java-document-ai/compare/v2.0.0...v2.0.1) (2021-08-12)

##### Bug Fixes

-   Update DocumentUnderstandingService default_host in v1beta2 from a regional endpoint, to non-regional ([#&#8203;584](https://www.github.com/googleapis/java-document-ai/issues/584)) ([aeb841e](https://www.github.com/googleapis/java-document-ai/commit/aeb841e24c5934a3d4eafad54d2041ab4f8b1d5a))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#&#8203;583](https://www.github.com/googleapis/java-document-ai/issues/583)) ([116d929](https://www.github.com/googleapis/java-document-ai/commit/116d929277e1727ef6df9d373dfc4a1eb4661617))
-   update dependency com.google.cloud:google-cloud-storage to v2.0.1 ([#&#8203;585](https://www.github.com/googleapis/java-document-ai/issues/585)) ([fbb2f87](https://www.github.com/googleapis/java-document-ai/commit/fbb2f87252ac22e642ceb365b1eb5b2d03160fbe))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-document-ai).
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