Bug 973172 - Need error handling and message for repo sync with a bad feed
Summary: Need error handling and message for repo sync with a bad feed
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Pulp
Classification: Retired
Component: rpm-support
Version: 2.2 Beta
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: pulp-bugs
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-11 12:16 UTC by Preethi Thomas
Modified: 2015-02-28 21:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-28 21:56:47 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Pulp Redmine 355 0 None None None Never

Description Preethi Thomas 2013-06-11 12:16:09 UTC
Description of problem:

Repo sync fails with no error message when syncing repos with a bad feed url.

Version-Release number of selected component (if applicable):

[root@hp-dl360g6-01 ~]# rpm -q pulp-server
pulp-server-2.2.0-0.2.beta.fc18.noarch

How reproducible:


Steps to Reproduce:
1.create a repo with bad feed 
2.Sync the repo
3.

Actual results:
[root@hp-dl360g6-01 ~]# pulp-admin iso repo create --repo-id "ABC" --feed test
Successfully created repository [ABC]

[root@hp-dl360g6-01 ~]# pulp-admin rpm repo create --repo-id "ABCD" --feed test
Successfully created repository [ABCD]

[root@hp-dl360g6-01 ~]# pulp-admin rpm repo sync run --repo-id "ABCD" 
+----------------------------------------------------------------------+
                    Synchronizing Repository [ABCD]
+----------------------------------------------------------------------+

This command may be exited by pressing ctrl+c without affecting the actual
operation on the server.

Downloading metadata...
[-]
[root@hp-dl360g6-01 ~]# pulp-admin iso repo sync run --repo-id "ABCD" 
+----------------------------------------------------------------------+
                    Synchronizing Repository [ABCD]
+----------------------------------------------------------------------+

This command may be exited by pressing ctrl+c without affecting the actual
operation on the server.



Expected results:


Additional info:

Comment 1 Michael Hrivnak 2013-07-05 19:45:09 UTC
It looks like this has been fixed for both iso and rpm syncs.

Comment 2 Jeff Ortel 2013-09-12 22:35:55 UTC
build: 2.3.0-0.10.alpha

Comment 3 Preethi Thomas 2013-09-19 20:22:48 UTC
failing, iso repo sync with bad feed's output should be consistent with rpm

[root@pulp-v2-server ~]# pulp-admin iso repo create --repo-id "ABC" --feed test
Successfully created repository [ABC]

[root@pulp-v2-server ~]#  pulp-admin rpm repo create --repo-id "ABCD" --feed test
Successfully created repository [ABCD]

[root@pulp-v2-server ~]# pulp-admin rpm repo sync run --repo-id "ABCD" 
+----------------------------------------------------------------------+
                    Synchronizing Repository [ABCD]
+----------------------------------------------------------------------+

This command may be exited by pressing ctrl+c without affecting the actual
operation on the server.

Downloading metadata...
[-]
... failed

Unsupported scheme: 

[root@pulp-v2-server ~]# pulp-admin iso repo sync run --repo-id "ABC"
+----------------------------------------------------------------------+
                     Synchronizing Repository [ABC]
+----------------------------------------------------------------------+

This command may be exited by pressing ctrl+c without affecting the actual
operation on the server.

Downloading the Pulp Manifest failed:

	{u'response_code': 0, u'error_message': u"Couldn't resolve host 'test'",
u'error_code': 6}

[root@pulp-v2-server ~]#

Comment 4 Chris Duryee 2014-11-11 22:08:30 UTC
These still have different outputs as of pulp 2.4.3

$ pulp-admin rpm repo sync run --repo-id "ABCD" 
+----------------------------------------------------------------------+
                    Synchronizing Repository [ABCD]
+----------------------------------------------------------------------+

This command may be exited via ctrl+c without affecting the request.


Downloading metadata...
[-]
... failed

Unsupported scheme: 


Task Failed

Importer indicated a failed response



$ pulp-admin iso repo sync run --repo-id "ABC" 
+----------------------------------------------------------------------+
                     Synchronizing Repository [ABC]
+----------------------------------------------------------------------+

This command may be exited via ctrl+c without affecting the request.


Downloading the Pulp Manifest failed:

        {}


Task Failed

Importer indicated a failed response

Comment 5 Brian Bouterse 2015-02-28 21:56:47 UTC
Moved to https://pulp.plan.io/issues/355


Note You need to log in before you can comment on or make changes to this bug.