Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Small refactoring for v2.Batcher API#765

Merged
igorbernstein2 merged 2 commits intogoogleapis:masterfrom
rahulKQL:small-refactor
Jul 29, 2019
Merged

Small refactoring for v2.Batcher API#765
igorbernstein2 merged 2 commits intogoogleapis:masterfrom
rahulKQL:small-refactor

Conversation

@rahulKQL
Copy link
Copy Markdown
Contributor

@rahulKQL rahulKQL commented Jul 22, 2019

  • Added bracket for if block(missed in the last PR).
  • Language edit for BatchingSettings & BatcherImpl Javadoc.
  • Removed duplicate unit test case.
  • Removed unnecessary usage of Mockito for BatcherImplTest.

cc: @igorbernstein2
@kolea2 Could you please review this, and merge if looks good to you.

- Added braces for if block(missed in the last PR).
- Language edit for BatchingSettings & BatcherImpl Javadoc.
- Removed duplicate unit test case.
- Removed unnecessary usage of Mockito for BatcherImplTest.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 22, 2019
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 22, 2019

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #765      +/-   ##
============================================
+ Coverage     78.14%   78.15%   +<.01%     
  Complexity     1101     1101              
============================================
  Files           198      198              
  Lines          4832     4833       +1     
  Branches        383      383              
============================================
+ Hits           3776     3777       +1     
  Misses          886      886              
  Partials        170      170
Impacted Files Coverage Δ Complexity Δ
...om/google/api/gax/rpc/ServerStreamingCallable.java 75% <ø> (ø) 7 <0> (ø) ⬇️
.../google/api/gax/batching/NonBlockingSemaphore.java 81.25% <ø> (ø) 5 <0> (ø) ⬇️
...m/google/api/gax/batching/v2/BatchingSettings.java 75% <ø> (ø) 2 <0> (ø) ⬇️
...com/google/api/gax/batching/BlockingSemaphore.java 80.95% <ø> (ø) 6 <0> (ø) ⬇️
...va/com/google/api/gax/batching/v2/BatcherImpl.java 100% <100%> (ø) 13 <2> (ø) ⬇️

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 5ad6fee...9efb47e. Read the comment docs.

@igorbernstein2 igorbernstein2 merged commit fd5740a into googleapis:master Jul 29, 2019
This was referenced Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants