Fedora Test Days | |
---|---|
ABRT 2 + Retrace Server | |
Date | 2011-03-31 |
Time | all day |
Website | https://fedorahosted.org/abrt/ |
IRC | #fedora-test-day (webirc) |
Mailing list | test |
What to test?[edit]
Today's installment of Fedora Test Day will focus on Retrace Server and Automated Bug Reporting Tool (ABRT).
Who's available[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Development - Jiří Moskovčák (jmoskovc), Nikola Pajkovsky (npajkovs), Denys Vlasenko (dvlasenk), Karel Klíč (kklic), Michal Toman (mtoman)
- Quality Assurance - Michal Nowak (mnowak)
Prerequisite for Test Day[edit]
You will need either fully updated Fedora 15 system or a LiveCD image (download desktop spin).
How to test?[edit]
Prior to test:
- Fully update ABRT packages (even when running from LiveCD):
# yum update 'abrt*' --enablerepo=updates-testing
- Make sure abrtd and abrt-ccpp services are running:
# service abrtd start Starting abrtd (via systemctl): [ OK ] # service abrt-ccpp start Starting abrt-ccpp (via systemctl): [ OK ]
- File
/proc/sys/kernel/core_pattern
contains following output:
# cat /proc/sys/kernel/core_pattern |/usr/libexec/abrt-hook-ccpp /var/spool/abrt %s %c %p %u %g %t %h %e 636f726500
Please follow each of following ABRT test cases and sum up the results in the table below:
- QA:Testcase ABRT CCPP addon - C/C++ tracebacks
- QA:Testcase ABRT python - python tracebacks
- QA:Testcase ABRT kernel - kernel oops
- QA:TestCase ABRT BlackList - package blacklist
- QA:Testcase ABRT quota - limiting the space occupied by ABRT's cache
- QA:Testcase ABRT Bugzilla - Bugzilla plugin
- QA:Testcase ABRT Logger - Logger plugin
- QA:Testcase ABRT Mailx - Mailx plugin
- QA:Testcase ABRT SOSreport plugin - sosreport integration with ABRT
- QA:Testcase ABRT GUI MAIN - testing the GUI (probably already during the previous steps, so just to sum it up)
- QA:Testcase ABRT CLI - CLI interface
- QA:Testcase ABRT GUI Localized - exploring localized GUI
- QA:Testcase ABRT CLI Localized - exploring localized CLI
- QA:Testcase Retrace Server CLI - Retrace Server CLI
- QA:Testcase Retrace Server GUI - Retrace Server in ABRT GUI
- QA:Testcase ABRT third party event extension - event configuration
Test Results[edit]
If you have suggestions about UI, send them via email to developers and/or create a bug report.
Please report all bugs into Bugzilla against the abrt component and Fedora 15 release.
User | CCPP | python | kernel | Blacklist | quota | Bugzilla | Logger | Mailx | sosreport | GUI | CLI | GUI L10N | CLI L10N | RS CLI | RS GUI | 3rd-party | References |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Sample User | |||||||||||||||||
Jaroslav Škarvada |
| ||||||||||||||||
David Kutalek |
| ||||||||||||||||
Vít Ondruch |
| ||||||||||||||||
kparal | |||||||||||||||||
Michal Nowak | Other issues
| ||||||||||||||||
Luigi Votta | |||||||||||||||||
G.Wolfe Woodbury | |||||||||||||||||
Honza Horak |
| ||||||||||||||||
User | CCPP | python | kernel | Blacklist | quota | Bugzilla | Logger | Mailx | sosreport | GUI | CLI | GUI L10N | CLI L10N | RS CLI | RS GUI | 3rd-party | References |
Long comments[edit]
- ↑ Got message: Need writable directory, but '/var/spool/abrt/ccpp-2011-03-31-11:52:18-1939' is not writable. Move it to '/home/yarda/.abrt/spool' and operate on the moved copy?
But:
# rpm -V abrt
.....UGM. /var/run/abrt - ↑ Got many: Certificate is signed by an untrusted issuer: 'E=mtoman@redhat.com,CN =retrace01.fedoraproject.org,OU=BaseOS,O=Red Hat,L=Brno,C=CZ'.
- ↑ Got message: Missing separate debuginfo for Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/45/190d029703ca464ad5c5eb6b7f99426a51a2e3
- ↑ Passed, but the UI is ugly and confusing, e.g. I would like to be able to enter the bugzilla credentials (or create new account) after clicking the last confirmation button.
- ↑ Instructions about configuration of the abrt_event.conf and mailx plugin (Mailx.conf file needs to be created because it doesn't exist) are incomplete.
- ↑ I would prefer to be able to select reporter by e.g. number (or combination of numbers) and not to cycle Y/N through all available reporters.
- ↑ It is not fully localized to cs_CZ, e.g. "Problem", "Last Occurence", "Online Help", "Event Configuration" (and all strings in this dialog) strings are not localized.
- ↑ Not fully translated to Czech, but according to link to translation service, missing pieces were already translated - probably only not included in packages yet.
- ↑ The "configure event" is far from intuitive for bugzilla account configuration. The credentials should be explicitly requested from user if they are not configured instead of some strange error report.
- ↑ #191 When duplicate in Bugzilla is detected, abrt-gui should give more valuable information than "exit code = 139"
- ↑ there is no indications that something is being done during downloading debuginfo packages; some "loading..." message would prevent impatient user from closing the window untimely