Skip to content

Conversation

@sduskis
Copy link
Contributor

@sduskis sduskis commented Apr 25, 2019

publish() has a special case where the message is larger the the max byte count. That special case logic can be merged with the general scenario by using a list of batchesToSend rather than having a single one.

`publish()` has a special case where the message is larger the the max byte count.  That special case logic can be merged with the general scenario by using a list of `batchesToSend` rather than having a single one.
@sduskis sduskis requested a review from a team as a code owner April 25, 2019 15:56
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 25, 2019
@codecov
Copy link

codecov bot commented Apr 25, 2019

Codecov Report

Merging #5018 into master will increase coverage by <.01%.
The diff coverage is 85.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5018      +/-   ##
============================================
+ Coverage     50.32%   50.32%   +<.01%     
+ Complexity    23680    23673       -7     
============================================
  Files          2238     2238              
  Lines        226060   226054       -6     
  Branches      24955    24959       +4     
============================================
+ Hits         113766   113767       +1     
+ Misses       103689   103683       -6     
+ Partials       8605     8604       -1
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/google/cloud/pubsub/v1/Publisher.java 85.15% <85.71%> (+2.59%) 28 <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 909b0e8...677f339. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Apr 25, 2019

Codecov Report

Merging #5018 into master will increase coverage by 0.02%.
The diff coverage is 85.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5018      +/-   ##
============================================
+ Coverage     50.32%   50.35%   +0.02%     
- Complexity    23680    23706      +26     
============================================
  Files          2238     2238              
  Lines        226060   226266     +206     
  Branches      24955    25005      +50     
============================================
+ Hits         113769   113936     +167     
- Misses       103686   103725      +39     
  Partials       8605     8605
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/google/cloud/pubsub/v1/Publisher.java 85.91% <85.71%> (+3.36%) 35 <0> (+8) ⬆️
...ud/storage/contrib/nio/testing/FakeStorageRpc.java 63.66% <0%> (+0.11%) 44% <0%> (+4%) ⬆️
...n/java/com/google/cloud/bigquery/BigQueryImpl.java 84.09% <0%> (+0.25%) 53% <0%> (+1%) ⬆️
...ge/contrib/nio/CloudStorageFileSystemProvider.java 61.73% <0%> (+0.46%) 71% <0%> (+1%) ⬆️
...le/cloud/storage/contrib/nio/CloudStoragePath.java 80.35% <0%> (+3.5%) 71% <0%> (+20%) ⬆️

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 909b0e8...677f339. Read the comment docs.

@sduskis sduskis merged commit abf92a3 into googleapis:master Apr 25, 2019
@sduskis sduskis deleted the refactor_publish branch April 25, 2019 20:39
@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.

4 participants