spring-templates / spring-concurrency-thread

Spring 프레임워크에서의 Thread 동시성 제어 문제를 다룹니다.
https://spring-templates.github.io/spring-concurrency-thread/
MIT License
0 stars 1 forks source link

블로킹 큐 구현체 완성 및 테스트 작성 완료 #36

Closed haxr369 closed 5 months ago

haxr369 commented 5 months ago

개요

블로킹 큐를 이용한 프로듀서-컨슈머 패턴 구현 완료 구현에 따라 Integer.MAX_VALUE를 카운팅하는 요구사항 만족

변경 사항

[x] 🤖 Refactor : 코드 리팩토링 [x] ✅ Test : 테스트 코드 추가

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 97.56098% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.36%. Comparing base (5822bed) to head (e962db2).

Files Patch % Lines
...currency/counter/queueCounter/CounterConsumer.java 91.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #36 +/- ## ============================================= + Coverage 94.54% 95.36% +0.81% - Complexity 43 55 +12 ============================================= Files 8 12 +4 Lines 110 151 +41 Branches 6 8 +2 ============================================= + Hits 104 144 +40 Misses 2 2 - Partials 4 5 +1 ``` | [Flag](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/36/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | `?` | | | [unittests](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | `95.36% <97.56%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.