rabbitmq-mock icon indicating copy to clipboard operation
rabbitmq-mock copied to clipboard

Issue #127 - Consistent Hash binding key must be integer

Open RedMu opened this issue 4 years ago • 1 comments

See #127 - Now throws an illegal argument exception on trying to bind rather than using the Hashcode of a non integer.

RedMu avatar Jul 01 '20 23:07 RedMu

Codecov Report

Merging #128 into master will decrease coverage by 0.36%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #128      +/-   ##
============================================
- Coverage     94.20%   93.84%   -0.37%     
+ Complexity      455      452       -3     
============================================
  Files            38       38              
  Lines          1070     1072       +2     
  Branches         49       49              
============================================
- Hits           1008     1006       -2     
- Misses           45       48       +3     
- Partials         17       18       +1     
Impacted Files Coverage Δ Complexity Δ
...rabbitmq/mock/exchange/ConsistentHashExchange.java 86.36% <100.00%> (-13.64%) 6.00 <0.00> (-2.00)
.../github/fridujo/rabbitmq/mock/ReceiverPointer.java 66.66% <0.00%> (-8.34%) 3.00% <0.00%> (-1.00%)
...va/com/github/fridujo/rabbitmq/mock/MockQueue.java 95.19% <0.00%> (ø) 81.00% <0.00%> (ø%)
...dujo/rabbitmq/mock/exchange/MockTopicExchange.java 100.00% <0.00%> (ø) 2.00% <0.00%> (ø%)
.../com/github/fridujo/rabbitmq/mock/MockChannel.java 90.75% <0.00%> (+0.03%) 123.00% <0.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 8930b81...4592c22. Read the comment docs.

codecov[bot] avatar Jul 21 '20 22:07 codecov[bot]