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_query_bad_chars started failing #107

Open
mgorny opened this issue May 29, 2023 · 0 comments
Open

test_query_bad_chars started failing #107

mgorny opened this issue May 29, 2023 · 0 comments

Comments

@mgorny
Copy link
Contributor

mgorny commented May 29, 2023

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 aac8df5 with Python 3.11.3.

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

No branches or pull requests

1 participant