remove non-existing parameter from nodejs class #46
ci.yml
on: pull_request
Puppet
/
Static validations
16s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / 7 - CentOS 7:
spec/acceptance/agent_and_server_spec.rb#L8
hyperglass::server class default parameters works with no errors
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_220729694.pp.yLGycp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.48 seconds
Info: Using environment 'production'
Info: Applying configuration version '1705442851'
�[mNotice: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]: Unscheduling refresh on Service[hyperglass.service]
�[mNotice: Applied catalog in 1.36 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/server_spec.rb#L8
hyperglass::server class default parameters works with no errors
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_220744734.pp.ohM8q8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.42 seconds
Info: Using environment 'production'
Info: Applying configuration version '1705442866'
�[mNotice: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]: Unscheduling refresh on Service[hyperglass.service]
�[mNotice: Applied catalog in 0.91 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/server_spec.rb#L30
hyperglass::server class default parameters Command "sleep 180; curl http://localhost:8001" stdout is expected to match /hyperglass/
Failure/Error: its(:stdout) { is_expected.to match %r{hyperglass} }
expected "" to match /hyperglass/
Diff:
@@ -1 +1 @@
-/hyperglass/
+""
|
Puppet / 7 - CentOS 7
Process completed with exit code 1.
|