From Fedora Project Wiki

(rewrite to use correct test case template, drop the additional tests which should be separate test cases)
No edit summary
 
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests that [[Features/ABRT|ABRT]]'s ability to report crashes to Bugzilla works correctly.
|description=
* This test case tests that ABRT's ability to report crashes to Bugzilla works correctly.
* If you don't have an account on [https://bugzilla.redhat.com Bugzilla], [https://bugzilla.redhat.com/createaccount.cgi create] one.
|actions=
|actions=
# If you don't have an account on [https://bugzilla.redhat.com Bugzilla], [https://bugzilla.redhat.com/createaccount.cgi create] one.
# Ensure you have the plugin installed with the command {{command|su -c 'dnf install libreport-plugin-bugzilla'}}
# Edit {{filename|/etc/abrt/abrt.conf}} and ensure the Bugzilla plugin is listed on the ''CCpp'' and ''Python'' lines. For example:
# Ensure that the ''abrtd'' and ''abrt-applet'' processes are both running
<pre>
# Generate a random unique crash with: {{command|will_abort --random}}.
...
# Start gnome-abrt (either from cmdline or from application menu)
CCpp = Bugzilla
# Select the entry matching the recently crashed application, then click '''Report''' button.
Python = Bugzilla
# Write "ABRT testing, please disregard" in problem description
...
# Go through the wizard, review the data and start reporting.
</pre>
# Notification should appear prompting you to provide your Bugzilla credentials
# Restart ABRT with the command {{command|su -c service abrtd restart}}
# If reporting is unsuccessful, please include the reporting log in your abrt bug report. Reporting log can be cut and pasted from the GUI report window, or retrieved from event_log file in problem data directory (e.g. {{filename|/var/tmp/abrt/ccpp-2011-03-04-15:46:26-22496/event_log}}).
# Ensure that the ''abrt'' and ''abrt-applet'' processes are both running
 
# Kill a running process with the command {{command|kill -SIGSEGV (pid)}}. It must be a process that is part of a signed Fedora package
# Click on the Report button in popup bubble applet to start ''abrt-gui''
# Select the entry matching the recently crashed application, click '''Report'''
# Click on Bugzilla button
# Check the box marked "I checked backtrace and removed sensitive data (password, etc)" - after checking, of course
# At the report window, click '''Send report'''
# Enter your Bugzilla account information if prompted for it; if you have not already configured abrt to know your username and password, you should be
|results=
|results=
# A popup message should appear, with information and a link to the reported bug
# Log message should appear, with information about the crash and a link to the reported bug
# A bug entry should be filed in Bugzilla, the entry should be assigned to the package you crashed, and the traceback of the crash should be attached
# A bug entry should be filed in Bugzilla, the entry should be assigned to the package you crashed, and the traceback of the crash should be attached (exception to this is the case when you report duplicate bug - in that case you are added to the CC field of the duplicate and only your comment and package version is posted to the bug report).
 
After completing this test case, please '''close the bug as NOTABUG'''.
}}
}}
[[Category:ABRT_Test_Cases]]
[[Category:Package_abrt_test_cases]]

Latest revision as of 11:35, 10 April 2015

Description

  • This test case tests that ABRT's ability to report crashes to Bugzilla works correctly.
  • If you don't have an account on Bugzilla, create one.


How to test

  1. Ensure you have the plugin installed with the command su -c 'dnf install libreport-plugin-bugzilla'
  2. Ensure that the abrtd and abrt-applet processes are both running
  3. Generate a random unique crash with: will_abort --random.
  4. Start gnome-abrt (either from cmdline or from application menu)
  5. Select the entry matching the recently crashed application, then click Report button.
  6. Write "ABRT testing, please disregard" in problem description
  7. Go through the wizard, review the data and start reporting.
  8. Notification should appear prompting you to provide your Bugzilla credentials
  9. If reporting is unsuccessful, please include the reporting log in your abrt bug report. Reporting log can be cut and pasted from the GUI report window, or retrieved from event_log file in problem data directory (e.g. /var/tmp/abrt/ccpp-2011-03-04-15:46:26-22496/event_log).

Expected Results

  1. Log message should appear, with information about the crash and a link to the reported bug
  2. A bug entry should be filed in Bugzilla, the entry should be assigned to the package you crashed, and the traceback of the crash should be attached (exception to this is the case when you report duplicate bug - in that case you are added to the CC field of the duplicate and only your comment and package version is posted to the bug report).

After completing this test case, please close the bug as NOTABUG.