fix: fix pool ready status with zero min size dynamic pool
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 23 Aug 2024 13:32:56 +0000 (15:32 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 23 Aug 2024 13:32:56 +0000 (15:32 +0200)
commite48fa7a7cd32d0b42df79043b773fcb1e6f2c778
tree03d18a6c16978c2406f23fc11e0ef9e58da78a77
parente1cffbd7c6dccd8bf596ff3ec83c9351c870cba0
fix: fix pool ready status with zero min size dynamic pool

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/abstract-pool.ts
tests/pools/abstract-pool.test.mjs
tests/pools/cluster/dynamic.test.mjs
tests/pools/cluster/fixed.test.mjs
tests/pools/thread/dynamic.test.mjs
tests/pools/thread/fixed.test.mjs