Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1.0.5 #10

Merged
merged 6 commits into from
Jun 28, 2018
Merged

Fix 1.0.5 #10

merged 6 commits into from
Jun 28, 2018

Conversation

crossoverJie
Copy link
Owner

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

The description of the PR:

Other information:

@crossoverJie crossoverJie added the bug Something isn't working label Jun 28, 2018
@crossoverJie
Copy link
Owner Author

优化结果:

@codecov-io
Copy link

Codecov Report

Merging #10 into master will increase coverage by 2.11%.
The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #10      +/-   ##
============================================
+ Coverage     70.76%   72.88%   +2.11%     
- Complexity       35       36       +1     
============================================
  Files             7        7              
  Lines           195      177      -18     
  Branches         23       25       +2     
============================================
- Hits            138      129       -9     
+ Misses           54       44      -10     
- Partials          3        4       +1
Impacted Files Coverage Δ Complexity Δ
...a/com/crossoverjie/distributed/lock/RedisLock.java 93.67% <75%> (+8.1%) 21 <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 96fe6a2...d8c7280. Read the comment docs.

@crossoverJie crossoverJie merged commit 66e30fe into master Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

并发情况下对阻塞锁的调用出现连接池异常
2 participants