Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures #4

Closed
eserte opened this issue May 1, 2019 · 1 comment · Fixed by #6
Closed

Test failures #4

eserte opened this issue May 1, 2019 · 1 comment · Fixed by #6

Comments

@eserte
Copy link

eserte commented May 1, 2019

t/01_simple.t fails on some of my smoker systems:

    #   Failed test at t/01_simple.t line 82.
    #     Structures begin differing at:
    #          $got->[0][0] = Does not exist
    #     $expected->[0][0] = '50.112.116.235'
    # Looks like you failed 1 test of 1.

#   Failed test 'this domain is okay.  50.112.116.235.xip.io isn't blocked'
#   at t/01_simple.t line 84.

    #   Failed test 'ok'
    #   at t/01_simple.t line 89.
    #     Structures begin differing at:
    #          $got->[0][0] = Does not exist
    #     $expected->[0][0] = '50.112.116.235'
    # Looks like you failed 1 test of 2.

#   Failed test 'internal. bad.  blocked by default by module.'
#   at t/01_simple.t line 91.
# Looks like you failed 2 tests of 12.
t/01_simple.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests 

Reason for the failures is unknown, statistical analysis does not give any hints.

bleargh45 added a commit to bleargh45/Net-DNS-Paranoid that referenced this issue Aug 30, 2021
`xip.io` stopped working long ago, and `nip.io` provides a similar
service and should be working.  Update test accordingly.

Resolves tokuhirom#4
@wolfsage
Copy link

Oof, just hit this. Any chance of a release with this fix?

tokuhirom added a commit that referenced this issue Feb 6, 2024
Changelog diff is:

diff --git Changes Changes
index d12e228..4d9ce58 100644
--- Changes
+++ Changes
@@ -2,6 +2,32 @@ Revision history for Perl extension Net::DNS::Paranoid
 
 {{$NEXT}}
 
+0.09 2024-02-06T05:59:30Z
+
+    commit 2d84b68
+    Author: Graham TerMarsch <graham@howlingfrog.com>
+    Date:   Mon Aug 30 13:14:00 2021 -0700
+
+        Switch to `nip.io`, from `xip.io` in this test.
+        
+        `xip.io` stopped working long ago, and `nip.io` provides a similar
+        service and should be working.  Update test accordingly.
+        
+        Resolves #4
+    ---
+    t/01_simple.t | 6 +++---
+    1 file changed, 3 insertions(+), 3 deletions(-)
+
+    commit d642ca1
+    Author: Anirvan Chatterjee <anirvan@users.noreply.github.com>
+    Date:   Fri Aug 24 11:53:18 2018 -0700
+
+        Fix typo in comment ("Uf" -> "If")
+    ---
+    lib/Net/DNS/Paranoid.pm | 2 +-
+    1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 0.08 2015-09-30T07:01:36Z
 
     - fixed test case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants