Bug 695826
Summary: | Error running multiple concurrent syncs | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
Component: | z_other | Assignee: | John Matthews <jmatthew> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | jmatthew, kbidarka |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 22 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 13:59:38 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: | 641987, 688298 |
Description
Jay Dobies
2011-04-12 19:03:10 UTC
Note: this is from the RHUI branch. If this was fixed in master, we need to make sure the fix has made it to the RHUI branch as well. Pushed associated commits to rhui branch on 4/13/11. There is a specific unit tests to test syncing 6 repos (containing pulp qe builds). unit{rhui}$ nosetests test_repo_sync.py:TestRepoSync.test_sync_multiple_repos . ---------------------------------------------------------------------- Ran 1 test in 21.536s OK build: 0.168 Select one or more repositories to schedule to be synchronized before its scheduled time. The sync will happen as soon as possible depending on other tasks that may be executing in the RHUI. Only repositories that are not currently synchronizing are displayed. Last Result Next Sync Repository ------------------------------------------ - 1 : scheduled 05-16-2011 22:38 Red Hat Enterprise Linux Server (RPMs) (5Server-x86_64) - 2 : scheduled 05-16-2011 22:6 Red Hat Enterprise Linux Server 6 Optional Releases (SRPMS) (6Server-i386) - 3 : scheduled 05-16-2011 22:6 Red Hat Enterprise Linux Server 6 Optional Releases (SRPMS) (6Server-x86_64) - 4 : scheduled 05-16-2011 22:6 Red Hat Enterprise Linux Server 6 Optional Updates (RPMs) (6Server-i386) - 5 : scheduled 05-16-2011 22:6 Red Hat Enterprise Linux Server 6 Optional Updates (RPMs) (6Server-x86_64) x 6 : scheduled 05-17-2011 1:20 Red Hat Enterprise Linux Server 6 Optional Updates (SRPMS) (6Server-i386) x 7 : scheduled 05-17-2011 1:20 Red Hat Enterprise Linux Server 6 Optional Updates (SRPMS) (6Server-x86_64) - 8 : scheduled 05-16-2011 22:38 Red Hat Enterprise Linux Server 6 Releases (RPMs) (6Server-x86_64) - 9 : scheduled 05-16-2011 22:7 Red Hat Update Infrastructure 1.2 (RPMs) (5Server-i386) - 10: scheduled 05-16-2011 22:38 Red Hat Update Infrastructure 1.2 (RPMs) (5Server-x86_64) x 11: scheduled 05-17-2011 1:20 Red Hat Update Infrastructure 1.2 (SRPMS) (5Server-i386) x 12: scheduled 05-17-2011 1:20 Red Hat Update Infrastructure 1.2 (SRPMS) (5Server-x86_64) Enter value from (1-12) to toggle selection, 'c' to confirm selections, or '?' for more commands: c The following repositories will be scheduled for synchronization: Red Hat Enterprise Linux Server 6 Optional Updates (SRPMS) (6Server-i386) Red Hat Enterprise Linux Server 6 Optional Updates (SRPMS) (6Server-x86_64) Red Hat Update Infrastructure 1.2 (SRPMS) (5Server-i386) Red Hat Update Infrastructure 1.2 (SRPMS) (5Server-x86_64) Proceed? (y/n) y Scheduling sync for Red Hat Enterprise Linux Server 6 Optional Updates (SRPMS) (6Server-i386)... ... successfully scheduled for the next available timeslot. Scheduling sync for Red Hat Enterprise Linux Server 6 Optional Updates (SRPMS) (6Server-x86_64)... ... successfully scheduled for the next available timeslot. Scheduling sync for Red Hat Update Infrastructure 1.2 (SRPMS) (5Server-i386)... ... successfully scheduled for the next available timeslot. Scheduling sync for Red Hat Update Infrastructure 1.2 (SRPMS) (5Server-x86_64)... ... successfully scheduled for the next available timeslot. ------------------------------------------------------------------------------ rhui (sync) => dr Tried syncing multiple repos and it worked fine. [root@pulp-server ~]# rpm -qav | grep -ie pulp -ie rhui pulp-0.0.171-1.el6.noarch rh-rhui-tools-2.0.22-1.el6.noarch pulp-common-0.0.171-1.el6.noarch pulp-client-0.0.171-1.el6.noarch Closing with Community Release 15 pulp-0.0.223-4. |