Skip to content

Commit

Permalink
print mysql error.log
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Feb 6, 2024
1 parent 1b218a9 commit bb0dcc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/mysql_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ class { 'jira':
apply_manifest(pp, catch_changes: true)
end

it 'errorlog' do

Check failure on line 79 in spec/acceptance/mysql_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - CentOS 8

jira mysql errorlog Failure/Error: shell 'cat /var/log/mysql/error.log' Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 1 running: cat /var/log/mysql/error.log Last 10 lines of output were: cat: /var/log/mysql/error.log: No such file or directory

Check failure on line 79 in spec/acceptance/mysql_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - OracleLinux 8

jira mysql errorlog Failure/Error: shell 'cat /var/log/mysql/error.log' Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: cat /var/log/mysql/error.log Last 10 lines of output were: cat: /var/log/mysql/error.log: No such file or directory
shell 'cat /var/log/mysql/error.log'
end

describe process('java') do
it { is_expected.to be_running }

Check failure on line 84 in spec/acceptance/mysql_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04

jira mysql Process "java" is expected to be running Failure/Error: it { is_expected.to be_running } expected Process "java" to be running
end
Expand Down

0 comments on commit bb0dcc7

Please sign in to comment.