From Fedora Project Wiki
 
Line 10: Line 10:
== Reporting ==
== Reporting ==
This section gives info on reporting bugs against this package.
This section gives info on reporting bugs against this package.
=== Logs and tracing ===
This is how you get useful logs / backtrace info to help diagnose the problem.
* Check the following logfiles: <code>/var/log/funk.log</code>, ...
* Increase verbosity by running with <code>-v</code>
* Install debuginfo and run with gdb
* etc.
=== Files to attach ===
Attach these files to any bug reports you file.


== Testing ==
== Testing ==

Latest revision as of 17:51, 16 December 2008

This is a draft of the format of the per-package pages to be put in the QA: namespace.

Everything here needs a bunch of subsections defined.

About

Some basic info about this package.

  • Description / summary
  • Links to pkgdb, koji, bodhi, bugzilla

Reporting

This section gives info on reporting bugs against this package.

Logs and tracing

This is how you get useful logs / backtrace info to help diagnose the problem.

  • Check the following logfiles: /var/log/funk.log, ...
  • Increase verbosity by running with -v
  • Install debuginfo and run with gdb
  • etc.

Files to attach

Attach these files to any bug reports you file.

Testing

This section contains test cases (or links to test cases) to be used when testing an update to this package.

Individual tests can be moved to their own pages if this page starts getting long.

System Prep

  • How to prepare the system for testing.
  • Include required hardware, packages, server setup, etc.

Cookie Test

This tests getting a cookie from the jar.

Checklist

  1. Do this thing
  2. Do some other thing
  3. Then do this
  4. Grab a cookie out of the jar

Expected results

  1. You get a cookie
  2. Nothing explodes

Another Test

This is another test.

Checklist

Expected results

Cleanup

Any required cleanup after testing?

Developing

This section describes how to get further information for patching or otherwise doing development on this package.