django / channels_redis

Redis channel layer backend for Django Channels
BSD 3-Clause "New" or "Revised" License
602 stars 197 forks source link

Test stuck on ARM64 #304

Closed odidev closed 2 years ago

odidev commented 2 years ago

Hi @carltongibson I have been working on installing and testing channels-redis package on x86 and arm64 architectures. While testing this package for arm64 using python –m tox the test stuck in the middle.

tests/test_pubsub.py::test_proxied_methods_coroutine_check PASSED [ 46%] 
tests/test_pubsub_sentinel.py::test_send_receive 

Please have a look at the test output. It would be really helpful if you could share some pointers on it.

Test output at arm64: gha_test_arm64_channel-redis_with_py38(failed).txt

carltongibson commented 2 years ago

HI @odidev — that's a lot of apt... 😅

This line:


2022-04-06T12:38:21.3875574Z ##[error]The operation was canceled.
``

Can you find a reason for that? 

(I'm afraid there's nothing that jumps out.) 
carltongibson commented 2 years ago

Duplicate of #319