Bug 459933 (perl-RPC-XML)
| Summary: | Review Request: perl-RPC-XML - Set of classes for core data, message and XML handling | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Weyl <cweyl> |
| Component: | Package Review | Assignee: | Marcela Mašláňová <mmaslano> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, hobbes1069, notting |
| Target Milestone: | --- | Flags: | mmaslano:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://search.cpan.org/dist/RPC-XML/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-08 18:14:17 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: | 454102 | ||
|
Description
Chris Weyl
2008-08-24 20:24:42 UTC
Strange thing: t/40_server..........NOK 9/54 # Failed test 'RPC::XML::Server::url method (set)' # at t/40_server.t line 58. # got: 'http://localhost.localdomain:9000/' # expected: 'http://localhost:9000/' t/40_server..........ok 24/54# Looks like you failed 1 test of 54. t/40_server..........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 9 Failed 1/54 tests, 98.15% okay Is there any reason why this build fail on my computer and run ok in koji? - rpmlint checks return: OK - package meets naming guidelines OK - package meets packaging guidelines OK - license, text in %doc, matches source OK - spec file legible, in am. english - possibly yes - source matches upstream OK - package compiles on devel (x86) - comment#1 OK - no missing BR OK - no unnecessary BR OK - no locales OK - not relocatable OK - owns all directories that it creates OK - no duplicate files OK - permissions ok OK - %clean ok OK - macro use consistent OK - code, not content OK - no need for -docs OK - nothing in %doc affects runtime OK - no need for .desktop file OK (In reply to comment #2) > Strange thing: > t/40_server..........NOK 9/54 > # Failed test 'RPC::XML::Server::url method (set)' > # at t/40_server.t line 58. > # got: 'http://localhost.localdomain:9000/' > # expected: 'http://localhost:9000/' > t/40_server..........ok 24/54# Looks like you failed 1 test of 54. > t/40_server..........dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 9 > Failed 1/54 tests, 98.15% okay > > Is there any reason why this build fail on my computer and run ok in koji? Oddly, I found that that particular test is highly sensitive to the order of hostnames on the loopback line in /etc/hosts. e.g. it failed on my laptop when the line was: 127.0.0.1 athena localhost localhost.localdomain But passed just fine when I moved 'athena' to the end of the line. I would disable the test since it's pretty broken. Wrapped it in a TODO. Not ideal, but then, we don't really expect it to consistently work, so... http://koji.fedoraproject.org/koji/taskinfo?taskID=787971 SRPM URL: http://fedora.biggerontheinside.net/review/perl-RPC-XML-0.60-2.fc9.src.rpm SPEC URL: http://fedora.biggerontheinside.net/review/perl-RPC-XML.spec I had similar problem with hosts test in perl packages. I thought that's problem of lazy network. Switch off this one test isn't problem for review, but it should be fixed in upstream. (In reply to comment #7) > I had similar problem with hosts test in perl packages. I thought that's > problem of lazy network. Switch off this one test isn't problem for review, but > it should be fixed in upstream. Yah, and reported as such (see http://rt.cpan.org/Public/Bug/Display.html?id=38917 ). Heh. Apparently 'APPROVED' is my Pavlovian trigger... :-) New Package CVS Request ======================= Package Name: perl-RPC-XML Short Description: Set of classes for core data, message and XML handling Owners: cweyl Branches: F-8, F-9, devel InitialCC: perl-sig cvs done. Imported and built. Thanks for the review! :-) Package Change Request ====================== Package Name: perl-RPC-XML New Branches: el6 Owners: hobbes1069 InitialCC: Needed for fldigi Git done (by process-git-requests). Package Change Request ====================== Package Name: perl-RPC-XML New Branches: epel7 Owners: hobbes1069 InitialCC: Git done (by process-git-requests). |