aiodns icon indicating copy to clipboard operation
aiodns copied to clipboard

test_query_bad_chars started failing

Open mgorny opened this issue 1 year ago • 0 comments

I'm pretty sure it used to pass in the past, so I guess the domain changed:

======================================================================
ERROR: test_query_bad_chars (__main__.DNSTest.test_query_bad_chars)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/aiodns/tests.py", line 155, in test_query_bad_chars
    result = self.loop.run_until_complete(f)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
aiodns.error.DNSError: (4, 'Domain name not found')

This is aac8df5e650efd94ad71566a070a0a91b8233840 with Python 3.11.3.

mgorny avatar May 29 '23 06:05 mgorny