From Fedora Project Wiki
No edit summary |
(/var/spool/abrt -> /var/tmp/abrt) |
||
Line 37: | Line 37: | ||
Step #2 the output should be similar to the following | Step #2 the output should be similar to the following | ||
<pre> | <pre> | ||
Sep 19 15:37:10 dhcp-25-122 abrt-server[6608]: Saved problem directory of pid 6606 to '/var/ | Sep 19 15:37:10 dhcp-25-122 abrt-server[6608]: Saved problem directory of pid 6606 to '/var/tmp/abrt/rbhook-2012-09-19-15:37:10-6606' | ||
Sep 19 15:37:10 dhcp-25-122 abrtd: Directory 'rbhook-2012-09-19-15:37:10-6606' creation detected | Sep 19 15:37:10 dhcp-25-122 abrtd: Directory 'rbhook-2012-09-19-15:37:10-6606' creation detected | ||
Sep 19 15:37:17 dhcp-25-122 abrtd: New problem directory /var/ | Sep 19 15:37:17 dhcp-25-122 abrtd: New problem directory /var/tmp/abrt/rbhook-2012-09-19-15:37:10-6606, processing | ||
</pre> | </pre> | ||
</li> | </li> |
Revision as of 17:41, 2 May 2013
Description
This test case tests the functionality of the ABRT Ruby exception handler.
Setup
Install rubygem-abrt and will-crash packages
How to test
-
run rubygem-abrt self test
RUBYOPT='-rabrt' ruby $(rpm -ql rubygem-abrt | grep abrt.rb)
-
check the logs
su -c 'grep rbhook /var/log/messages'
-
run
will_ruby_raise
RUBYOPT='-rabrt' will_ruby_raise
Expected Results
-
Step #1 completes with an output similar to the following one
/usr/share/gems/gems/abrt-0.0.3/lib/abrt.rb:13:in `<top (required)>': can't modify frozen Array (RuntimeError) from /usr/share/rubygems/rubygems/custom_require.rb:60:in `require' from /usr/share/rubygems/rubygems/custom_require.rb:60:in `rescue in require' from /usr/share/rubygems/rubygems/custom_require.rb:35:in `require'
-
Step #2 the output should be similar to the following
Sep 19 15:37:10 dhcp-25-122 abrt-server[6608]: Saved problem directory of pid 6606 to '/var/tmp/abrt/rbhook-2012-09-19-15:37:10-6606' Sep 19 15:37:10 dhcp-25-122 abrtd: Directory 'rbhook-2012-09-19-15:37:10-6606' creation detected Sep 19 15:37:17 dhcp-25-122 abrtd: New problem directory /var/tmp/abrt/rbhook-2012-09-19-15:37:10-6606, processing
- Crash for will-crash package was recorded