Jérôme Benoit [Tue, 11 Oct 2022 22:02:00 +0000 (00:02 +0200)]
Test: Verify that worker pool tasks usage are reset at worker choice strategy change, take2
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 21:44:29 +0000 (23:44 +0200)]
Tests: fix promises handling
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 21:16:38 +0000 (23:16 +0200)]
Tests: Verify that worker pool tasks usage are reset at worker choice strategy change
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 20:35:06 +0000 (22:35 +0200)]
Reset all internal statistics at worker choice strategy change
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 19:14:30 +0000 (21:14 +0200)]
Strict boolean check
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 11:09:51 +0000 (13:09 +0200)]
Refine lint-staged configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 09:19:45 +0000 (11:19 +0200)]
Comment spell fixlet
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 09:16:28 +0000 (11:16 +0200)]
Spell fixlets in comment
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 11 Oct 2022 08:57:48 +0000 (10:57 +0200)]
WRR strategy: round the default weight computation
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 21:16:50 +0000 (23:16 +0200)]
Cleanup mocha configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 20:45:56 +0000 (22:45 +0200)]
Formatting fixlet
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 20:44:13 +0000 (22:44 +0200)]
Enchance benchmarking code
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 19:57:38 +0000 (21:57 +0200)]
new Date().getTime() -> Date.now()
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 19:28:28 +0000 (21:28 +0200)]
Uniformize some comments
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 19:22:42 +0000 (21:22 +0200)]
Fix WRR worker choice strategy implementation
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 17:54:58 +0000 (19:54 +0200)]
Apply dependencies update
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 17:09:42 +0000 (19:09 +0200)]
src/pools/selection-strategies/weighted-round-robin-choice-strategy.ts -> src/pools/selection-strategies/weighted-round-robin-worker-choice-strategy.ts
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 16:49:37 +0000 (18:49 +0200)]
Strict boolean check
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 16:32:03 +0000 (18:32 +0200)]
Verify that the configured worker choice is going to be used when a
dynamic pool is busy
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 16:12:18 +0000 (18:12 +0200)]
Add WRR worker choice strategy to benchmark
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 15:23:31 +0000 (17:23 +0200)]
Cleanup tests code
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 12:49:44 +0000 (14:49 +0200)]
Fix tests with WRR worker choice strategy
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 12:33:02 +0000 (14:33 +0200)]
Fix task runtime statistics usage calculation logic
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 12:04:47 +0000 (14:04 +0200)]
Stricter tests expectations
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 08:54:32 +0000 (10:54 +0200)]
Fix fair share strategy unix timestamp comparison
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 08:14:02 +0000 (10:14 +0200)]
Allow worker choice strategy to specify their statistics requirements
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 10 Oct 2022 06:33:39 +0000 (08:33 +0200)]
Add eslint report to sonar
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 23:10:10 +0000 (01:10 +0200)]
Fix missed Promise.all usage in tests
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 23:07:09 +0000 (01:07 +0200)]
Revert Promise.all usage in tests
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 22:10:35 +0000 (00:10 +0200)]
Fix pool execute promises fullfilment in tests
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 21:59:53 +0000 (23:59 +0200)]
.eslintrc.js: remove uneeded rules for tests
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 21:41:21 +0000 (23:41 +0200)]
Silence sonar
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 21:07:33 +0000 (23:07 +0200)]
Add fair sharing worker choice strategy
Close #339
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 20:06:28 +0000 (22:06 +0200)]
Add WRR worker choice strategy
Close #363
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 19:19:34 +0000 (21:19 +0200)]
Fix lint-staged configuration, take 2
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 19:08:38 +0000 (21:08 +0200)]
Fix lint-staged configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 18:27:37 +0000 (20:27 +0200)]
Enhance tasks statistics
Close #577
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 13:58:35 +0000 (15:58 +0200)]
Refine eslint configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 13:40:07 +0000 (15:40 +0200)]
Add lint-staged run at pre-commit git hook
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 12:24:53 +0000 (14:24 +0200)]
README.md: reference the next project version for suggestions
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 12:14:02 +0000 (14:14 +0200)]
Fix npm publication
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 12:07:46 +0000 (14:07 +0200)]
Version 2.2.2
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 12:07:12 +0000 (14:07 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sun, 9 Oct 2022 11:57:27 +0000 (13:57 +0200)]
Update documentation
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 11:50:14 +0000 (13:50 +0200)]
README.md: remove uneeded comments
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 11:47:36 +0000 (13:47 +0200)]
README.md: fix node versions supported
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sun, 9 Oct 2022 06:36:48 +0000 (08:36 +0200)]
Readd UTs run before npm registry auto publication
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 18:01:07 +0000 (20:01 +0200)]
README.md: fix link to dependabot badge
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 17:26:02 +0000 (19:26 +0200)]
Comment out UTs run on the production build at npm publication
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 17:16:09 +0000 (19:16 +0200)]
Fix eslint configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 17:06:52 +0000 (19:06 +0200)]
Fix link in documentation
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 16:55:05 +0000 (18:55 +0200)]
Version 2.2.1
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 16:49:16 +0000 (18:49 +0200)]
Add missed documentation files
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 16:48:36 +0000 (18:48 +0200)]
Generate documentation
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 15:58:57 +0000 (17:58 +0200)]
Add UTs for WorkerChoiceStrategyContext
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 14:26:42 +0000 (16:26 +0200)]
Add UTs for SelectionStrategiesUtils
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 13:29:36 +0000 (15:29 +0200)]
Apply dependencies update
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 13:23:33 +0000 (15:23 +0200)]
Check in UTs the error message thrown in worker-thread pool
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 13:05:05 +0000 (15:05 +0200)]
Convert function to arrow function in UT
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 12:51:04 +0000 (14:51 +0200)]
Factor out some UTs code in test-utils.js
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 11:51:21 +0000 (13:51 +0200)]
Comment cleanup
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 11:33:22 +0000 (13:33 +0200)]
Keep the LRU strategy implementation as optimized as it was
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 8 Oct 2022 10:24:16 +0000 (12:24 +0200)]
Add dynamic worker choice strategy change at runtime
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 7 Oct 2022 20:46:59 +0000 (22:46 +0200)]
Remove redundant await
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 7 Oct 2022 20:29:20 +0000 (22:29 +0200)]
Report more cleanups from work in progress PRs
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 7 Oct 2022 19:16:17 +0000 (21:16 +0200)]
Report some code cleanups from work in progress PR
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 7 Oct 2022 15:20:29 +0000 (17:20 +0200)]
Refine .gitignore
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 7 Oct 2022 10:32:11 +0000 (12:32 +0200)]
Fix eslint configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Fri, 7 Oct 2022 10:11:09 +0000 (12:11 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Fri, 7 Oct 2022 10:10:35 +0000 (12:10 +0200)]
Fix eslint configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Thu, 6 Oct 2022 21:43:08 +0000 (23:43 +0200)]
Bump @types/node from 18.8.2 to 18.8.3 (#576)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 4 Oct 2022 20:58:53 +0000 (22:58 +0200)]
Bump @types/node from 18.8.0 to 18.8.2 (#575)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 4 Oct 2022 20:27:23 +0000 (22:27 +0200)]
Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 (#573)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 4 Oct 2022 20:24:54 +0000 (22:24 +0200)]
Bump @typescript-eslint/parser from 5.38.1 to 5.39.0 (#574)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 3 Oct 2022 22:21:41 +0000 (00:21 +0200)]
Remove deprecated code configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 3 Oct 2022 18:47:48 +0000 (20:47 +0200)]
Sync package-lock.json
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Mon, 3 Oct 2022 18:45:33 +0000 (20:45 +0200)]
Bump expect from 29.1.0 to 29.1.2 (#572)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jérôme Benoit [Mon, 3 Oct 2022 14:40:56 +0000 (16:40 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Mon, 3 Oct 2022 14:39:50 +0000 (16:39 +0200)]
Fix source map support in UTs
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Wed, 28 Sep 2022 21:56:38 +0000 (23:56 +0200)]
Bump expect from 29.0.3 to 29.1.0 (#571)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions[bot] [Tue, 27 Sep 2022 22:25:36 +0000 (00:25 +0200)]
Combined PR (#570)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] [Tue, 27 Sep 2022 22:22:31 +0000 (00:22 +0200)]
Combined PR (#569)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 27 Sep 2022 22:19:58 +0000 (00:19 +0200)]
Fix dependabot configuration for GitHub actions
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 27 Sep 2022 22:07:40 +0000 (00:07 +0200)]
Add dependabot configuration for GitHub actions
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Mon, 26 Sep 2022 15:24:28 +0000 (17:24 +0200)]
Bump @types/node from 18.7.19 to 18.7.22 (#563)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions[bot] [Mon, 26 Sep 2022 15:12:32 +0000 (17:12 +0200)]
Combined PR (#562)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 26 Sep 2022 07:26:15 +0000 (09:26 +0200)]
Cleanup
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Tue, 20 Sep 2022 07:53:25 +0000 (09:53 +0200)]
Add .npmrc
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Mon, 19 Sep 2022 20:43:45 +0000 (22:43 +0200)]
Apply dependencies update
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Sat, 17 Sep 2022 09:10:10 +0000 (11:10 +0200)]
Remove unneeded .editorconfig tunable
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
dependabot[bot] [Fri, 16 Sep 2022 11:32:51 +0000 (13:32 +0200)]
Bump expect from 29.0.2 to 29.0.3 (#558)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions[bot] [Fri, 16 Sep 2022 06:37:44 +0000 (08:37 +0200)]
Combined PR (#557)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] [Fri, 16 Sep 2022 06:09:38 +0000 (08:09 +0200)]
Combined PR (#555)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] [Mon, 5 Sep 2022 21:08:44 +0000 (23:08 +0200)]
Combined PR (#546)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] [Mon, 5 Sep 2022 21:05:41 +0000 (23:05 +0200)]
Combined PR (#545)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dependabot[bot] [Sun, 4 Sep 2022 15:20:59 +0000 (17:20 +0200)]
Bump prettier-plugin-organize-imports from 3.1.0 to 3.1.1 (#539)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 06:40:20 +0000 (08:40 +0200)]
Bump typedoc from 0.23.12 to 0.23.13 (#538)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Jérôme Benoit [Wed, 31 Aug 2022 13:15:52 +0000 (15:15 +0200)]
Merge branch 'master' of github.com:poolifier/poolifier
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Jérôme Benoit [Wed, 31 Aug 2022 09:41:30 +0000 (11:41 +0200)]
Apply dependencies update
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
github-actions[bot] [Fri, 26 Aug 2022 12:43:43 +0000 (14:43 +0200)]
Combined PR (#532)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>