Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@maxtomassi
Copy link

FakeStorageRpc implements a list method that returns a list of the blobs that satisfy some given conditions. The current implementation doesn't set the size of the blobs that are returned. This would cause a problem if the client calling that method expects the size to be set in the blobs (pretty likely within a unit test). This PR fixes that issue by setting the size of the blobs being returned.

@maxtomassi maxtomassi requested a review from a team as a code owner May 14, 2019 08:14
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label May 14, 2019
@maxtomassi maxtomassi force-pushed the fake-storage-set-blob-size branch from 7ede776 to fa8e2bc Compare May 14, 2019 08:20
@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels May 14, 2019
@maxtomassi maxtomassi force-pushed the fake-storage-set-blob-size branch from fa8e2bc to b9a5eca Compare May 14, 2019 08:30
@pmakani pmakani added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 15, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 15, 2019
@codecov
Copy link

codecov bot commented May 15, 2019

Codecov Report

Merging #5185 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5185      +/-   ##
============================================
+ Coverage      50.4%    50.4%   +<.01%     
- Complexity    23785    23786       +1     
============================================
  Files          2251     2251              
  Lines        226791   226797       +6     
  Branches      24966    24966              
============================================
+ Hits         114320   114325       +5     
- Misses       103864   103865       +1     
  Partials       8607     8607
Impacted Files Coverage Δ Complexity Δ
...ud/storage/contrib/nio/testing/FakeStorageRpc.java 64.59% <100%> (+0.86%) 42 <2> (+1) ⬆️
...acatalog/v1beta1/stub/DataCatalogStubSettings.java 0% <0%> (ø) 0% <0%> (ø) ⬇️
...m/google/cloud/tasks/v2beta3/CloudTasksClient.java 57.43% <0%> (ø) 67% <0%> (ø) ⬇️
...va/com/google/cloud/tasks/v2/CloudTasksClient.java 57.43% <0%> (ø) 67% <0%> (ø) ⬇️

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 00c8bb1...b9a5eca. Read the comment docs.

@chingor13 chingor13 requested a review from JesseLovelace May 22, 2019 20:54
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Jun 4, 2019
@sduskis
Copy link
Contributor

sduskis commented Jun 6, 2019

@JesseLovelace can you please review this PR?

@chingor13 chingor13 merged commit 4748868 into googleapis:master Jun 7, 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. 🚨 This issue needs some love.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants