kotlin-jdsl icon indicating copy to clipboard operation
kotlin-jdsl copied to clipboard

Add BlockHound for Reactive Integration Test

Open cj848 opened this issue 2 years ago • 0 comments

-- english BlockHound is a library that can detect blocking that should not happen inside Reactor, Coroutine, and RxJava methods. We need to apply this library to all tests in the reactive module to prevent possible blocking situations.

-- korean BlockHound 는 Reactor, Coroutine, RxJava 메소드 내부에서 일어나면 안되는 Blocking 을 감지할 수 있는 라이브러리 입니다. 우리는 이 라이브러리를 Reactive 모듈의 모든 테스트에 적용해 혹시나 있을 수 있는 Blocking 상황을 방지해야 합니다.

cj848 avatar Jul 06 '22 22:07 cj848