| Summary: | [RFE] Add process synchronisation routines | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hubert Kario <hkario> | ||||||
| Component: | beakerlib | Assignee: | Hubert Kario <hkario> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 19 | CC: | azelinka, pmuller, psplicha | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | beakerlib-1.9-3.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-07-30 06:58:18 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Bug Depends On: | 970143 | ||||||||
| Bug Blocks: | 1116308, 1116317 | ||||||||
| Attachments: |
|
||||||||
|
Description
Hubert Kario
2013-11-19 15:21:19 UTC
Created attachment 826142 [details]
0001-new-routines-for-socket-based-synchronisation
Add new function, rlWaitForSocket, that can wait for a network service
to start. To be used instead of `sleep' when testing network-centric
services.
Created attachment 826144 [details]
0002-add-synchronisation-to-system-library
Make beakerlib load and install synchronisation related routines by default.
Comment on attachment 826142 [details] 0001-new-routines-for-socket-based-synchronisation https://lists.fedorahosted.org/pipermail/beakerlib-devel/2013-November/000040.html New set of patches posted: https://lists.fedorahosted.org/pipermail/beakerlib-devel/2013-November/000043.html *** Bug 970143 has been marked as a duplicate of this bug. *** Final set of patches posted: https://lists.fedorahosted.org/pipermail/beakerlib-devel/2013-November/000050.html Also, a small bash "wait" wrapper https://lists.fedorahosted.org/pipermail/beakerlib-devel/2013-November/000058.html And another addition: https://lists.fedorahosted.org/pipermail/beakerlib-devel/2013-November/000060.html Waiting for the socket to stop listening. implements rlWaitForSocket --close option beakerlib-1.9-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/beakerlib-1.9-1.fc20 Package beakerlib-1.9-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing beakerlib-1.9-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7442/beakerlib-1.9-1.fc20 then log in and leave karma (feedback). beakerlib-1.9-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/beakerlib-1.9-2.fc20 Please consider the package fixing this bug available in Fedora stable repos once bz1116308 is closed and RHEL stable repos once bz1116317 is closed. Fixed in: beakerlib-1.9-2.fc19 beakerlib-1.9-2.fc20 beakerlib-1.9-2.fc21 beakerlib-1.9-3.el5 beakerlib-1.9-2.el6 beakerlib-1.9-2.el7 beakerlib-1.9-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/beakerlib-1.9-3.fc20 beakerlib-1.9-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |