m (Dkutalek moved page Test Day:2012-09-27 ABRT to Test Day:2012-09-19 ABRT: Test day moved to other date) |
No edit summary |
||
Line 14: | Line 14: | ||
== What to test? == | == What to test? == | ||
Today's instalment of Fedora Test Day will focus on ''' | Today's instalment of Fedora Test Day will focus on '''Automated Bug Reporting Tool ([[Features/ABRT|ABRT]])''' and '''Unified Problem Reporting UI ([[Features/Unified Problem Reporting UI|libreport]])'''. | ||
== Who's available == | == Who's available == | ||
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ... | The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ... | ||
* Development - | * Development - Jiří Moskovčák (jmoskovc), Denys Vlasenko (dvlasenk), Karel Klíč (kklic), Michal Toman (mtoman) | ||
* Quality Assurance - [[User: | * Quality Assurance - [[User:dkutalek|David Kutalek]] (dkutalek), [[User:Rmarko|Richard Marko]] (rmarko), Martin Kyral (mkyral) | ||
== Prerequisite for Test Day == | == Prerequisite for Test Day == | ||
* Physical machine or a virtual machine | |||
* An updated [http://alt.fedoraproject.org/pub/alt/nightly-composes/ Fedora 18 pre-release] | |||
== How to test? == | |||
=== '''Update your machine''' === | |||
If you're running Fedora 18, make sure you have all the current updates for it installed, using the update manager. | |||
=== '''Live image''' === | |||
You may download a non-destructive Fedora 18 live image for your architecture. Tips on using a live image are available at [[FedoraLiveCD]]. | |||
Download the [http://alt.fedoraproject.org/pub/alt/nightly-composes/ nightly Fedora 18 build] for your architecture. Choose the mainstream 'desktop' spin or any other desktop-like spin (kde, lxde, xfce). | |||
== | ==== '''Get latest abrt/libreport packages''' ==== | ||
The latest versions are (FIXME): | |||
abrt-2.0.12-1.fc18<br/> | |||
libreport-2.0.13-1.fc18<br/> | |||
btparser-0.18-2.fc18 | |||
Use the following command to install/update all of them (FIXME): | |||
= | <pre> | ||
yum -y install --enablerepo=updates-testing \ | |||
abrt abrt-addon-ccpp abrt-addon-kerneloops abrt-addon-python abrt-desktop \ | |||
abrt-gui abrt-libs abrt-cli abrt-retrace-client \ | |||
libreport libreport-cli libreport-gtk libreport-newt libreport-python \ | |||
libreport-plugin-mailx libreport-plugin-logger libreport-plugin-bugzilla \ | |||
libreport-plugin-kerneloops libreport-plugin-reportuploader | |||
</pre> | |||
Make sure that: | |||
* '''abrtd''' and '''abrt-ccpp''' services are running: | |||
<pre> | |||
# service abrtd start | |||
Starting abrtd (via systemctl): [ OK ] | |||
# service abrt-ccpp start | |||
Starting abrt-ccpp (via systemctl): [ OK ] | |||
</pre> | |||
* file {{filename|/proc/sys/kernel/core_pattern}} contains following output: | |||
<pre> | |||
# cat /proc/sys/kernel/core_pattern | |||
|/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e | |||
</pre> | |||
<strike>To be able to use the retrace server feature you have to edit the configuration and change its URL to {{command|retrace02.fedoraproject.org}}. To do so, open {{command|abrt-gui}} and go to ''Edit->Preferences->Retrace Server'' and change the URL to {{command|retrace02.fedoraproject.org}} and write '''insecure''' to insecure option entry. | |||
{{admon/warning|Temporary retrace server|As this is only a temporary state and '''insecure''' option is required for the second server to work it's not a good idea to use coredumps that may contain sensitive data. The second server will replace main server soon.}} | |||
</strike> FIXME: probably just sensitive data warning? | |||
== Test Cases == | == Test Cases == | ||
Follow each of these test cases (FIXME): | |||
# [[QA:Testcase_ABRT]] - default crash report | |||
# [[QA:Testcase_ABRT_Logger]] - Logger plugin | |||
# [[QA:Testcase_ABRT_Bugzilla]] - Bugzilla plugin | |||
# [[QA:Testcase_ABRT_Mailx]] - Mailx plugin | |||
# [[QA:Testcase ABRT CLI]] - CLI interface | |||
# [[QA:Testcase ABRT kernel]] - kernel oops | |||
# [[QA:Testcase ABRT vmcore]] - kernel oops | |||
# [[QA:Testcase ABRT python]] - python tracebacks | |||
# [[QA:Testcase Libreport sealert]] - sealert integration | |||
# [[QA:Testcase Libreport anaconda]] - anaconda integration | |||
# [[QA:Testcase Libreport firstboot]] - firstboot integration | |||
# [[QA:Testcase Retrace Server CLI]] - Retrace Server CLI | |||
# [[QA:Testcase Retrace Server GUI]] - Retrace Server in ABRT GUI | |||
{{admon/important|Close all fake bugs you create!|During certain test cases you will be required to simulate application crashes and report these crashes into Bugzilla. It is '''very important''' that after every such fake report you open the link provided by ABRT and '''close that bug''' as NOTABUG with comment like ''"ABRT testing bug"''. Otherwise you would overload package developers with fake bug reports. Thank you.}} | |||
{{admon/note|Report SELinux denials against ABRT|If you encounter some SELinux (AVC) denials during testing, please report them against the '''abrt''' package, not '''selinux''' package. Thanks.}} | |||
== Test Results == | == Test Results == | ||
If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for the component [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version= | If you have problems with any of the tests, report a bug to [https://bugzilla.redhat.com Bugzilla] usually for the component [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=16&component=abrt abrt], or [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=16&component=libreport libreport] for bugs in the libreport library. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one. For each test case, use the [[Template:result|result template]] to enter your result, as shown in the example result line. | ||
==== Abrt test cases ==== | |||
{| | {| | ||
! User | ! User | ||
! | ! [[QA:Testcase_ABRT|Basic test]] | ||
! [[QA: | ! [[QA:Testcase_ABRT_Logger|Logger reporting]] | ||
! [[QA: | ! [[QA:Testcase_ABRT_Bugzilla|Bugzilla reporting]] | ||
! [[QA: | ! [[QA:Testcase_ABRT_Mailx|Mailx plugin]] | ||
! [[QA: | ! [[QA:Testcase ABRT CLI|CLI interface]] | ||
! [[QA:Testcase ABRT kernel|Kernel oops]] | |||
! [[QA:Testcase ABRT python|Python crash]] | |||
! [[QA:Testcase ABRT vmcore|Kernel panic(vmcore)]] | |||
! References | ! References | ||
|- | |- | ||
| [[User:SampleUser|Sample User]] | | [[User:SampleUser|Sample User]] | ||
| {{result|pass}} | | {{result|pass}} | ||
| {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref> | | {{result|warn}} <ref>Test pass, but also encountered {{bz|54321}}</ref> | ||
| {{result|fail}} <ref>{{bz|12345}}</ref> | | {{result|fail}} <ref>{{bz|12345}}</ref> | ||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| <references/> | |||
|- | |||
|} | |||
==== Integration test cases ==== | |||
{| | |||
! User | |||
! [[QA:Testcase Libreport sealert|sealert]] | |||
! [[QA:Testcase Libreport anaconda|anaconda]] | |||
! [[QA:Testcase Libreport firstboot|firstboot]] | |||
! [[QA:Testcase Retrace Server CLI|Retrace cli]] | |||
! [[QA:Testcase Retrace Server GUI|Retrace gui]] | |||
! References | |||
|- | |||
| [[User:SampleUser|Sample User]] | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| {{result|inprogress}} | |||
| <references/> | | <references/> | ||
|- | |- | ||
Line 84: | Line 153: | ||
[[Category:Test Days]] | [[Category:Test Days]] | ||
Revision as of 19:04, 29 August 2012
Fedora Test Days | |
---|---|
FIXME | |
Date | <<FIXME>> |
Time | all day |
Website | QA/Fedora_18_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | test |
What to test?
Today's instalment of Fedora Test Day will focus on Automated Bug Reporting Tool (ABRT) and Unified Problem Reporting UI (libreport).
Who's available
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Development - Jiří Moskovčák (jmoskovc), Denys Vlasenko (dvlasenk), Karel Klíč (kklic), Michal Toman (mtoman)
- Quality Assurance - David Kutalek (dkutalek), Richard Marko (rmarko), Martin Kyral (mkyral)
Prerequisite for Test Day
- Physical machine or a virtual machine
- An updated Fedora 18 pre-release
How to test?
Update your machine
If you're running Fedora 18, make sure you have all the current updates for it installed, using the update manager.
Live image
You may download a non-destructive Fedora 18 live image for your architecture. Tips on using a live image are available at FedoraLiveCD.
Download the nightly Fedora 18 build for your architecture. Choose the mainstream 'desktop' spin or any other desktop-like spin (kde, lxde, xfce).
Get latest abrt/libreport packages
The latest versions are (FIXME):
abrt-2.0.12-1.fc18
libreport-2.0.13-1.fc18
btparser-0.18-2.fc18
Use the following command to install/update all of them (FIXME):
yum -y install --enablerepo=updates-testing \ abrt abrt-addon-ccpp abrt-addon-kerneloops abrt-addon-python abrt-desktop \ abrt-gui abrt-libs abrt-cli abrt-retrace-client \ libreport libreport-cli libreport-gtk libreport-newt libreport-python \ libreport-plugin-mailx libreport-plugin-logger libreport-plugin-bugzilla \ libreport-plugin-kerneloops libreport-plugin-reportuploader
Make sure that:
- 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 %s %c %p %u %g %t e
To be able to use the retrace server feature you have to edit the configuration and change its URL to retrace02.fedoraproject.org
. To do so, open abrt-gui
and go to Edit->Preferences->Retrace Server and change the URL to retrace02.fedoraproject.org
and write insecure to insecure option entry.
FIXME: probably just sensitive data warning?
Test Cases
Follow each of these test cases (FIXME):
- QA:Testcase_ABRT - default crash report
- QA:Testcase_ABRT_Logger - Logger plugin
- QA:Testcase_ABRT_Bugzilla - Bugzilla plugin
- QA:Testcase_ABRT_Mailx - Mailx plugin
- QA:Testcase ABRT CLI - CLI interface
- QA:Testcase ABRT kernel - kernel oops
- QA:Testcase ABRT vmcore - kernel oops
- QA:Testcase ABRT python - python tracebacks
- QA:Testcase Libreport sealert - sealert integration
- QA:Testcase Libreport anaconda - anaconda integration
- QA:Testcase Libreport firstboot - firstboot integration
- QA:Testcase Retrace Server CLI - Retrace Server CLI
- QA:Testcase Retrace Server GUI - Retrace Server in ABRT GUI
Test Results
If you have problems with any of the tests, report a bug to Bugzilla usually for the component abrt, or libreport for bugs in the libreport library. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one. For each test case, use the result template to enter your result, as shown in the example result line.
Abrt test cases
User | Basic test | Logger reporting | Bugzilla reporting | Mailx plugin | CLI interface | Kernel oops | Python crash | Kernel panic(vmcore) | References |
---|---|---|---|---|---|---|---|---|---|
Sample User |
Integration test cases
User | sealert | anaconda | firstboot | Retrace cli | Retrace gui | References |
---|---|---|---|---|---|---|
Sample User |