This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
modulesync 4.2.0 #28
Annotations
7 errors
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_131100105.pp.1kJg4Z
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.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1692277862'
�[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 8.31 seconds
|
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
|
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
|
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: "ep"
got: ""
(compared using ==)
|
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/
+""
|
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.*/
+""
|
|
The logs for this run have expired and are no longer available.
Loading