Skip to content

Unit tests for nullable-etag (#442)#454

Merged
wcs1only merged 1 commit into
dapr:masterfrom
wcs1only:nullable-etag
Jan 25, 2021
Merged

Unit tests for nullable-etag (#442)#454
wcs1only merged 1 commit into
dapr:masterfrom
wcs1only:nullable-etag

Conversation

@wcs1only

@wcs1only wcs1only commented Jan 25, 2021

Copy link
Copy Markdown
Contributor

Description

Adding unit tests for nullable-etag. Will commit after #452 is merged. Looks like #452 covered all the functionality correctly, no additional changes were necessary to make the tests pass.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #442

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@wcs1only wcs1only mentioned this pull request Jan 25, 2021
3 tasks
@wcs1only wcs1only force-pushed the nullable-etag branch 3 times, most recently from a5e33ae to f4569c7 Compare January 25, 2021 21:45
@codecov

codecov Bot commented Jan 25, 2021

Copy link
Copy Markdown

Codecov Report

Merging #454 (c35f0e1) into master (233c699) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #454      +/-   ##
============================================
+ Coverage     82.88%   82.92%   +0.03%     
- Complexity      930      931       +1     
============================================
  Files            79       79              
  Lines          2717     2717              
  Branches        269      269              
============================================
+ Hits           2252     2253       +1     
  Misses          331      331              
+ Partials        134      133       -1     
Impacted Files Coverage Δ Complexity Δ
...k/src/main/java/io/dapr/client/DaprClientGrpc.java 82.62% <0.00%> (+0.28%) 101.00% <0.00%> (+1.00%)

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 233c699...c35f0e1. Read the comment docs.

@wcs1only wcs1only marked this pull request as ready for review January 25, 2021 21:59

@mukundansundar mukundansundar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you add a unit test for getState?

@wcs1only

Copy link
Copy Markdown
Contributor Author

can you add a unit test for getState?

getState() was unchanged, and is exercised in other tests? See:
https://github.com/dapr/java-sdk/pull/454/files#diff-5b33576f90152a4ab6ee2cbe51f3233231285317c016e932420a5d6864bf7876R1833

@wcs1only wcs1only merged commit faf3bec into dapr:master Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support null eTag

2 participants