From Fedora Project Wiki

Revision as of 13:46, 19 September 2012 by Kparal (talk | contribs) (new way how to trigger Anaconda's bug reporting dialog)

Description

This test case is intended to introduce a failure, and validate anaconda is able to properly handle the failure and report the issue to bugzilla. A valid bugzilla username and password is required for this test, please refer to BugsAndFeatureRequests.

Setup

Download, or create, boot media needed to boot and test the Fedora installer

How to test

  1. Boot the installer by any available means.
  2. If you know how to make Anaconda crash, you can do so. Otherwise use Anaconda's fake exception handling trigger - run the following command:
    kill -USR1 `cat /var/run/anaconda.pid`
    Switch back to the GUI, an error dialog should be displayed.
  3. Report the exception to the Bugzilla.
  4. If you used the fake exception handling trigger, go to Bugzilla and close the newly reported bug as NOTABUG.

Expected Results

  1. The installer presents a failure dialog and allows you to report it to Bugzilla.
  2. Exception traceback is displayed.
  3. Depending on the traceback, you are informed that a new bug was created, or that an existing bug was found that matches this failure. Either way, a bug number is provided.
  4. Details of the failure are attached to the bug report.