@knapsack-pro/core
Advanced tools
Comparing version 1.6.1 to 1.6.2
# Change Log | ||
## [v1.6.2](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.6.2) (2019-12-05) | ||
[Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.6.1...v1.6.2) | ||
**Fixed bugs:** | ||
- More explicit message about KNAPSACK\_PRO\_CI\_NODE\_BUILD\_ID must be the same on all parallel nodes [\#25](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/25) ([ArturT](https://github.com/ArturT)) | ||
## [v1.6.1](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.6.1) (2019-11-04) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.6.0...v1.6.1) |
@@ -87,5 +87,5 @@ "use strict"; | ||
knapsackProLogger.warn('CI node build ID not detected! Your tests will run anyway.\n\n' + | ||
'If you want to be able to run more than one CI build at the same time for exactly the same commit hash, branch name and number of parallel CI nodes then you have to set unique KNAPSACK_PRO_CI_NODE_BUILD_ID environment variable for each CI build.\n\n' + | ||
'If you want to be able to run more than one CI build at the same time for exactly the same commit hash, branch name and number of parallel CI nodes then you have to set unique KNAPSACK_PRO_CI_NODE_BUILD_ID environment variable.\n\n' + | ||
'For instance you can generate KNAPSACK_PRO_CI_NODE_BUILD_ID=$(openssl rand - base64 32)\n\n' + | ||
'Note the CI build ID must be the same for parallel CI nodes being part of the single CI build.'); | ||
'Please ensure KNAPSACK_PRO_CI_NODE_BUILD_ID has the same value for all parallel CI nodes being part of the single CI build. Thanks to that the parallel nodes will consume tests from the same Queue.'); | ||
return process.env.KNAPSACK_PRO_CI_NODE_BUILD_ID; | ||
@@ -92,0 +92,0 @@ }, |
{ | ||
"name": "@knapsack-pro/core", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67345