Skip Menu |

This queue is for tickets about the Net-Lookup-DotTel CPAN distribution.

Report information
The Basics
Id: 121345
Status: resolved
Priority: 0/
Queue: Net-Lookup-DotTel

People
Owner: pause-zebaz [...] nederhost.nl
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: Tests started to fail (since 2017-04-07)
Looking at http://fast-matrix.cpantesters.org/?dist=Net-Lookup-DotTel%200.03;reports=1#sl=7,1 there are no more pass reports anymore for some weeks. On my smoker machines the test suite fails like this: ... # Failed test 'get_keywords()' # at t/02_lookup_with_network.t line 29. # Failed test 'get_postal_address()' # at t/02_lookup_with_network.t line 34. # Failed test 'get_postal_address() order field' # at t/02_lookup_with_network.t line 36. # Failed test 'get_postal_address() address1 field' # at t/02_lookup_with_network.t line 37. # Failed test 'get_postal_address() postcode field' # at t/02_lookup_with_network.t line 38. # Failed test 'get_postal_address() city field' # at t/02_lookup_with_network.t line 39. # Failed test 'get_services()' # at t/02_lookup_with_network.t line 44. # Failed test 'get_services() services field' # at t/02_lookup_with_network.t line 45. # Failed test 'get_services() uri field' # at t/02_lookup_with_network.t line 46. # Failed test 'get_services() order field' # at t/02_lookup_with_network.t line 47. # Failed test 'get_services() preference field' # at t/02_lookup_with_network.t line 48. # Failed test 'get_text()' # at t/02_lookup_with_network.t line 51. # Failed test 'lookup() with valid third level domain' # at t/02_lookup_with_network.t line 53. # Looks like you failed 13 tests of 15. t/02_lookup_with_network.t ..... Dubious, test returned 13 (wstat 3328, 0xd00) Failed 13/15 subtests ...
Hi, On Mon Apr 24 02:10:27 2017, SREZIC wrote: Show quoted text
> Looking at http://fast-matrix.cpantesters.org/?dist=Net-Lookup- > DotTel%200.03;reports=1#sl=7,1 there are no more pass reports anymore > for some weeks.
Thanks for the report! The .tel registry lifted restrictions and scrapped their old control panel, as a result of which the domain used by the tests was no longer configured properly. I modified the test to use the telnic.tel domain which IS configured in a way that will make the tests pass. Version 0.04 of the distribution with modified tests should be available shortly. Sebastiaan