(Drop direct Test Days category membership) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 78: | Line 78: | ||
|- | |- | ||
| [[User:rhe|Hurry]] | | [[User:rhe|Hurry]] | ||
| {{result|warn||684742}}<ref>Also tested low /boot space for download. A window displayed warning 'failed to download install data. This could be caused by a missing network connection or a bad mirror'</ref> | | {{result|warn||684742}}<ref group="long">Also tested low /boot space for download. A window displayed warning 'failed to download install data. This could be caused by a missing network connection or a bad mirror'</ref> | ||
| {{result|warn||684742}} | | {{result|warn||684742}} | ||
| {{result|warn||684742}} | | {{result|warn||684742}} | ||
Line 92: | Line 92: | ||
| {{result|fail||684742}} | | {{result|fail||684742}} | ||
| {{result|none}} | | {{result|none}} | ||
| {{result|fail||635432}} <ref><p>It even did not start downloading packages printing:</p> | | {{result|fail||635432}} <ref group="long"><p>It even did not start downloading packages printing:</p> | ||
<p>"File "/usr/share/yum-cli/output.py", line 687, in userconfirm</p> | <p>"File "/usr/share/yum-cli/output.py", line 687, in userconfirm</p> | ||
<p> choice = raw_input(_('Is this ok [y/N]: '))</p> | <p> choice = raw_input(_('Is this ok [y/N]: '))</p> | ||
Line 125: | Line 125: | ||
|} | |} | ||
[[Category:Fedora 15 Test Days]] | == Long comments == | ||
<references group="long" /> | |||
[[Category:Fedora 15 Test Days]] |
Latest revision as of 19:43, 26 June 2015
Fedora Test Days | |
---|---|
Preupgrade | |
Date | 2011-03-17 |
Time | all day |
Website | QA/Fedora_15_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | test |
What to test?[edit]
Today's instalment of Fedora Test Day will focus on Preupgrade
Who's available[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Development - Richard Hughes (IRC: hughsie)
- Quality Assurance - He Rui (IRC: rhe)
Prerequisite for Test Day[edit]
- A Fedora 14 (or Fedora 13) bare metal or virtual system
- A working network connection
- The following
preupgrade-1.1.9-1
package must be installed:- Fedora 13 -
preupgrade-1.1.9-1.fc13.noarch
- Fedora 14 -
preupgrade-1.1.9-1.fc14.noarch
- Fedora 15 -
preupgrade-1.1.9-1.fc15.noarch
- Fedora 13 -
To install using koji
, type:
FEDVER=$(rpm -q --qf "%{version}" fedora-release) koji download-build --latestfrom=dist-f${FEDVER}-updates-candidate --arch=noarch preupgrade yum install preupgrade*.rpm
How to test?[edit]
Follow the test cases below to preupgrade your existing Fedora 13 or 14 system.
Test Cases[edit]
- QA:Testcase_Preupgrade - Preupgrade F-14 system
- QA:Testcase_Preupgrade_from_older_release - Preupgrade F-13 system
- QA:Testcase_Preupgrade_cli - Preupgrade-cli and its command-line options
Test Results[edit]
If you have problems with any of the tests, report a bug to Bugzilla usually for the component preupgrade. 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.
User | preupgrade | preupgrade older release | preupgrade-cli | References |
---|---|---|---|---|
Sample User | ||||
Richard Vijay | ||||
redwolfe | redwolfe [1]
|
|||
Hurry | [long 1] | |||
Tao Wu | ||||
bsfmig | [long 2] | |||
Walter Justen | ||||
Walter Justen | ||||
doronbr770 | ||||
Gene Stuckey |
Long comments[edit]
- ↑ Also tested low /boot space for download. A window displayed warning 'failed to download install data. This could be caused by a missing network connection or a bad mirror'
- ↑
It even did not start downloading packages printing:
"File "/usr/share/yum-cli/output.py", line 687, in userconfirm
choice = raw_input(_('Is this ok [y/N]: '))
UnicodeEncodeError: 'ascii' codec can't encode characters...".
It seems to be a yum bug related to upstream--Python.