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

Blocking operations semantics

Open inponomarev opened this issue 2 years ago • 0 comments

Operations that unblock other clients waiting for data should not return before the end of execution of the blocked operations

E. g. this test is flaky:

https://github.com/atp-mipt/jedis-mock/blob/master/native_tests/linux/tests/unit/type/list.tcl#L348

inponomarev avatar Apr 19 '23 15:04 inponomarev