[PATCH 0/1] Fix occasional test fail on multithread

Hiroki Narukawa posted 1 patch 1 year, 10 months ago
tests/unit/test-thread-pool.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
[PATCH 0/1] Fix occasional test fail on multithread
Posted by Hiroki Narukawa 1 year, 10 months ago
In some of our environment, sometimes test did not pass due to multithreading behavior.

I think this fix will check correct behavior. Could you review this patch?

Hiroki Narukawa (1):
  test-thread-pool: Fix occasional test fail

 tests/unit/test-thread-pool.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.17.1
Re: [PATCH 0/1] Fix occasional test fail on multithread
Posted by 成川 弘樹 1 year, 9 months ago
ping, how is the status of this patch?

On 2022/05/17 17:29, Hiroki Narukawa wrote:
> In some of our environment, sometimes test did not pass due to multithreading behavior.
> 
> I think this fix will check correct behavior. Could you review this patch?
> 
> Hiroki Narukawa (1):
>    test-thread-pool: Fix occasional test fail
> 
>   tests/unit/test-thread-pool.c | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>