From Fedora Project Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{draft}}
{{autolang|base=yes}}
{{autolang|base=yes}}


Line 21: Line 22:
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 - Jiří Moskovčák (jmoskovc), Nikola Pajkovsky (npajkovs), Denys Vlasenko (dvlasenk), Karel Klíč (kklic), Michal Toman (mtoman)
* Development - Jiří Moskovčák (jmoskovc), Nikola Pajkovsky (npajkovs), Denys Vlasenko (dvlasenk), Karel Klíč (kklic), Michal Toman (mtoman)
* Quality Assurance - [[User:Rmarko|Richard Marko]] (rmarko)
* Quality Assurance - [[User:Rmarko|Richard Marko]] (rmarko), [[User:mnowak|Michal Nowak]] (mnowak)


=== Prerequisite for Test Day ===  
=== Prerequisite for Test Day ===  
Line 41: Line 42:


==== '''Get latest abrt/libreport packages''' ====
==== '''Get latest abrt/libreport packages''' ====
The latest versions are:
libreport-2.0.5.981-0.fc16
abrt-2.0.4.981-1.fc16
- in case these are not available in the official repo, use [http://repos.fedorapeople.org/repos/jmoskovc/abrt/fedora-abrt.repo this] repo.


Use the following command to install/udpate all of them:
Use the following command to install/udpate all of them:
   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
   yum -y install --enablerepo=updates-testing abrt abrt-addon-ccpp abrt-addon-kerneloops abrt-addon-python abrt-desktop abrt-gui abrt-libs abrt-cli libreport libreport-cli libreport-gtk libreport-newt libreport-python libreport-plugin-mailx libreport-plugin-logger libreport-plugin-bugzilla libreport-plugin-kerneloops libreport-plugin-reportuploader




Line 61: Line 57:
<pre>
<pre>
# cat /proc/sys/kernel/core_pattern
# cat /proc/sys/kernel/core_pattern
|/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e
|/usr/libexec/abrt-hook-ccpp /var/spool/abrt %s %c %p %u %g %t %h %e 636f726500
</pre>
</pre>
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.}}


==== Testing ====
==== Testing ====
Line 75: Line 67:
# [[QA:Testcase_ABRT_Bugzilla]] - Bugzilla plugin
# [[QA:Testcase_ABRT_Bugzilla]] - Bugzilla plugin
# [[QA:Testcase_ABRT_Mailx]] - Mailx plugin
# [[QA:Testcase_ABRT_Mailx]] - Mailx plugin
# [[QA:TestCase ABRT BlackList]] - package blacklist
# [[QA:Testcase ABRT GPG check]] - reporting crashes of signed packages only
# [[QA:TestCase ABRT GPG Keys]] - additional keys for signing packages
# [[QA:Testcase ABRT Actions and Reporters]] - testing of action/reporting plugins
# [[QA:Testcase ABRT Cron]] - periodical plugins using Cron
# [[QA:Testcase ABRT Plugins]] - configuring plugins
# [[QA:Testcase ABRT CLI]] - CLI interface
# [[QA:Testcase ABRT CLI]] - CLI interface
# [[QA:Testcase ABRT kernel]] - kernel oops
# [[QA:Testcase ABRT kernel]] - kernel oops
# [[QA:Testcase ABRT vmcore]] - kernel oops
# [[QA:Testcase ABRT python]] - python tracebacks
# [[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/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.}}
Line 92: Line 84:


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.
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:Testcase_sample_1|Sample test 1]]
! [[QA:Testcase_ABRT_Logger|Logger reporting]]
! [[QA:Testcase_sample_2|Sample test 2]]
! [[QA:Testcase_ABRT_Bugzilla|Bugzilla reporting]]
! [[QA:Testcase_sample_3|Sample test 3]]
! [[QA:Testcase_ABRT_Mailx|Mailx plugin]]
! [[QA:Testcase_sample_4|Sample test 4]]
! [[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|none}}
| {{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/>
|-
| [[User:vondruch|Vít Ondruch]]
| {{result|pass}}
| {{result|pass||741222}}
| {{result|pass||741230|741231}}
|
|
| {{result|pass}}
| {{result|pass||741242}}
| {{result|inprogress}}
| <references/>
|-
| [[User:Rmarko|Richard Marko]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass||741257|741256}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|fail}}<ref>kdump failed to start</ref>
| <references/>
|-
| [[User:jmoskovc|Jiří Moskovčák]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|fail||741272}}
| <references/>
|-
| [[User:kklic|Karel Klic]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|
| {{result|fail||734656}}
| <references/>
|-
| [[User:mtoman|Michal Toman]]
| {{result|pass}}
| {{result|pass}}
|
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|
| <references/>
|-
| [[User:hhorak|Honza Horak]]
| {{result|pass||741674}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
|
|
|
| <references/>
|-
| [[Brano Nater]]<ref>abrt-2.0.4.981-1.fc16, libreport-2.0.5.982-1.fc16</ref>
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|fail||734656}}
| <references/>
| <references/>
|-
|-
|}
|}


==== Integration test cases ====
[[Category:Test Days]]
 
[[Category:QA Templates]]
{|
! 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/>
|-
| [[User:vondruch|Vít Ondruch]]
| {{result|pass}}
|
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:Rmarko|Richard Marko]]
| {{result|pass||741255|741258}}
| {{result|fail||741647|741589|741590}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|-
| [[User:jmoskovc|Jiří Moskovčák]]
| {{result|pass}}
| {{result|inprogress}}
| {{result|inprogress}}
| {{result|inprogress}}
| {{result|warn||741265}}
| <references/>
|-
| [[User:kklic|Karel Klic]]
|
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}<ref>unable to test step 12 on live cd</ref>
| {{result|fail||741265}}
| <references/>
|-
| [[User:mtoman|Michal Toman]]
| {{result|pass}}
|
|
|
|
| <references/>
|-
| [[Brano Nater]]
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| {{result|pass}}
| <references/>
|}
[[Category:Fedora 16 Test Days]]
Please note that all contributions to Fedora Project Wiki are considered to be released under the Attribution-Share Alike 4.0 International (see Fedora Project Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please solve the following task below and enter the answer in the box (more info):

Cancel Editing help (opens in new window)