From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# Generate crash (e.g. run "$ will_abort --random" or kill some process with SIGSEGV "$ sleep 100 &" "$ kill -SEGV %1") | # Generate crash (e.g. run "$ will_abort --random" or kill some process with SIGSEGV "$ sleep 100 &" "$ kill -SEGV %1") | ||
# Report the crash with gnome-abrt to Bugzilla | # Report the crash with gnome-abrt to Bugzilla | ||
# In a review part of the reporting | # In a review part of the reporting work-flow change a text content of all possible dump dir elements (e.g. add a sentence to the backtrace file etc.) | ||
|results= | |results= | ||
# All the content changes you've made during reporting are reflected in the Bugzilla report. | # All the content changes you've made during reporting are reflected in the Bugzilla report. | ||
}} | }} | ||
[[Category:Package_abrt_test_cases]] | [[Category:Package_abrt_test_cases]] |
Revision as of 11:57, 12 October 2015
Description
This test case checks whether ABRT removes security information after a user reviewed the data which will be filled in the Bugzilla bug report.
How to test
- Generate crash (e.g. run "$ will_abort --random" or kill some process with SIGSEGV "$ sleep 100 &" "$ kill -SEGV %1")
- Report the crash with gnome-abrt to Bugzilla
- In a review part of the reporting work-flow change a text content of all possible dump dir elements (e.g. add a sentence to the backtrace file etc.)
Expected Results
- All the content changes you've made during reporting are reflected in the Bugzilla report.