test different NodeJS versions using beaker_facter #165
Annotations
3 errors
Run tests:
spec/acceptance/class_spec.rb#L50
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: expect(pkg_output.stdout).to match 'nodesource'
expected "Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>\n" to match "nodesource"
Diff:
@@ -1 +1 @@
-nodesource
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
|
Run tests:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 16 from nodesource Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "v18.13.0\n" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+v18.13.0
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading