aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
538 stars 69 forks source link

test_query_bad_chars started failing #107

Open mgorny opened 1 year ago

mgorny commented 1 year ago

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.