Use Deferred on epp call to generate dbconfig.xml #453
Annotations
10 errors
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L6
jira postgresql installs with defaults
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095540719.vnmTRb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Could not find any files from jira/dbconfig.xml.epp (file: /etc/puppetlabs/code/environments/production/modules/jira/manifests/config.pp, line: 190, column: 40) on node ubuntu2004-64-puppet7.example.com
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L81
jira postgresql Process "java" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Process "java" to be running
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L85
jira postgresql Port "8080" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8080" to be listening
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L89
jira postgresql Service "jira" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "jira" to be enabled
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L90
jira postgresql Service "jira" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "jira" to be running
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L94
jira postgresql User "jira" is expected to belong to group "jira"
Failure/Error: it { is_expected.to belong_to_group 'jira' }
expected User "jira" to belong to group "jira"
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L95
jira postgresql User "jira" is expected to have login shell "/bin/true"
Failure/Error: it { is_expected.to have_login_shell '/bin/true' }
expected `User "jira".has_login_shell?("/bin/true")` to be truthy, got false
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L99
jira postgresql Command "tail -100 ~jira/log/atlassian-jira.log" stdout is expected to include "INFO"
Failure/Error: its(:stdout) { is_expected.to include('INFO') }
expected "" to include "INFO"
|
Run tests
The operation was canceled.
|
Loading