8000
Skip to content

Design, implement, and test AIONextID#650

Merged
brainix merged 16 commits intomasterfrom
aionextid
Mar 4, 2022
Merged

Design, implement, and test AIONextID#650
brainix merged 16 commits intomasterfrom
aionextid

Conversation

@brainix
Copy link
Copy Markdown
Owner
@brainix brainix commented Mar 4, 2022

No description provided.

brainix added 16 commits March 3, 2022 22:43
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'.
@brainix brainix marked this pull request as ready for review March 4, 2022 09:43
@brainix brainix self-assigned this Mar 4, 2022
@brainix
Copy link
Copy Markdown
Owner Author
brainix commented Mar 4, 2022

🐟

@brainix brainix merged commit 9049640 into master Mar 4, 2022
@brainix brainix deleted the aionextid branch March 4, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0