Bug 1416014
Summary: | rlWaitForSocket --close now waits for incorrect socket | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frantisek Sumsal <fsumsal> |
Component: | beakerlib | Assignee: | Jakub Heger <jheger> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 30 | CC: | azelinka, dapospis, hkario, jheger, mkyral, muller, szidek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | beakerlib-1.18-3 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-24 14:51:17 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: | |
Embargoed: | |||
Bug Depends On: | 1496120 | ||
Bug Blocks: | 1388422 |
Description
Frantisek Sumsal
2017-01-24 11:10:09 UTC
*** Bug 1416018 has been marked as a duplicate of this bug. *** (In reply to Frantisek Sumsal from comment #0) > The matching itself must be exact - current solution with grep -E causes 22 > being matched even if a port 2222 is opened instead of 22. Fortunately this cannot happen as the regexp is not that dumb. But it may happed in case of unix socket. This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle. Changing version to '27'. I propose to limit monitoring to local ports and to add --remote to specify monitoring to remote port. This would be backward incompatible change but it is more natural approach. This bug appears to have been reported against 'rawhide' during the Fedora 30 development cycle. Changing version to '30. Should be fixed by commit https://github.com/beakerlib/beakerlib/commit/4ac8297be3d6bca718269dab1d5a1c8f4ebfb257 Dalibor could you please review it/test it? |