Bug 246626
| Summary: | Pass invalid channel errors to rhn-download-manager | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Network | Reporter: | James Bowes <jbowes> |
| Component: | RHN/Backend | Assignee: | Bryan Kearney <bkearney> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Stephen Herr <sherr> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rhn500 | CC: | bkearney, rhn-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | US=16306 | ||
| Fixed In Version: | 5.0.5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-04-07 20:01:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 433460 | ||
|
Description
James Bowes
2007-07-03 14:16:14 UTC
To test:
* get the downloads for a channel:
rhn-download-manager --server localhost --show-all --list rhel-i386-server-5
-o dls.csv
* edit the file, remove all but one line (for simplicity), and edit the
channel label to a channel that doesn't exist
* try and upload the data:
rhn-download-manager --server localhost --upload dls.csv --no-validation
* you should get a nicely formatted error message saying the channel is invalid
requires rhn-content-mgmt-0.5.0 from brew AO 3/3/08--verified in dev now get this error message:
Error Message:
Invalid channel rhel-amy
Error Class Code: 50
Error Class Info: Invalid information uploaded to the server
SH 3/14/08--verified in qa. Now get this error message:
Error Message:
Invalid channel rhel-sherr
Error Class Code: 50
Error Class Info: Invalid information uploaded to the server
|