Conversation
This keeps our class name capitalization scheme parallel to `AIORedlock`.
https://github.com/brainix/pottery/runs/5419821720?check_suite_focus=true ====================================================================== ERROR: test_aiter (test_aionextid.AIONextIDTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/pottery/pottery/tests/test_aionextid.py", line 90, in test_aiter self._setup() File "/home/runner/work/pottery/pottery/tests/test_aionextid.py", line 78, in _setup self.aioredis = AIORedis.from_url(self.redis_url, socket_timeout=1) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/redis/asyncio/client.py", line 141, in from_url connection_pool = ConnectionPool.from_url(url, **kwargs) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/redis/asyncio/connection.py", line 1341, in from_url return cls(**kwargs) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/redis/asyncio/connection.py", line 1366, in __init__ self._lock = asyncio.Lock() File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/locks.py", line 161, in __init__ self._loop = events.get_event_loop() File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/events.py", line 644, in get_event_loop % threading.current_thread().name) RuntimeError: There is no current event loop in thread 'MainThread'.
Owner
Author
|
🐟 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.