X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fthread%2Ffixed.test.js;h=aeebc4a7a623a1151f37f41aaf7f56ddcfcadbc1;hb=8735b4e51c0cfabc9612d57417834d42042cab4e;hp=1a372a26f4e66238f59f64a009a69ddc21982ad8;hpb=5bb5be17a795c3061bdb0a7748b42b2ba2060db3;p=poolifier.git diff --git a/tests/pools/thread/fixed.test.js b/tests/pools/thread/fixed.test.js index 1a372a26..aeebc4a7 100644 --- a/tests/pools/thread/fixed.test.js +++ b/tests/pools/thread/fixed.test.js @@ -134,6 +134,7 @@ describe('Fixed thread pool test suite', () => { numberOfThreads * (maxMultiplier - queuePool.opts.tasksQueueOptions.concurrency) ) + expect(queuePool.info.backPressure).toBe(false) await Promise.all(promises) for (const workerNode of queuePool.workerNodes) { expect(workerNode.usage.tasks.executing).toBe(0)