heph icon indicating copy to clipboard operation
heph copied to clipboard

Test test::join usage in tests

Open Thomasdezeeuw opened this issue 3 years ago • 2 comments

Following #476 I would like additional tests to make sure when we call test::join (join_many/join_all) in tests it actually ensures the actors ran successfully as various tests depends on this. Otherwise test failures are not reported.

Thomasdezeeuw avatar Jun 07 '21 12:06 Thomasdezeeuw

I've just found out that panics in the spawn actors using test::try_spawn_local (and related) don't actually cause a test to fail. That seems like a problem.

Thomasdezeeuw avatar Aug 27 '21 18:08 Thomasdezeeuw

Maybe #476 can help here.

Thomasdezeeuw avatar Aug 27 '21 18:08 Thomasdezeeuw