switch to using the nodistro nodesource repos, removing source support, dropping support for NodeJS16 on EL9 #143
Annotations
3 errors
Run tests:
spec/classes/nodejs_spec.rb#L329
nodejs when run on CentOS release 7.0 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource the nodesource repo should contain the right description and baseurl
Failure/Error:
is_expected.to contain_yumrepo('nodesource').with(
'baseurl' => repo_baseurl,
'descr' => repo_descr
)
expected that the catalogue would contain Yumrepo[nodesource] with descr set to "Node.js Packages - $basearch" but it is set to "Node.js Packages - \\$basearch"
|
Run tests:
spec/classes/nodejs_spec.rb#L1265
nodejs when running on Amazon Linux 2015.03 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource the nodesource repo should contain the right description and baseurl
Failure/Error:
is_expected.to contain_yumrepo('nodesource').with('baseurl' => repo_baseurl,
'descr' => repo_descr)
expected that the catalogue would contain Yumrepo[nodesource] with descr set to "Node.js Packages - $basearch" but it is set to "Node.js Packages - \\$basearch"
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading