Skip to content

Conversation

@elharo
Copy link
Contributor

@elharo elharo commented Apr 25, 2019

@elharo elharo requested a review from a team as a code owner April 25, 2019 12:40
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 25, 2019
@sduskis sduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 25, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 25, 2019
<http-client-bom.version>1.29.0</http-client-bom.version>
<oauth-client.version>1.28.0</oauth-client.version>
<protobuf.version>3.7.0</protobuf.version>
<protobuf.version>3.7.1</protobuf.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting.. grpc is still on 3.6.1 as of their 1.19.0 release. grpc 1.20.0 upgraded protobuf to 3.7.1. I think that we ought to upgrade grpc as well, and probably opencensus to 0.19.2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that makes sense. Not sure any of this is going to work though. There's a dependency-convergence error in google-cloud-core. Probably have to push api-common 1.8.1 and try again to fix that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.8.1 is out for api-common-java

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgraded to 1.8.1; testing now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ERROR] Errors:
[ERROR] com.google.cloud.datastore.DatastoreTest.com.google.cloud.datastore.DatastoreTest
[ERROR] Run 1: DatastoreTest.beforeClass:157 » IllegalArgument Invalid version format
[ERROR] Run 2: DatastoreTest.afterClass:179 » Connect Connection refused (Connection refused)
[INFO]
[ERROR] LocalDatastoreHelperTest.testStartStopReset:94 » IllegalArgument Invalid versi...
[INFO]
[ERROR] Tests run: 168, Failures: 0, Errors: 2, Skipped: 0
[INFO]

@elharo elharo closed this Apr 25, 2019
@elharo elharo reopened this Apr 25, 2019
@elharo elharo changed the title api-common 1.8.0 update to api-common 1.8.1 Apr 25, 2019
@codecov
Copy link

codecov bot commented Apr 25, 2019

Codecov Report

Merging #5015 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5015      +/-   ##
============================================
+ Coverage     50.32%   50.32%   +<.01%     
+ Complexity    23680    23675       -5     
============================================
  Files          2238     2238              
  Lines        226060   226063       +3     
  Branches      24955    24961       +6     
============================================
+ Hits         113769   113771       +2     
- Misses       103686   103687       +1     
  Partials       8605     8605
Impacted Files Coverage Δ Complexity Δ
...le/cloud/storage/contrib/nio/CloudStoragePath.java 75.67% <0%> (-1.18%) 51% <0%> (ø)
...om/google/cloud/logging/MonitoredResourceUtil.java 50% <0%> (-0.93%) 8% <0%> (ø)
...src/main/java/com/google/cloud/ServiceOptions.java 40.61% <0%> (-0.88%) 27% <0%> (ø)
...ud/storage/contrib/nio/testing/FakeStorageRpc.java 63.72% <0%> (+0.17%) 41% <0%> (+1%) ⬆️
...n/java/com/google/cloud/bigquery/BigQueryImpl.java 84.09% <0%> (+0.25%) 53% <0%> (+1%) ⬆️
...ain/java/com/google/cloud/pubsub/v1/Publisher.java 82.9% <0%> (+0.35%) 27% <0%> (ø) ⬇️
...ge/contrib/nio/CloudStorageFileSystemProvider.java 61.73% <0%> (+0.46%) 71% <0%> (+1%) ⬆️

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 e67fd01...34bb3c9. Read the comment docs.

Copy link
Contributor Author

@elharo elharo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping. api-common 1.8.1 does seem to work here.

@chingor13
Copy link
Contributor

api-common 1.8.1 does seem to work here.

For convergence or for tests? It looks like CI passed for the unit tests.

Copy link
Contributor Author

@elharo elharo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It passes as much convergence as google-cloud-java checks, which 1.8.0 didn't do. Also passes unit tests.

@chingor13
Copy link
Contributor

Oops, I misread your comment as it didn't pass.

@chingor13 chingor13 merged commit ac0084f into master Apr 26, 2019
@chingor13 chingor13 deleted the elharo-patch-3 branch April 26, 2019 18:37
@JesseLovelace JesseLovelace mentioned this pull request May 1, 2019
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.

6 participants