aws-data-lake-solution icon indicating copy to clipboard operation
aws-data-lake-solution copied to clipboard

deprecated messages when running the test run-unit-tests.sh

Open laksun opened this issue 6 years ago • 0 comments
trafficstars

./run-unit-tests.sh

[Init] Clean old dist and node_modules folders

find /home/ec2-user/environment/aws-data-lake-solution/deployment/../source -iname node_modules -type d -exec rm -r {} ; 2> /dev/null find /home/ec2-user/environment/aws-data-lake-solution/deployment/../source -iname dist -type d -exec rm -r {} ; 2> /dev/null find ../ -type f -name 'package-lock.json' -delete

[Test] Helper

npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: This package is unmaintained. Use @sinonjs/formatio instead npm WARN deprecated [email protected]: This package has been deprecated in favour of @sinonjs/samsam npm WARN deprecated [email protected]: no longer maintained npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: connect 2.x series is deprecated npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: Use uuid module instead npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN [email protected] requires a peer of elasticsearch@^13.2.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of sinon@>=4.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1018 packages from 1662 contributors and audited 4976 packages in 28.993s found 93 vulnerabilities (17 low, 55 moderate, 21 high) run npm audit fix to fix them, or npm audit for details

[email protected] test /home/ec2-user/environment/aws-data-lake-solution/source/resources/helper mocha lib/*.spec.js

laksun avatar May 09 '19 09:05 laksun