[GH-ISSUE #399] 1.1.1.1 test failure #298

Closed
opened 2026-02-26 10:30:40 +03:00 by kerem · 1 comment
Owner

Originally created by @ThomasWaldmann on GitHub (Nov 18, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/399

sometimes fails:

_____________________ TestReverseLookup.test_rev_lookup_v4 _____________________
self = <nsupdate.main._tests.test_dnstools.TestReverseLookup object at 0x7faceb055588>
    def test_rev_lookup_v4(self):
        name, ip = 'one.one.one.one', '1.1.1.1'
>       assert rev_lookup(ip) == name
E       AssertionError: assert '' == 'one.one.one.one'
E         + one.one.one.one
nsupdate/main/_tests/test_dnstools.py:123: AssertionError
Originally created by @ThomasWaldmann on GitHub (Nov 18, 2018). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/399 sometimes fails: ``` _____________________ TestReverseLookup.test_rev_lookup_v4 _____________________ self = <nsupdate.main._tests.test_dnstools.TestReverseLookup object at 0x7faceb055588> def test_rev_lookup_v4(self): name, ip = 'one.one.one.one', '1.1.1.1' > assert rev_lookup(ip) == name E AssertionError: assert '' == 'one.one.one.one' E + one.one.one.one nsupdate/main/_tests/test_dnstools.py:123: AssertionError ```
kerem closed this issue 2026-02-26 10:30:40 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Apr 9, 2019):

this test is annoying, fails frequently.

kill the test?

<!-- gh-comment-id:481303469 --> @ThomasWaldmann commented on GitHub (Apr 9, 2019): this test is annoying, fails frequently. kill the test?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#298
No description provided.