This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
modulesync 4.2.0 #38
Annotations
7 errors
Run tests:
spec/acceptance/etherpad_spec.rb#L7
etherpad with options installs etherpad and plugins idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_153911483.pp.bsZvum
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714059553'
�[mNotice: /Stage[main]/Etherpad::Service/Service[etherpad]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Etherpad::Service/Service[etherpad]: Unscheduling refresh on Service[etherpad]
�[mNotice: Applied catalog in 6.09 seconds
|
Run tests:
spec/acceptance/etherpad_spec.rb#L42
etherpad with options Port "8080" is expected to be listening
Failure/Error: is_expected.to be_listening
expected Port "8080" to be listening
|
Run tests:
spec/acceptance/etherpad_spec.rb#L49
etherpad with options Process "node" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Process "node" to be running
|
Run tests:
spec/acceptance/etherpad_spec.rb#L50
etherpad with options Process "node" user is expected to eq "ep"
Failure/Error: its(:user) { is_expected.to eq 'ep' }
expected: #<Encoding:UTF-8> "ep"
got: #<Encoding:US-ASCII> ""
(compared using ==)
|
Run tests:
spec/acceptance/etherpad_spec.rb#L51
etherpad with options Process "node" args is expected to match /\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
Failure/Error: its(:args) { is_expected.to match %r{/var/etherpad.foo.org/node_modules/ep_etherpad-lite/node/server.js} }
expected "" to match /\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
Diff:
@@ -1 +1 @@
-/\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
+""
|
Run tests:
spec/acceptance/etherpad_spec.rb#L55
etherpad with options Command "curl -L http://localhost:8000" stdout is expected to match /.*the foo organisation.*/
Failure/Error: its(:stdout) { is_expected.to match %r{.*the foo organisation.*} }
expected "" to match /.*the foo organisation.*/
Diff:
@@ -1 +1 @@
-/.*the foo organisation.*/
+""
|
Run tests
Process completed with exit code 1.
|
Loading