You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a test that executes a background task that fails, test is hanging forever.
I am expecting that when calling broker.join with fail_fast=True, exception raised in the task will be propagated in the test into the broker.join call. Instead the test never finish.
Here is an example code, I can share the whole example Django project if needed.
When running a test that executes a background task that fails, test is hanging forever.
I am expecting that when calling
broker.join
withfail_fast=True
, exception raised in the task will be propagated in the test into thebroker.join
call. Instead the test never finish.Here is an example code, I can share the whole example Django project if needed.
The text was updated successfully, but these errors were encountered: