Giter VIP home page Giter VIP logo

Comments (2)

kloczek avatar kloczek commented on June 2, 2024

Here is pytest output:

+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-aioredis-2.0.1-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-aioredis-2.0.1-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra --deselect 'tests/test_connection.py::test_invalid_response[pool]'
1730188:C 22 Aug 2022 07:22:02.620 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1730188:C 22 Aug 2022 07:22:02.620 # Redis version=7.0.4, bits=64, commit=00000000, modified=0, pid=1730188, just started
1730188:C 22 Aug 2022 07:22:02.620 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
1730188:M 22 Aug 2022 07:22:02.621 * Increased maximum number of open files to 10032 (it was originally set to 1024).
1730188:M 22 Aug 2022 07:22:02.621 * monotonic clock: POSIX clock_gettime
                _._
           _.-``__ ''-._
      _.-``    `.  `_.  ''-._           Redis 7.0.4 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1730188
  `-._    `-._  `-./  _.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |           https://redis.io
  `-._    `-._`-.__.-'_.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |
  `-._    `-._`-.__.-'_.-'    _.-'
      `-._    `-.__.-'    _.-'
          `-._        _.-'
              `-.__.-'

1730188:M 22 Aug 2022 07:22:02.622 # Server initialized
1730188:M 22 Aug 2022 07:22:02.622 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1730188:M 22 Aug 2022 07:22:02.624 * Ready to accept connections
Test session starts (platform: linux, Python 3.8.13, pytest 7.1.2, pytest-sugar 0.9.4)
rootdir: /home/tkloczko/rpmbuild/BUILD/aioredis-py-2.0.1
plugins: forked-1.4.0, cov-3.0.0, xdist-2.5.0, asyncio-0.19.0, sugar-0.9.4
asyncio: mode=strict
collecting ...

――――――――――――――――――――――――――――――――――――――――――――――――――― TestResponseCallbacks.test_response_callbacks[single-python-parser] ――――――――――――――――――――――――――――――――――――――――――――――――――――

self = <tests.test_commands.TestResponseCallbacks object at 0x7f5a0f772d30>, r = <async_generator object r at 0x7f5a0eeeb5e0>

    async def test_response_callbacks(self, r: aioredis.Redis):
>       assert r.response_callbacks == aioredis.Redis.RESPONSE_CALLBACKS
E       AttributeError: 'async_generator' object has no attribute 'response_callbacks'

tests/test_commands.py:55: AttributeError

 tests/test_commands.py ⨯                                                                                                                                      0%

―――――――――――――――――――――――――――――――――――――――――――――――――――― TestResponseCallbacks.test_response_callbacks[pool-python-parser] ―――――――――――――――――――――――――――――――――――――――――――――――――――――

self = <tests.test_commands.TestResponseCallbacks object at 0x7f5a0f772fd0>, r = <async_generator object r at 0x7f5a0f23e160>

    async def test_response_callbacks(self, r: aioredis.Redis):
>       assert r.response_callbacks == aioredis.Redis.RESPONSE_CALLBACKS
E       AttributeError: 'async_generator' object has no attribute 'response_callbacks'

tests/test_commands.py:55: AttributeError

 tests/test_commands.py ⨯ss                                                                                                                                    0%

[..]

========================================================================= short test summary info ==========================================================================
SKIPPED [2] tests/test_commands.py:54: hiredis is not installed
SKIPPED [2] tests/test_commands.py:61: hiredis is not installed
SKIPPED [2] tests/test_commands.py:66: hiredis is not installed
SKIPPED [2] tests/test_commands.py:72: hiredis is not installed
SKIPPED [2] tests/test_commands.py:78: hiredis is not installed
SKIPPED [2] tests/test_commands.py:84: hiredis is not installed
SKIPPED [2] tests/test_commands.py:101: hiredis is not installed
SKIPPED [2] tests/test_commands.py:106: hiredis is not installed
SKIPPED [2] tests/test_commands.py:221: hiredis is not installed
SKIPPED [2] tests/test_commands.py:238: hiredis is not installed
SKIPPED [2] tests/test_commands.py:281: hiredis is not installed
SKIPPED [2] tests/test_commands.py:299: hiredis is not installed
SKIPPED [2] tests/test_commands.py:317: hiredis is not installed
SKIPPED [2] tests/test_commands.py:335: hiredis is not installed
SKIPPED [2] tests/test_commands.py:341: hiredis is not installed
SKIPPED [2] tests/test_commands.py:346: hiredis is not installed
SKIPPED [2] tests/test_commands.py:351: hiredis is not installed
SKIPPED [2] tests/test_commands.py:359: hiredis is not installed
SKIPPED [2] tests/test_commands.py:363: hiredis is not installed
SKIPPED [2] tests/test_commands.py:370: hiredis is not installed
SKIPPED [2] tests/test_commands.py:374: hiredis is not installed
SKIPPED [2] tests/test_commands.py:379: hiredis is not installed
SKIPPED [2] tests/test_commands.py:403: hiredis is not installed
SKIPPED [2] tests/test_commands.py:417: hiredis is not installed
SKIPPED [2] tests/test_commands.py:442: hiredis is not installed
SKIPPED [2] tests/test_commands.py:467: hiredis is not installed
SKIPPED [2] tests/test_commands.py:474: hiredis is not installed
SKIPPED [2] tests/test_commands.py:481: hiredis is not installed
SKIPPED [2] tests/test_commands.py:486: hiredis is not installed
SKIPPED [2] tests/test_commands.py:494: hiredis is not installed
SKIPPED [2] tests/test_commands.py:503: hiredis is not installed
SKIPPED [2] tests/test_commands.py:508: hiredis is not installed
SKIPPED [2] tests/test_commands.py:511: hiredis is not installed
SKIPPED [2] tests/test_commands.py:518: hiredis is not installed
SKIPPED [2] tests/test_commands.py:521: hiredis is not installed
SKIPPED [2] tests/test_commands.py:528: hiredis is not installed
SKIPPED [2] tests/test_commands.py:531: hiredis is not installed
SKIPPED [2] tests/test_commands.py:552: hiredis is not installed
SKIPPED [2] tests/test_commands.py:560: hiredis is not installed
SKIPPED [2] tests/test_commands.py:564: hiredis is not installed
SKIPPED [2] tests/test_commands.py:572: hiredis is not installed
SKIPPED [2] tests/test_commands.py:578: hiredis is not installed
SKIPPED [2] tests/test_commands.py:597: hiredis is not installed
SKIPPED [2] tests/test_commands.py:603: hiredis is not installed
SKIPPED [2] tests/test_commands.py:611: hiredis is not installed
SKIPPED [2] tests/test_commands.py:619: hiredis is not installed
SKIPPED [2] tests/test_commands.py:630: hiredis is not installed
SKIPPED [2] tests/test_commands.py:641: hiredis is not installed
SKIPPED [2] tests/test_commands.py:654: hiredis is not installed
SKIPPED [2] tests/test_commands.py:663: hiredis is not installed
SKIPPED [2] tests/test_commands.py:671: hiredis is not installed
SKIPPED [2] tests/test_commands.py:676: hiredis is not installed
SKIPPED [2] tests/test_commands.py:681: hiredis is not installed
SKIPPED [2] tests/test_commands.py:688: hiredis is not installed
SKIPPED [2] tests/test_commands.py:693: hiredis is not installed
SKIPPED [2] tests/test_commands.py:700: hiredis is not installed
SKIPPED [2] tests/test_commands.py:708: hiredis is not installed
SKIPPED [2] tests/test_commands.py:716: hiredis is not installed
SKIPPED [2] tests/test_commands.py:726: hiredis is not installed
SKIPPED [2] tests/test_commands.py:739: hiredis is not installed
SKIPPED [2] tests/test_commands.py:746: hiredis is not installed
SKIPPED [2] tests/test_commands.py:751: hiredis is not installed
SKIPPED [2] tests/test_commands.py:759: hiredis is not installed
SKIPPED [2] tests/test_commands.py:765: hiredis is not installed
SKIPPED [2] tests/test_commands.py:769: hiredis is not installed
SKIPPED [2] tests/test_commands.py:776: hiredis is not installed
SKIPPED [2] tests/test_commands.py:789: hiredis is not installed
SKIPPED [2] tests/test_commands.py:805: hiredis is not installed
SKIPPED [2] tests/test_commands.py:811: hiredis is not installed
SKIPPED [2] tests/test_commands.py:816: hiredis is not installed
SKIPPED [2] tests/test_commands.py:824: hiredis is not installed
SKIPPED [2] tests/test_commands.py:829: hiredis is not installed
SKIPPED [2] tests/test_commands.py:836: hiredis is not installed
SKIPPED [2] tests/test_commands.py:845: hiredis is not installed
SKIPPED [2] tests/test_commands.py:853: hiredis is not installed
SKIPPED [2] tests/test_commands.py:859: hiredis is not installed
SKIPPED [2] tests/test_commands.py:868: hiredis is not installed
SKIPPED [2] tests/test_commands.py:877: hiredis is not installed
SKIPPED [2] tests/test_commands.py:884: hiredis is not installed
SKIPPED [2] tests/test_commands.py:889: hiredis is not installed
SKIPPED [2] tests/test_commands.py:897: hiredis is not installed
SKIPPED [2] tests/test_commands.py:903: hiredis is not installed
SKIPPED [2] tests/test_commands.py:910: hiredis is not installed
SKIPPED [2] tests/test_commands.py:919: hiredis is not installed
SKIPPED [2] tests/test_commands.py:924: hiredis is not installed
SKIPPED [2] tests/test_commands.py:930: hiredis is not installed
SKIPPED [2] tests/test_commands.py:936: hiredis is not installed
SKIPPED [2] tests/test_commands.py:943: hiredis is not installed
SKIPPED [2] tests/test_commands.py:949: hiredis is not installed
SKIPPED [2] tests/test_commands.py:957: hiredis is not installed
SKIPPED [2] tests/test_commands.py:964: hiredis is not installed
SKIPPED [2] tests/test_commands.py:971: hiredis is not installed
SKIPPED [2] tests/test_commands.py:976: hiredis is not installed
SKIPPED [2] tests/test_commands.py:982: hiredis is not installed
SKIPPED [2] tests/test_commands.py:988: hiredis is not installed
SKIPPED [2] tests/test_commands.py:997: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1002: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1008: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1015: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1019: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1026: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1033: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1038: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1053: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1064: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1075: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1084: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1088: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1094: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1101: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1105: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1112: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1118: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1125: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1131: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1143: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1149: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1154: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1161: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1168: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1174: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1206: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1214: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1225: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1233: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1243: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1252: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1260: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1269: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1277: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1286: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1295: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1300: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1304: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1310: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1318: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1324: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1332: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1339: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1343: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1350: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1357: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1369: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1374: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1382: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1388: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1393: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1400: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1421: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1429: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1434: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1442: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1446: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1452: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1456: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1464: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1471: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1477: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1484: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1491: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1498: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1505: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1513: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1521: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1533: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1545: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1566: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1575: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1590: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1609: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1615: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1622: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1627: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1637: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1642: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1649: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1670: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1689: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1695: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1701: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1713: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1725: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1737: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1750: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1757: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1767: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1781: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1802: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1813: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1817: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1824: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1829: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1834: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1839: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1845: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1852: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1856: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1860: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1869: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1876: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1883: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1890: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1894: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1898: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1905: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1912: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1926: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1937: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1945: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1953: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1961: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1975: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1979: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1983: hiredis is not installed
SKIPPED [2] tests/test_commands.py:1988: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2026: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2031: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2034: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2039: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2044: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2047: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2050: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2053: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2056: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2059: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2062: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2065: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2068: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2071: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2074: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2080: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2085: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2089: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2094: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2099: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2110: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2115: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2126: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2137: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2143: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2148: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2163: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2178: hiredis is not installed
SKIPPED [4] tests/test_commands.py:2182: Redis version required < 4.0.0
SKIPPED [2] tests/test_commands.py:2187: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2199: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2210: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2223: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2279: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2292: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2310: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2322: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2338: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2371: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2392: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2406: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2444: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2469: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2484: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2505: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2529: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2547: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2559: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2578: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2603: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2614: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2622: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2651: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2675: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2698: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2741: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2823: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2846: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2865: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2934: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2945: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2950: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2957: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2977: hiredis is not installed
SKIPPED [2] tests/test_commands.py:2994: hiredis is not installed
SKIPPED [2] tests/test_commands.py:3030: hiredis is not installed
SKIPPED [2] tests/test_commands.py:3037: hiredis is not installed
SKIPPED [2] tests/test_connection.py:27: hiredis is not installed
SKIPPED [2] tests/test_connection.py:34: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:42: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:49: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:62: hiredis is not installed
SKIPPED [4] tests/test_connection_pool.py:74: hiredis is not installed
SKIPPED [4] tests/test_connection_pool.py:81: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:582: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:593: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:609: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:624: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:650: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:660: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:687: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:693: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:706: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:713: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:723: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:734: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:745: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:769: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:788: hiredis is not installed
SKIPPED [2] tests/test_connection_pool.py:828: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:21: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:28: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:35: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:44: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:52: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:60: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:68: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:78: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:96: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:101: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:105: hiredis is not installed
SKIPPED [2] tests/test_encoding.py:109: hiredis is not installed
SKIPPED [2] tests/test_lock.py:22: hiredis is not installed
SKIPPED [2] tests/test_lock.py:30: hiredis is not installed
SKIPPED [2] tests/test_lock.py:34: hiredis is not installed
SKIPPED [2] tests/test_lock.py:47: hiredis is not installed
SKIPPED [2] tests/test_lock.py:73: hiredis is not installed
SKIPPED [2] tests/test_lock.py:76: hiredis is not installed
SKIPPED [2] tests/test_lock.py:79: hiredis is not installed
SKIPPED [2] tests/test_lock.py:89: hiredis is not installed
SKIPPED [2] tests/test_lock.py:95: hiredis is not installed
SKIPPED [2] tests/test_lock.py:101: hiredis is not installed
SKIPPED [2] tests/test_lock.py:113: hiredis is not installed
SKIPPED [2] tests/test_lock.py:120: hiredis is not installed
SKIPPED [2] tests/test_lock.py:126: hiredis is not installed
SKIPPED [2] tests/test_lock.py:139: hiredis is not installed
SKIPPED [2] tests/test_lock.py:144: hiredis is not installed
SKIPPED [2] tests/test_lock.py:154: hiredis is not installed
SKIPPED [2] tests/test_lock.py:162: hiredis is not installed
SKIPPED [2] tests/test_lock.py:170: hiredis is not installed
SKIPPED [2] tests/test_lock.py:178: hiredis is not installed
SKIPPED [2] tests/test_lock.py:183: hiredis is not installed
SKIPPED [2] tests/test_lock.py:190: hiredis is not installed
SKIPPED [2] tests/test_lock.py:197: hiredis is not installed
SKIPPED [2] tests/test_lock.py:206: hiredis is not installed
SKIPPED [2] tests/test_lock.py:211: hiredis is not installed
SKIPPED [2] tests/test_lock.py:218: hiredis is not installed
SKIPPED [2] tests/test_lock.py:227: hiredis is not installed
SKIPPED [2] tests/test_monitor.py:9: hiredis is not installed
SKIPPED [2] tests/test_monitor.py:15: hiredis is not installed
SKIPPED [2] tests/test_monitor.py:26: hiredis is not installed
SKIPPED [2] tests/test_monitor.py:32: hiredis is not installed
SKIPPED [2] tests/test_monitor.py:39: hiredis is not installed
SKIPPED [2] tests/test_monitor.py:46: hiredis is not installed
SKIPPED [2] tests/test_multiprocessing.py:167: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:11: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:16: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:35: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:43: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:56: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:64: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:75: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:92: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:121: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:135: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:149: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:163: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:178: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:194: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:211: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:225: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:238: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:250: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:270: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:284: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:308: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:316: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:331: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:346: hiredis is not installed
SKIPPED [2] tests/test_pipeline.py:364: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:81: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:85: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:123: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:127: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:178: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:182: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:186: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:203: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:221: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:225: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:243: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:247: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:276: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:286: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:309: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:317: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:325: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:336: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:346: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:356: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:368: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:400: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:412: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:424: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:435: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:446: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:463: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:484: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:495: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:503: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:512: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:529: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:539: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:548: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:559: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:572: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:593: hiredis is not installed
SKIPPED [2] tests/test_pubsub.py:615: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:29: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:36: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:43: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:52: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:61: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:78: hiredis is not installed
SKIPPED [2] tests/test_scripting.py:108: hiredis is not installed
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_close_connection_in_child
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_close_connection_in_parent
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_pool[1]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_pool[2]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_pool[None]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_close_pool_in_main[1]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_close_pool_in_main[2]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_close_pool_in_main[None]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_aioredis_client[single-connection-python-parser]
xfail tests/test_multiprocessing.py::TestMultiprocessing::test_aioredis_client[pool-python-parser]
FAILED tests/test_commands.py::TestResponseCallbacks::test_response_callbacks[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_commands.py::TestResponseCallbacks::test_response_callbacks[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'response_c...
FAILED tests/test_commands.py::TestResponseCallbacks::test_case_insensitive_command_names[single-connection-python-parser] - AttributeError: 'async_generator' object has...
FAILED tests/test_commands.py::TestResponseCallbacks::test_case_insensitive_command_names[pool-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_commands.py::TestRedisCommands::test_command_on_invalid_key_type[single-connection-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_commands.py::TestRedisCommands::test_command_on_invalid_key_type[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lpush'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_cat_no_category[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_cat_no_category[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_cat'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_cat_with_category[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_cat_with_category[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_cat'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_deluser[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_delu...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_deluser[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_delu...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_deluser[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_deluser[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_genpass[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_genp...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_genpass[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_genpass'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_getuser_setuser[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_getuser_setuser[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_getuser_setuser[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_setuser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_getuser_setuser[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_list[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_setuser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_list[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_list[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_setuser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_list[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_log[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_setuser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_log[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_log[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_setuser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_log[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_deluser'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_categories_without_prefix_fails[single-connection-python-parser] - AttributeError: 'async_generator' o...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_categories_without_prefix_fails[single-connection-python-parser] - AttributeError: 'async_generator' o...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_categories_without_prefix_fails[pool-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_categories_without_prefix_fails[pool-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_commands_without_prefix_fails[single-connection-python-parser] - AttributeError: 'async_generator' obj...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_commands_without_prefix_fails[single-connection-python-parser] - AttributeError: 'async_generator' obj...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_commands_without_prefix_fails[pool-python-parser] - AttributeError: 'async_generator' object has no at...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_commands_without_prefix_fails[pool-python-parser] - AttributeError: 'async_generator' object has no at...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_add_passwords_and_nopass_fails[single-connection-python-parser] - AttributeError: 'async_generator' ob...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_add_passwords_and_nopass_fails[single-connection-python-parser] - AttributeError: 'async_generator' ob...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_add_passwords_and_nopass_fails[pool-python-parser] - AttributeError: 'async_generator' object has no a...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_setuser_add_passwords_and_nopass_fails[pool-python-parser] - AttributeError: 'async_generator' object has no a...
FAILED tests/test_commands.py::TestRedisCommands::test_acl_users[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_users'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_users[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_users'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_whoami[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_whoami'
FAILED tests/test_commands.py::TestRedisCommands::test_acl_whoami[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'acl_whoami'
FAILED tests/test_commands.py::TestRedisCommands::test_client_list[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_l...
FAILED tests/test_commands.py::TestRedisCommands::test_client_list[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_list'
FAILED tests/test_commands.py::TestRedisCommands::test_client_list_type[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'cli...
FAILED tests/test_commands.py::TestRedisCommands::test_client_list_type[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_list'
FAILED tests/test_commands.py::TestRedisCommands::test_client_id[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_id'
FAILED tests/test_commands.py::TestRedisCommands::test_client_id[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_id'
FAILED tests/test_commands.py::TestRedisCommands::test_client_unblock[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'clien...
FAILED tests/test_commands.py::TestRedisCommands::test_client_unblock[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_id'
FAILED tests/test_commands.py::TestRedisCommands::test_client_getname[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'clien...
FAILED tests/test_commands.py::TestRedisCommands::test_client_getname[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_getname'
FAILED tests/test_commands.py::TestRedisCommands::test_client_setname[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'clien...
FAILED tests/test_commands.py::TestRedisCommands::test_client_setname[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_setname'
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_s...
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_setname'
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill_filter_invalid_params[single-connection-python-parser] - AttributeError: 'async_generator' object has ...
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill_filter_invalid_params[pool-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill_filter_by_id[single-connection-python-parser] - AttributeError: 'async_generator' object has no attrib...
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill_filter_by_id[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_s...
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill_filter_by_addr[single-connection-python-parser] - AttributeError: 'async_generator' object has no attr...
FAILED tests/test_commands.py::TestRedisCommands::test_client_kill_filter_by_addr[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client...
FAILED tests/test_commands.py::TestRedisCommands::test_client_list_after_client_setname[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_commands.py::TestRedisCommands::test_client_list_after_client_setname[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_client_pause[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_...
FAILED tests/test_commands.py::TestRedisCommands::test_client_pause[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'client_pause'
FAILED tests/test_commands.py::TestRedisCommands::test_config_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'config_get'
FAILED tests/test_commands.py::TestRedisCommands::test_config_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'config_get'
FAILED tests/test_commands.py::TestRedisCommands::test_config_resetstat[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'ping'
FAILED tests/test_commands.py::TestRedisCommands::test_config_resetstat[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'ping'
FAILED tests/test_commands.py::TestRedisCommands::test_config_set[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'config_get'
FAILED tests/test_commands.py::TestRedisCommands::test_config_set[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'config_get'
FAILED tests/test_commands.py::TestRedisCommands::test_dbsize[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_dbsize[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_echo[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'echo'
FAILED tests/test_commands.py::TestRedisCommands::test_echo[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'echo'
FAILED tests/test_commands.py::TestRedisCommands::test_info[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_info[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_lastsave[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lastsave'
FAILED tests/test_commands.py::TestRedisCommands::test_lastsave[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lastsave'
FAILED tests/test_commands.py::TestRedisCommands::test_object[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_object[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_ping[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'ping'
FAILED tests/test_commands.py::TestRedisCommands::test_ping[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'ping'
FAILED tests/test_commands.py::TestRedisCommands::test_slowlog_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'slowlog_...
FAILED tests/test_commands.py::TestRedisCommands::test_slowlog_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'slowlog_reset'
FAILED tests/test_commands.py::TestRedisCommands::test_slowlog_get_limit[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sl...
FAILED tests/test_commands.py::TestRedisCommands::test_slowlog_get_limit[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'slowlog_reset'
FAILED tests/test_commands.py::TestRedisCommands::test_slowlog_length[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'get'
FAILED tests/test_commands.py::TestRedisCommands::test_slowlog_length[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'get'
FAILED tests/test_commands.py::TestRedisCommands::test_time[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_time[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_append[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'append'
FAILED tests/test_commands.py::TestRedisCommands::test_append[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'append'
FAILED tests/test_commands.py::TestRedisCommands::test_bitcount[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'setbit'
FAILED tests/test_commands.py::TestRedisCommands::test_bitcount[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'setbit'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_not_empty_string[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_not_empty_string[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_not[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_not[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_not_in_place[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_not_in_place[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_single_string[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_single_string[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_string_operands[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_commands.py::TestRedisCommands::test_bitop_string_operands[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitpos[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitpos[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_bitpos_wrong_arguments[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_commands.py::TestRedisCommands::test_bitpos_wrong_arguments[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_decr[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'decr'
FAILED tests/test_commands.py::TestRedisCommands::test_decr[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'decr'
FAILED tests/test_commands.py::TestRedisCommands::test_decrby[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'decrby'
FAILED tests/test_commands.py::TestRedisCommands::test_decrby[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'decrby'
FAILED tests/test_commands.py::TestRedisCommands::test_delete[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'delete'
FAILED tests/test_commands.py::TestRedisCommands::test_delete[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'delete'
FAILED tests/test_commands.py::TestRedisCommands::test_delete_with_multiple_keys[single-connection-python-parser] - AttributeError: 'async_generator' object has no attri...
FAILED tests/test_commands.py::TestRedisCommands::test_delete_with_multiple_keys[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_delitem[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_delitem[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_unlink[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'unlink'
FAILED tests/test_commands.py::TestRedisCommands::test_unlink[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'unlink'
FAILED tests/test_commands.py::TestRedisCommands::test_unlink_with_multiple_keys[single-connection-python-parser] - AttributeError: 'async_generator' object has no attri...
FAILED tests/test_commands.py::TestRedisCommands::test_unlink_with_multiple_keys[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_dump_and_restore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_dump_and_restore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_dump_and_restore_and_replace[single-connection-python-parser] - AttributeError: 'async_generator' object has no at...
FAILED tests/test_commands.py::TestRedisCommands::test_dump_and_restore_and_replace[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_dump_and_restore_absttl[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_commands.py::TestRedisCommands::test_dump_and_restore_absttl[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_exists[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'exists'
FAILED tests/test_commands.py::TestRedisCommands::test_exists[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'exists'
FAILED tests/test_commands.py::TestRedisCommands::test_exists_contains[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'exists'
FAILED tests/test_commands.py::TestRedisCommands::test_exists_contains[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'exists'
FAILED tests/test_commands.py::TestRedisCommands::test_expire[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'expire'
FAILED tests/test_commands.py::TestRedisCommands::test_expire[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'expire'
FAILED tests/test_commands.py::TestRedisCommands::test_expireat_datetime[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_expireat_datetime[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_expireat_no_key[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_expireat_no_key[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_expireat_unixtime[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_expireat_unixtime[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_get_and_set[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'get'
FAILED tests/test_commands.py::TestRedisCommands::test_get_and_set[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'get'
FAILED tests/test_commands.py::TestRedisCommands::test_get_set_bit[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'getbit'
FAILED tests/test_commands.py::TestRedisCommands::test_get_set_bit[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'getbit'
FAILED tests/test_commands.py::TestRedisCommands::test_getrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_getrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_getset[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'getset'
FAILED tests/test_commands.py::TestRedisCommands::test_getset[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'getset'
FAILED tests/test_commands.py::TestRedisCommands::test_incr[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'incr'
FAILED tests/test_commands.py::TestRedisCommands::test_incr[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'incr'
FAILED tests/test_commands.py::TestRedisCommands::test_incrby[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'incrby'
FAILED tests/test_commands.py::TestRedisCommands::test_incrby[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'incrby'
FAILED tests/test_commands.py::TestRedisCommands::test_incrbyfloat[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'incrbyfl...
FAILED tests/test_commands.py::TestRedisCommands::test_incrbyfloat[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'incrbyfloat'
FAILED tests/test_commands.py::TestRedisCommands::test_keys[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'keys'
FAILED tests/test_commands.py::TestRedisCommands::test_keys[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'keys'
FAILED tests/test_commands.py::TestRedisCommands::test_mget[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'mget'
FAILED tests/test_commands.py::TestRedisCommands::test_mget[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'mget'
FAILED tests/test_commands.py::TestRedisCommands::test_mset[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'mset'
FAILED tests/test_commands.py::TestRedisCommands::test_mset[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'mset'
FAILED tests/test_commands.py::TestRedisCommands::test_msetnx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'msetnx'
FAILED tests/test_commands.py::TestRedisCommands::test_msetnx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'msetnx'
FAILED tests/test_commands.py::TestRedisCommands::test_pexpire[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pexpire'
FAILED tests/test_commands.py::TestRedisCommands::test_pexpire[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pexpire'
FAILED tests/test_commands.py::TestRedisCommands::test_pexpireat_datetime[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 't...
FAILED tests/test_commands.py::TestRedisCommands::test_pexpireat_datetime[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_pexpireat_no_key[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_pexpireat_no_key[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_pexpireat_unixtime[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 't...
FAILED tests/test_commands.py::TestRedisCommands::test_pexpireat_unixtime[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'time'
FAILED tests/test_commands.py::TestRedisCommands::test_psetex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'psetex'
FAILED tests/test_commands.py::TestRedisCommands::test_psetex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'psetex'
FAILED tests/test_commands.py::TestRedisCommands::test_psetex_timedelta[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pse...
FAILED tests/test_commands.py::TestRedisCommands::test_psetex_timedelta[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'psetex'
FAILED tests/test_commands.py::TestRedisCommands::test_pttl[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pexpire'
FAILED tests/test_commands.py::TestRedisCommands::test_pttl[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pexpire'
FAILED tests/test_commands.py::TestRedisCommands::test_pttl_no_key[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pttl'
FAILED tests/test_commands.py::TestRedisCommands::test_pttl_no_key[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pttl'
FAILED tests/test_commands.py::TestRedisCommands::test_randomkey[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'randomkey'
FAILED tests/test_commands.py::TestRedisCommands::test_randomkey[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'randomkey'
FAILED tests/test_commands.py::TestRedisCommands::test_rename[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_rename[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_renamenx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_renamenx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_nx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_nx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_xx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_xx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_px[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_px[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_px_timedelta[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_px_timedelta[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_ex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_ex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_ex_timedelta[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_ex_timedelta[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_multipleoptions[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_set_multipleoptions[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_keepttl[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_set_keepttl[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_setex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'setex'
FAILED tests/test_commands.py::TestRedisCommands::test_setex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'setex'
FAILED tests/test_commands.py::TestRedisCommands::test_setnx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'setnx'
FAILED tests/test_commands.py::TestRedisCommands::test_setnx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'setnx'
FAILED tests/test_commands.py::TestRedisCommands::test_setrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'setrange'
FAILED tests/test_commands.py::TestRedisCommands::test_setrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'setrange'
FAILED tests/test_commands.py::TestRedisCommands::test_strlen[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_strlen[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_substr[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_substr[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_ttl[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_ttl[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_ttl_nokey[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'ttl'
FAILED tests/test_commands.py::TestRedisCommands::test_ttl_nokey[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'ttl'
FAILED tests/test_commands.py::TestRedisCommands::test_type[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'type'
FAILED tests/test_commands.py::TestRedisCommands::test_type[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'type'
FAILED tests/test_commands.py::TestRedisCommands::test_blpop[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_blpop[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_brpop[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_brpop[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_brpoplpush[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_brpoplpush[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_brpoplpush_empty_string[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_commands.py::TestRedisCommands::test_brpoplpush_empty_string[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lindex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lindex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_linsert[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_linsert[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_llen[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_llen[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpop[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpop[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpush[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpush[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpushx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lpushx'
FAILED tests/test_commands.py::TestRedisCommands::test_lpushx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lpushx'
FAILED tests/test_commands.py::TestRedisCommands::test_lrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lrem[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lrem[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lset[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lset[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_ltrim[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_ltrim[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpop[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpop[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpoplpush[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpoplpush[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpush[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpush[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpos[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_lpos[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_rpushx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpushx'
FAILED tests/test_commands.py::TestRedisCommands::test_rpushx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpushx'
FAILED tests/test_commands.py::TestRedisCommands::test_scan[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_scan[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_scan_type[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_scan_type[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_scan_iter[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_scan_iter[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sscan[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sscan[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sscan_iter[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sscan_iter[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_hscan[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hscan[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hscan_iter[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hscan_iter[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_zscan[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zscan[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zscan_iter[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zscan_iter[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sadd[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sadd[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_scard[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_scard[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sdiff[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sdiff[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sdiffstore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sdiffstore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sinter[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sinter[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sinterstore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sinterstore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sismember[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sismember[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_smembers[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_smembers[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_smove[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_smove[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_spop[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_spop[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_spop_multi_value[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_spop_multi_value[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_srandmember[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_srandmember[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_srandmember_multi_value[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_commands.py::TestRedisCommands::test_srandmember_multi_value[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_srem[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_srem[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sunion[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sunion[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sunionstore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_sunionstore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'sadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_nx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_nx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_xx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_xx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_ch[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_ch[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_incr[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_incr[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_incr_with_xx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zadd_incr_with_xx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zcard[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zcard[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zcount[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zcount[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zincrby[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zincrby[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zlexcount[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zlexcount[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_sum[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_sum[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_max[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_max[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_min[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_min[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_with_weight[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_commands.py::TestRedisCommands::test_zinterstore_with_weight[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zpopmax[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zpopmax[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zpopmin[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zpopmin[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_bzpopmax[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_bzpopmax[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_bzpopmin[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_bzpopmin[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrangebylex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrangebylex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrangebylex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrangebylex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrangebyscore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrangebyscore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrank[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrank[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrem[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrem[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrem_multiple_keys[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'z...
FAILED tests/test_commands.py::TestRedisCommands::test_zrem_multiple_keys[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zremrangebylex[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zremrangebylex[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zremrangebyrank[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zremrangebyrank[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zremrangebyscore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zremrangebyscore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrangebyscore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrangebyscore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrank[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zrevrank[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zscore[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zscore[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_sum[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_sum[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_max[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_max[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_min[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_min[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_with_weight[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_commands.py::TestRedisCommands::test_zunionstore_with_weight[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_commands.py::TestRedisCommands::test_pfadd[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pfadd'
FAILED tests/test_commands.py::TestRedisCommands::test_pfadd[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pfadd'
FAILED tests/test_commands.py::TestRedisCommands::test_pfcount[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pfadd'
FAILED tests/test_commands.py::TestRedisCommands::test_pfcount[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pfadd'
FAILED tests/test_commands.py::TestRedisCommands::test_pfmerge[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pfadd'
FAILED tests/test_commands.py::TestRedisCommands::test_pfmerge[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pfadd'
FAILED tests/test_commands.py::TestRedisCommands::test_hget_and_hset[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hget_and_hset[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hset_with_multi_key_values[single-connection-python-parser] - AttributeError: 'async_generator' object has no attr...
FAILED tests/test_commands.py::TestRedisCommands::test_hset_with_multi_key_values[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hset_without_data[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hset_without_data[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hdel[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hdel[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hexists[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hexists[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hgetall[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hgetall[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hincrby[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hincrby'
FAILED tests/test_commands.py::TestRedisCommands::test_hincrby[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hincrby'
FAILED tests/test_commands.py::TestRedisCommands::test_hincrbyfloat[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hincrby...
FAILED tests/test_commands.py::TestRedisCommands::test_hincrbyfloat[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hincrbyfloat'
FAILED tests/test_commands.py::TestRedisCommands::test_hkeys[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hkeys[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hlen[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hlen[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hmget[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hmget[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hmset[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hmset'
FAILED tests/test_commands.py::TestRedisCommands::test_hmset[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hmset'
FAILED tests/test_commands.py::TestRedisCommands::test_hsetnx[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hsetnx'
FAILED tests/test_commands.py::TestRedisCommands::test_hsetnx[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hsetnx'
FAILED tests/test_commands.py::TestRedisCommands::test_hvals[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hvals[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hstrlen[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_hstrlen[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'hset'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_basic[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_basic[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_limited[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_limited[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_by[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_by[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_get_multi[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_get_multi[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_get_groups_two[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_sort_get_groups_two[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_string_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_string_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_just_one_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attrib...
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_just_one_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_no_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_no_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_three_gets[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_commands.py::TestRedisCommands::test_sort_groups_three_gets[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_desc[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_desc[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_alpha[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_alpha[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_store[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_store[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_all_options[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_all_options[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_sort_issue_924[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'execu...
FAILED tests/test_commands.py::TestRedisCommands::test_sort_issue_924[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'execute_command'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_addslots[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_addslots[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_count_failure_reports[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribu...
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_count_failure_reports[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_countkeysinslot[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cl...
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_countkeysinslot[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_delslots[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_delslots[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_failover[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_failover[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_forget[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_forget[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_info[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_info[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_keyslot[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_keyslot[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_meet[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_meet[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_nodes[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_nodes[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_replicate[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_replicate[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_reset[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_reset[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_saveconfig[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_saveconfig[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_setslot[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_setslot[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_slaves[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_cluster_slaves[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'cluster'
FAILED tests/test_commands.py::TestRedisCommands::test_readwrite[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'readwrite'
FAILED tests/test_commands.py::TestRedisCommands::test_readwrite[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'readwrite'
FAILED tests/test_commands.py::TestRedisCommands::test_readonly_invalid_cluster_state[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_commands.py::TestRedisCommands::test_readonly_invalid_cluster_state[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 're...
FAILED tests/test_commands.py::TestRedisCommands::test_readonly[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'readonly'
FAILED tests/test_commands.py::TestRedisCommands::test_readonly[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'readonly'
FAILED tests/test_commands.py::TestRedisCommands::test_geoadd[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geoadd[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geoadd_invalid_params[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_commands.py::TestRedisCommands::test_geoadd_invalid_params[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geodist[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geodist[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geodist_units[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geodist_units[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geodist_missing_one_member[single-connection-python-parser] - AttributeError: 'async_generator' object has no attr...
FAILED tests/test_commands.py::TestRedisCommands::test_geodist_missing_one_member[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geodist_invalid_units[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_commands.py::TestRedisCommands::test_geodist_invalid_units[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geodist'
FAILED tests/test_commands.py::TestRedisCommands::test_geohash[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geohash[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geopos[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geopos[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_geopos_no_value[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geopos'
FAILED tests/test_commands.py::TestRedisCommands::test_geopos_no_value[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geopos'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_no_values[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_no_values[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_units[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_units[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_with[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_with[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_count[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_count[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_sort[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_sort[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_store[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_store[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_store_dist[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_commands.py::TestRedisCommands::test_georadius_store_dist[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadiusmember[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_georadiusmember[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'geoadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xack[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xack'
FAILED tests/test_commands.py::TestRedisCommands::test_xack[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xack'
FAILED tests/test_commands.py::TestRedisCommands::test_xadd[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xadd[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xclaim[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xclaim[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xclaim_trimmed[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xgrou...
FAILED tests/test_commands.py::TestRedisCommands::test_xclaim_trimmed[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xgroup_create'
FAILED tests/test_commands.py::TestRedisCommands::test_xdel[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xdel'
FAILED tests/test_commands.py::TestRedisCommands::test_xdel[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xdel'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_create[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_create[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_create_mkstream[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_create_mkstream[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xgroup_cre...
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_delconsumer[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'x...
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_delconsumer[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_destroy[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_destroy[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_setid[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xgroup_setid[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xinfo_consumers[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xinfo_consumers[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xinfo_stream[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xinfo_stream[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xlen[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xlen'
FAILED tests/test_commands.py::TestRedisCommands::test_xlen[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xlen'
FAILED tests/test_commands.py::TestRedisCommands::test_xpending[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xpending[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xpending_range[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xpending_range[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xread[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xread[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xreadgroup[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xreadgroup[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xrevrange[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xrevrange[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xadd'
FAILED tests/test_commands.py::TestRedisCommands::test_xtrim[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'xtrim'
FAILED tests/test_commands.py::TestRedisCommands::test_xtrim[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'xtrim'
FAILED tests/test_commands.py::TestRedisCommands::test_bitfield_operations[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_commands.py::TestRedisCommands::test_bitfield_operations[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'execute_command'
FAILED tests/test_commands.py::TestRedisCommands::test_memory_stats[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_memory_stats[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_memory_usage[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_memory_usage[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestRedisCommands::test_module_list[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'module_l...
FAILED tests/test_commands.py::TestRedisCommands::test_module_list[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'module_list'
FAILED tests/test_commands.py::TestBinarySave::test_binary_get_set[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestBinarySave::test_binary_get_set[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestBinarySave::test_binary_lists[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestBinarySave::test_binary_lists[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_commands.py::TestBinarySave::test_large_responses[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestBinarySave::test_large_responses[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_commands.py::TestBinarySave::test_floating_point_encoding[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_commands.py::TestBinarySave::test_floating_point_encoding[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'zadd'
FAILED tests/test_connection.py::test_can_run_concurrent_commands[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'ping'
FAILED tests/test_connection.py::test_can_run_concurrent_commands[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'ping'
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_auto_disconnect_redis_created_pool[single-connection-python-parser] - AttributeError: 'asy...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_auto_disconnect_redis_created_pool[pool-python-parser] - AttributeError: 'async_generator'...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_do_not_auto_disconnect_redis_created_pool[single-connection-python-parser] - AttributeErro...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_do_not_auto_disconnect_redis_created_pool[pool-python-parser] - AttributeError: 'async_gen...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_auto_release_override_true_manual_created_pool[single-connection-python-parser] - Attribut...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_auto_release_override_true_manual_created_pool[pool-python-parser] - AttributeError: 'asyn...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_close_override[single-connection-python-parser-True] - AttributeError: 'async_generator' o...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_close_override[single-connection-python-parser-False] - AttributeError: 'async_generator' ...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_close_override[pool-python-parser-True] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_close_override[pool-python-parser-False] - AttributeError: 'async_generator' object has no...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_negate_auto_close_client_pool[single-connection-python-parser-True] - AttributeError: 'asy...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_negate_auto_close_client_pool[single-connection-python-parser-False] - AttributeError: 'as...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_negate_auto_close_client_pool[pool-python-parser-True] - AttributeError: 'async_generator'...
FAILED tests/test_connection_pool.py::TestRedisAutoReleaseConnectionPool::test_negate_auto_close_client_pool[pool-python-parser-False] - AttributeError: 'async_generator...
FAILED tests/test_connection_pool.py::TestConnection::test_busy_loading_disconnects_socket[single-connection-python-parser] - AttributeError: 'async_generator' object ha...
FAILED tests/test_connection_pool.py::TestConnection::test_busy_loading_disconnects_socket[pool-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_connection_pool.py::TestConnection::test_busy_loading_from_pipeline_immediate_command[single-connection-python-parser] - AttributeError: 'async_generat...
FAILED tests/test_connection_pool.py::TestConnection::test_busy_loading_from_pipeline_immediate_command[pool-python-parser] - AttributeError: 'async_generator' object ha...
FAILED tests/test_connection_pool.py::TestConnection::test_busy_loading_from_pipeline[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_connection_pool.py::TestConnection::test_busy_loading_from_pipeline[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pi...
FAILED tests/test_connection_pool.py::TestConnection::test_read_only_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_connection_pool.py::TestConnection::test_read_only_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'execute_command'
FAILED tests/test_connection_pool.py::TestConnection::test_connect_no_auth_supplied_when_required[single-connection-python-parser] - AttributeError: 'async_generator' ob...
FAILED tests/test_connection_pool.py::TestConnection::test_connect_no_auth_supplied_when_required[pool-python-parser] - AttributeError: 'async_generator' object has no a...
FAILED tests/test_connection_pool.py::TestConnection::test_connect_invalid_password_supplied[single-connection-python-parser] - AttributeError: 'async_generator' object ...
FAILED tests/test_connection_pool.py::TestConnection::test_connect_invalid_password_supplied[pool-python-parser] - AttributeError: 'async_generator' object has no attrib...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_runs[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_runs[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'connection'
FAILED tests/test_connection_pool.py::TestHealthCheck::test_arbitrary_command_invokes_health_check[single-connection-python-parser] - AttributeError: 'async_generator' o...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_arbitrary_command_invokes_health_check[pool-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_arbitrary_command_advances_next_health_check[single-connection-python-parser] - AttributeError: 'async_genera...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_arbitrary_command_advances_next_health_check[pool-python-parser] - AttributeError: 'async_generator' object h...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_not_invoked_within_interval[single-connection-python-parser] - AttributeError: 'async_generator'...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_not_invoked_within_interval[pool-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pipeline[single-connection-python-parser] - AttributeError: 'async_generator' object has no a...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pipeline[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pip...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_transaction[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_transaction[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_watched_pipeline[single-connection-python-parser] - AttributeError: 'async_generator' object ...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_watched_pipeline[pool-python-parser] - AttributeError: 'async_generator' object has no attrib...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pubsub_before_subscribe[single-connection-python-parser] - AttributeError: 'async_generator' ...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pubsub_before_subscribe[pool-python-parser] - AttributeError: 'async_generator' object has no...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pubsub_after_subscribed[single-connection-python-parser] - AttributeError: 'async_generator' ...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pubsub_after_subscribed[pool-python-parser] - AttributeError: 'async_generator' object has no...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pubsub_poll[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_connection_pool.py::TestHealthCheck::test_health_check_in_pubsub_poll[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_encoding.py::TestEncoding::test_simple_encoding[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestEncoding::test_simple_encoding[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestEncoding::test_simple_encoding_and_decoding[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_encoding.py::TestEncoding::test_simple_encoding_and_decoding[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestEncoding::test_memoryview_encoding[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestEncoding::test_memoryview_encoding[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestEncoding::test_memoryview_encoding_and_decoding[single-connection-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_encoding.py::TestEncoding::test_memoryview_encoding_and_decoding[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestEncoding::test_list_encoding[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_encoding.py::TestEncoding::test_list_encoding[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'rpush'
FAILED tests/test_encoding.py::TestMemoryviewsAreNotPacked::test_memoryviews_are_not_packed[single-connection-python-parser] - AttributeError: 'async_generator' object h...
FAILED tests/test_encoding.py::TestMemoryviewsAreNotPacked::test_memoryviews_are_not_packed[pool-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_encoding.py::TestCommandsAreNotEncoded::test_basic_command[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_encoding.py::TestCommandsAreNotEncoded::test_basic_command[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestInvalidUserInput::test_boolean_fails[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestInvalidUserInput::test_boolean_fails[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestInvalidUserInput::test_none_fails[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestInvalidUserInput::test_none_fails[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestInvalidUserInput::test_user_type_fails[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_encoding.py::TestInvalidUserInput::test_user_type_fails[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_lock.py::TestLock::test_lock[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_lock[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_lock_token[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_lock_token[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_lock_token_thread_local_false[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_lock_token_thread_local_false[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_locked[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_locked[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_owned[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_owned[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_owned_with_decoded_responses[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_owned_with_decoded_responses[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_competing_locks[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_competing_locks[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_timeout[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_timeout[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_float_timeout[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_float_timeout[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_blocking_timeout[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_blocking_timeout[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_context_manager[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_context_manager[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_context_manager_raises_when_locked_not_acquired[single-connection-python-parser] - AttributeError: 'async_generator' object has...
FAILED tests/test_lock.py::TestLock::test_context_manager_raises_when_locked_not_acquired[pool-python-parser] - AttributeError: 'async_generator' object has no attribute...
FAILED tests/test_lock.py::TestLock::test_high_sleep_small_blocking_timeout[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_lock.py::TestLock::test_high_sleep_small_blocking_timeout[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_releasing_unlocked_lock_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_lock.py::TestLock::test_releasing_unlocked_lock_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_releasing_lock_no_longer_owned_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_lock.py::TestLock::test_releasing_lock_no_longer_owned_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extend_lock[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extend_lock[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extend_lock_replace_ttl[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extend_lock_replace_ttl[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extend_lock_float[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extend_lock_float[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extending_unlocked_lock_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_lock.py::TestLock::test_extending_unlocked_lock_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extending_lock_with_no_timeout_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_lock.py::TestLock::test_extending_lock_with_no_timeout_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_extending_lock_no_longer_owned_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_lock.py::TestLock::test_extending_lock_no_longer_owned_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_reacquire_lock[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_reacquire_lock[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_reacquiring_unlocked_lock_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has no attri...
FAILED tests/test_lock.py::TestLock::test_reacquiring_unlocked_lock_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_lock.py::TestLock::test_reacquiring_lock_with_no_timeout_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_lock.py::TestLock::test_reacquiring_lock_with_no_timeout_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_lock.py::TestLock::test_reacquiring_lock_no_longer_owned_raises_error[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_lock.py::TestLock::test_reacquiring_lock_no_longer_owned_raises_error[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_lock.py::TestLockClassSelection::test_lock_class_argument[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_lock.py::TestLockClassSelection::test_lock_class_argument[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'lock'
FAILED tests/test_monitor.py::TestMonitor::test_wait_command_not_found[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'moni...
FAILED tests/test_monitor.py::TestMonitor::test_wait_command_not_found[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_response_values[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_response_values[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_command_with_quoted_key[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'mon...
FAILED tests/test_monitor.py::TestMonitor::test_command_with_quoted_key[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_command_with_binary_data[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'mo...
FAILED tests/test_monitor.py::TestMonitor::test_command_with_binary_data[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_command_with_escaped_data[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'm...
FAILED tests/test_monitor.py::TestMonitor::test_command_with_escaped_data[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_lua_script[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_monitor.py::TestMonitor::test_lua_script[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'monitor'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_is_true[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_is_true[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_memoryview[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipel...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_memoryview[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_length[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_length[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_no_transaction[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'p...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_no_transaction[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_no_transaction_watch[single-connection-python-parser] - AttributeError: 'async_generator' object has no attrib...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_no_transaction_watch[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_no_transaction_watch_failure[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_no_transaction_watch_failure[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_in_response[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_in_response[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_raised[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_raised[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_transaction_with_empty_error_command[single-connection-python-parser] - AttributeError: 'async_generator' object has no...
FAILED tests/test_pipeline.py::TestPipeline::test_transaction_with_empty_error_command[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'p...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_with_empty_error_command[single-connection-python-parser] - AttributeError: 'async_generator' object has no at...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_with_empty_error_command[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipe...
FAILED tests/test_pipeline.py::TestPipeline::test_parse_error_raised[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_parse_error_raised[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_parse_error_raised_transaction[single-connection-python-parser] - AttributeError: 'async_generator' object has no attri...
FAILED tests/test_pipeline.py::TestPipeline::test_parse_error_raised_transaction[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_succeed[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_succeed[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_failure[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_failure[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_failure_in_empty_transaction[single-connection-python-parser] - AttributeError: 'async_generator' object has no a...
FAILED tests/test_pipeline.py::TestPipeline::test_watch_failure_in_empty_transaction[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_unwatch[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_unwatch[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_exec_no_unwatch[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_exec_no_unwatch[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_reset_unwatch[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_watch_reset_unwatch[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_transaction_callable[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_transaction_callable[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_transaction_callable_returns_value_from_callable[single-connection-python-parser] - AttributeError: 'async_generator' o...
FAILED tests/test_pipeline.py::TestPipeline::test_transaction_callable_returns_value_from_callable[pool-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_in_no_transaction_pipeline[single-connection-python-parser] - AttributeError: 'async_generator' object has n...
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_in_no_transaction_pipeline[pool-python-parser] - AttributeError: 'async_generator' object has no attribute '...
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_in_no_transaction_pipeline_unicode_command[single-connection-python-parser] - AttributeError: 'async_generat...
FAILED tests/test_pipeline.py::TestPipeline::test_exec_error_in_no_transaction_pipeline_unicode_command[pool-python-parser] - AttributeError: 'async_generator' object ha...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_with_bitfield[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pi...
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_with_bitfield[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pipeline'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_get[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pipeline.py::TestPipeline::test_pipeline_get[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_channel_subscribe_unsubscribe[single-connection-python-parser] - AttributeError: 'async_generator' obje...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_channel_subscribe_unsubscribe[pool-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_pattern_subscribe_unsubscribe[single-connection-python-parser] - AttributeError: 'async_generator' obje...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_pattern_subscribe_unsubscribe[pool-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_resubscribe_to_channels_on_reconnection[single-connection-python-parser] - AttributeError: 'async_gener...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_resubscribe_to_channels_on_reconnection[pool-python-parser] - AttributeError: 'async_generator' object ...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_resubscribe_to_patterns_on_reconnection[single-connection-python-parser] - AttributeError: 'async_gener...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_resubscribe_to_patterns_on_reconnection[pool-python-parser] - AttributeError: 'async_generator' object ...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_subscribe_property_with_channels[single-connection-python-parser] - AttributeError: 'async_generator' o...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_subscribe_property_with_channels[pool-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_subscribe_property_with_patterns[single-connection-python-parser] - AttributeError: 'async_generator' o...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_subscribe_property_with_patterns[pool-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_ignore_all_subscribe_messages[single-connection-python-parser] - AttributeError: 'async_generator' obje...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_ignore_all_subscribe_messages[pool-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_ignore_individual_subscribe_messages[single-connection-python-parser] - AttributeError: 'async_generato...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_ignore_individual_subscribe_messages[pool-python-parser] - AttributeError: 'async_generator' object has...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_resub_channels[single-connection-python-parser] - AttributeError: 'async_generator' object ha...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_resub_channels[pool-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_resub_patterns[single-connection-python-parser] - AttributeError: 'async_generator' object ha...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_resub_patterns[pool-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_all_resub_channels[single-connection-python-parser] - AttributeError: 'async_generator' objec...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_all_resub_channels[pool-python-parser] - AttributeError: 'async_generator' object has no attr...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_all_resub_patterns[single-connection-python-parser] - AttributeError: 'async_generator' objec...
FAILED tests/test_pubsub.py::TestPubSubSubscribeUnsubscribe::test_sub_unsub_all_resub_patterns[pool-python-parser] - AttributeError: 'async_generator' object has no attr...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_published_message_to_channel[single-connection-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_published_message_to_channel[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubMessages::test_published_message_to_pattern[single-connection-python-parser] - AttributeError: 'async_generator' object has no att...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_published_message_to_pattern[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubMessages::test_channel_message_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_channel_message_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubMessages::test_channel_async_message_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has no at...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_channel_async_message_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubMessages::test_channel_sync_async_message_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has ...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_channel_sync_async_message_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_pattern_message_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_pattern_message_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubMessages::test_unicode_channel_message_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_unicode_channel_message_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pu...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_unicode_pattern_message_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has no ...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_unicode_pattern_message_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pu...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_get_message_without_subscribe[single-connection-python-parser] - AttributeError: 'async_generator' object has no at...
FAILED tests/test_pubsub.py::TestPubSubMessages::test_get_message_without_subscribe[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_channel_subscribe_unsubscribe[single-connection-python-parser] - AttributeError: 'coroutine' object has no attr...
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_channel_subscribe_unsubscribe[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_pattern_subscribe_unsubscribe[single-connection-python-parser] - AttributeError: 'coroutine' object has no attr...
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_pattern_subscribe_unsubscribe[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_channel_publish[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_channel_publish[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_pattern_publish[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_pattern_publish[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_channel_message_handler[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute ...
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_channel_message_handler[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_pattern_message_handler[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute ...
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_pattern_message_handler[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_context_manager[single-connection-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubAutoDecoding::test_context_manager[pool-python-parser] - AttributeError: 'coroutine' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubSubcommands::test_pubsub_channels[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pu...
FAILED tests/test_pubsub.py::TestPubSubSubcommands::test_pubsub_channels[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubSubcommands::test_pubsub_numsub[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubSubcommands::test_pubsub_numsub[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubSubcommands::test_pubsub_numpat[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubSubcommands::test_pubsub_numpat[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubPings::test_send_pubsub_ping[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubPings::test_send_pubsub_ping[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubPings::test_send_pubsub_ping_message[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute ...
FAILED tests/test_pubsub.py::TestPubSubPings::test_send_pubsub_ping_message[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubConnectionKilled::test_connection_error_raised_when_connection_dies[single-connection-python-parser] - AttributeError: 'async_gene...
FAILED tests/test_pubsub.py::TestPubSubConnectionKilled::test_connection_error_raised_when_connection_dies[pool-python-parser] - AttributeError: 'async_generator' object...
FAILED tests/test_pubsub.py::TestPubSubTimeouts::test_get_message_with_timeout_returns_none[single-connection-python-parser] - AttributeError: 'async_generator' object h...
FAILED tests/test_pubsub.py::TestPubSubTimeouts::test_get_message_with_timeout_returns_none[pool-python-parser] - AttributeError: 'async_generator' object has no attribu...
FAILED tests/test_pubsub.py::TestPubSubRun::test_callbacks[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubRun::test_callbacks[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubRun::test_exception_handler[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_pubsub.py::TestPubSubRun::test_exception_handler[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'pubsub'
FAILED tests/test_scripting.py::TestScripting::test_eval[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'flushdb'
FAILED tests/test_scripting.py::TestScripting::test_eval[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'flushdb'
FAILED tests/test_scripting.py::TestScripting::test_evalsha[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_scripting.py::TestScripting::test_evalsha[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_scripting.py::TestScripting::test_evalsha_script_not_loaded[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_scripting.py::TestScripting::test_evalsha_script_not_loaded[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'set'
FAILED tests/test_scripting.py::TestScripting::test_script_loading[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'script_l...
FAILED tests/test_scripting.py::TestScripting::test_script_loading[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'script_load'
FAILED tests/test_scripting.py::TestScripting::test_script_object[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribute 'script_fl...
FAILED tests/test_scripting.py::TestScripting::test_script_object[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'script_flush'
FAILED tests/test_scripting.py::TestScripting::test_script_object_in_pipeline[single-connection-python-parser] - AttributeError: 'async_generator' object has no attribut...
FAILED tests/test_scripting.py::TestScripting::test_script_object_in_pipeline[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'script_flush'
FAILED tests/test_scripting.py::TestScripting::test_eval_msgpack_pipeline_error_in_lua[single-connection-python-parser] - AttributeError: 'async_generator' object has no...
FAILED tests/test_scripting.py::TestScripting::test_eval_msgpack_pipeline_error_in_lua[pool-python-parser] - AttributeError: 'async_generator' object has no attribute 'r...
FAILED tests/test_sentinel.py::test_discover_master - aioredis.sentinel.MasterNotFoundError: No master found for 'mymaster'
FAILED tests/test_sentinel.py::test_discover_master_sentinel_down - AttributeError: 'async_generator' object has no attribute 'nodes_down'
FAILED tests/test_sentinel.py::test_discover_master_sentinel_timeout - AttributeError: 'async_generator' object has no attribute 'nodes_timeout'
FAILED tests/test_sentinel.py::test_master_min_other_sentinels - AttributeError: 'async_generator' object has no attribute 'master'
FAILED tests/test_sentinel.py::test_master_odown - AttributeError: 'async_generator' object has no attribute 'master'
FAILED tests/test_sentinel.py::test_master_sdown - AttributeError: 'async_generator' object has no attribute 'master'
FAILED tests/test_sentinel.py::test_discover_slaves - AttributeError: 'async_generator' object has no attribute 'slaves'
FAILED tests/test_sentinel.py::test_master_for - aioredis.sentinel.MasterNotFoundError: No master found for 'mymaster'
FAILED tests/test_sentinel.py::test_slave_for - AttributeError: 'async_generator' object has no attribute 'slaves'
FAILED tests/test_sentinel.py::test_slave_for_slave_not_found_error - AttributeError: 'async_generator' object has no attribute 'master'
FAILED tests/test_sentinel.py::test_slave_round_robin - AttributeError: 'async_generator' object has no attribute 'slaves'

from aioredis-py.

kloczek avatar kloczek commented on June 2, 2024

I tested as well all commits since last reelase and effect is the same.

from aioredis-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.