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 6: Line 6:
|-
|-
|}
|}
__NOTOC__


== 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:
Line 13: Line 14:
* [[Features/Presto]]
* [[Features/Presto]]


== 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 - [[User:Lmacken]], [[User:Skvidal]], [[User:Jdieter]]
* Development - [[User:Lmacken]], [[User:Skvidal]], [[User:Jdieter]]
* Quality Assurance - [[User:Psklenar]], [[User:Jhutar]], [[User:Adamwill|Adam Williamson]]
* Quality Assurance - [[User:Psklenar]], [[User:Jhutar]]
* Others on #presto-test on server freenode


== Prerequisites for Test Day ==
=== Prerequisite for Test Day ===  


You will need a '''Fedora 11 Beta''' system with root access (as we are going to work with yum and rpm). You should have your favourite package set installed. We will provide a repo with F11 Snapshot1 packages with delta RPMs and presto metadata generated, so everybody can do Beta -> Snapshot1 upgrade. Unfortunately there is no live CD for this test day, as you need an installed system to properly test this feature.
You will need a system where you have a root access as we are going to work with yum and RPM. Ideally, you will have an X installed, so we will be able to test GUI applications as well.


* Where to get F11 Beta: https://fedoraproject.org/en/get-prerelease ([http://mirrors.fedoraproject.org/publiclist/Fedora/11-Beta/ all mirrors])
We will store what we did in the table below, so if you want to update it yourself, you will need an Fedora account - you may [https://admin.fedoraproject.org/accounts/ create] it in 3 minutes.
* Where to get ''yum-presto'' (it is not in the Beta): http://koji.fedoraproject.org/koji/buildinfo?buildID=93831 (or check [http://mirrors.fedoraproject.org/publiclist/Fedora/development/ development repo] if you need some dependencies) or <pre>yum --enablerepo=rawhide install yum-presto</pre>
* Make sure you are running deltarpm-3.4-15 ('rpm -q deltarpm'): <pre>yum --enablerepo=rawhide update deltarpm</pre>
* Create a F11 Snapshot1 Presto repo configuration (e.g. edit /etc/yum.conf):
=== i386 ===
<pre>cat <<EOF> /etc/yum.repos.d/fedora-presto-testday.repo
[PrestoTestDay]
name=PrestoTestDay F11 Snapshot1 with drpms
baseurl=http://people.redhat.com/psklenar/repodata/i386/Packages
enabled=1
gpgcheck=0
EOF
</pre>
=== x86_64===
<pre>cat <<EOF> /etc/yum.repos.d/fedora-presto-testday.repo
[PrestoTestDay]
name=PrestoTestDay F11 Snapshot1 with drpms
baseurl=http://skvidal.fedorapeople.org/presto-test/x86_64/Packages/
enabled=1
gpgcheck=0
EOF
</pre>


If you will find a bug, please report it through [https://bugzilla.redhat.com Bugzilla] and make it depend on bug ''PrestoTestDay'' (just put PrestoTestDay into the ''Blocks:'' field). If you do not have an account there, you may [https://bugzilla.redhat.com/createaccount.cgi create] one, or just ask somebody on the #fedora-qa to report the bug for you.


{{admon/warning|You will be removing packages, be sure you will not remove any important one as kernel, glibc and so on - it happened before ;-)}}


{{admon/warning|Remove with caution|You will be removing packages, make sure not to remove any important ones like kernel, glibc and so on - it happened before!}}
=== How to test? ===


== How to test? ==
What we want to test? We want to ensure, that packages serching/installing/updating/uninstalling works, that it works in all the different ways users are using it and that Presto related tools also works.


What do we want to test exactly? We want to ensure, that packages serching/installing/updating/uninstalling works, that it works in all the different ways users are using it and that Presto related tools also works.
=== Test Cases and Results ===


* [[QA:Testcase_YumPresto_basics_cmd]]
==== on command-line ====
* [[QA:Testcase_YumPresto_PackageKit]]
# rpm -q yum yum-presto
*# rpm -q yum yum-presto PackageKit PackageKit-yum PackageKit-yum-plugin gnome-packagekit ...
# Try to search/install/upgrade/remove/group* few packages
*# Try to search/install/upgrade/remove few packages (test it as a non root user) in gnome-packagekit (System -> Administration -> Add/Remove Software)
* [[QA:Testcase_YumPresto_yumex]]
*# rpm -q yum yum-presto yumex ...
*# Try to search/install/upgrade/remove/group* few packages using your favourite GUI tool (e.g. yumex)
* [[QA:Testcase_YumPresto_createrepo]]


{{admon/note|Dependencies?|  You will need ''[http://koji.fedoraproject.org/koji/buildinfo?buildID=98103 createrepo-0.9.7-4.fc11]'' or newer from [http://koji.fedoraproject.org/koji/packageinfo?packageID=603 koji] (older ones had a bug)}}
==== with PackageKit ====
# rpm -q yum yum-presto PackageKit PackageKit-yum PackageKit-yum-plugin gnome-packagekit ...
# Try to search/install/upgrade/remove/group* few packages (test it as a root and a user)


== Results ==
==== with other GUI tools ====
# rpm -q yum yum-presto yumex ...
# Try to search/install/upgrade/remove/group* few packages using your favourite GUI tool (e.g. yumex)


We will store results in the table below. This page is editable without a Fedora login for those who do not want to sign the CLA, but if you do have a FAS account, please log in before editing.
==== related tools ====
# rpm -q createrepo presto-utils
# Create a repository from few packages you have
# Try to use that repository


If you find a bug, please report it through [https://bugzilla.redhat.com Bugzilla] and make it depend on bug ''PrestoTestDay'' (just put PrestoTestDay into the ''Blocks:'' field). If you do not have an account there, you may [https://bugzilla.redhat.com/createaccount.cgi create] one, or just ask somebody on the #fedora-qa to report the bug for you.
=== Results ===


{|
{|
! user !! command/action !! system !! downloaded !! time !! relevant packages versions !! other plugins
! user !! command/action !! system !! bandwidth !! time !! relevant packages versions !!
|-
|-
 
| [[Used:Tester1]] || <code>yum search yum</code> || Intel Core 2 DUO 2.20GHz, 2GB RAM, ... || ???kB || real 0m1.094s, user 0m0.832s, sys 0m0.148s || yum-3.2.21-2.fc10.noarch yum-presto-0.4.5-1.fc9.noarch, yum-fastestmirror-1.1.19-1.fc10.noarch || and few other plugins
| Markino (aka TopoMorto) || <code>yum update</code> || VirtualBox 2.2 ... || ???kB || real 14m51.956s, user 2m46.799s, sys 1m32.895s || yum-3.2.22-4.fc11.noarch yum-presto-0.4.5-4.fc11.noarch, yum-fastestmirror-1.1.21-2.fc11.noarch || no other plugins
|-
 
| Petr Lautrbach || <code>yum update</code> || kvm-74-11.fc10.x86_64, guest - x86_64, 512M Ram || downloaded 236M, would have been downloaded 262M, savings of 10 percent || N/A || yum-presto-0.4.5-4.fc11.noarch, yum-3.2.22-1.fc11.noarch || -
|-
 
| [[User:mnowak | Michal Nowak]] || <code>yum upgrade kernel</code> || host(Rawhide.x86_64) + guest(KVM/F-11-Beta.x86_64) || 22 MB v. 9.7 MB saved 57 % || the rebuilding rpms from deltas took ~2 mins, but probably worth the savings || yum-3.2.21-16.fc11 & yum-presto-0.4.5-4.fc11 || refresh-packagekit
|-
 
| [[User:mnowak | Michal Nowak]] || <code>yum upgrade openoffice.org\*</code> || host(Rawhide.x86_64) + guest(KVM/F-11-Beta.x86_64) || 129 MB v. 11 MB saved 92 % || the rebuilding rpms from deltas took ~3 mins, but definitely worth the savings || yum-3.2.21-16.fc11 & yum-presto-0.4.5-4.fc11 || refresh-packagekit
|-
 
| [[User:mnowak | Michal Nowak]] || <code>yum upgrade \*PackageKit\* \*gnome-packagekit\*</code> || host(Rawhide.x86_64) + guest(KVM/F-11-Beta.x86_64) || 4 MB v. 1.3 MB saved 69 % ||  || yum-3.2.21-16.fc11 & yum-presto-0.4.5-4.fc11 || refresh-packagekit
|-
 
| [[User:mmaslano | Marcela Maslanova]] || <code>time yum update -y sos --enablerepo=myrepo</code> || rawhide  2.6.29.1-70.fc11.x86_64 || downloaded 54K, would have been downloaded 185K, savings of 71 percent || real 0m22.392s user 0m7.605s sys 0m1.277s || yum-presto-0.4.5-4.fc11.noarch, yum-3.2.22-1.fc11.noarch || no other plugins
|-
 
| [[User:psklenar | Petr Sklenar]] || <code>[http://fpaste.org/paste/9264 yum update]</code> || rawhide  2.6.29.1-70.fc11.x86_64; +-beta.i386 to people.redhat.com/psklenar/repodata/i386 || downloaded 120M, would have been downloaded 305M, savings of 61 percent ||  || yum-presto-0.4.5-4.fc11.noarch, yum-3.2.22-1.fc11.noarch || no other plugins  
|-
 
| Riku Seppälä || <code>yum update openoffice*</code> || 2.6.29-0.258.2.3.rc8.git2.fc11.x86_64  || downloaded 11M, would have been downloaded 129M, savings of 92 percent || N/A || yum-3.2.22-4.fc11.noarch yum-presto-0.4.5-4.fc11.noarch || no other plugins
|-
 
| [[User:jhutar]] || <code>yum update</code> || 8xXeon CPU E5320@1.86GHz, 1GB RAM (from F11Beta to F11Snap1, i386 system, 664 packages) || downloaded 130M, would have been downloaded 345M, savings of 63 percent || real 21m17.767s, user 9m28.387s, sys 0m56.330s || Beta yum + yum-presto-0.4.5-4.fc11 || no other plugins
|-
 
| [[User:Lmacken]] || <code>yum update</code> || Tested on both KDE and GNOME F11 Beta spins, upgrading to F11snap1 || Downloaded 197M, would have been 407M.  Savings of 52% || N/A ||  yum-presto-0.4.5-4.fc11, deltarpm-3.4.15.fc11 ||
|-
 
| [[User:gsreekantan | Gireesh Sreekantan]] || <code>yum update</code> || Tested updating Beta (Fedora 10.92) to snap 1 with GNOME and LXDE installed - KVM guest|| Downloaded 197M, would have been 408M.  Savings of 52%. yum update transmission gave a savings of 38% || Rebuiling took 20minutes - maybe due to KVM ||  yum-presto-0.4.5-4.fc11, deltarpm-3.4.15.fc11 || refresh-packagekit, presto plugins installed
|-
 
| [[User:jhutar]] || [[QA:Testcase_YumPresto_basics_cmd|basics]] || 8xXeon CPU E5320@1.86GHz, 1GB RAM || as expected || no performacne problems observed || yum-presto-0.4.5-4.fc11 || refresh-packagekit
|-
|-
 
| [[Used:Tester1]] || <code>...</code> || ... || ... || ... || ... || ...
| [[User:jhutar]] || <code>yum update</code> || 4 x Xeon CPU X3353@2.66GHz; 4GB RAM (from F11Beta to F11Snap1, x86_64 system, 1124 packages) || Downloaded 221M, would have been downloaded 799M, savings of 73 percent || real 28m58.142s, user 15m52.641s, sys 2m3.990s || yum-3.2.22-4.fc11.noarch, yum-presto-0.4.5-4.fc11.noarch || no other plugins
|}
|}


[[Category:Fedora 11 Test Days]]
[[Category:Proposed_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)