jeggy
03/29/2020, 4:02 PMrunBlockingTest
and my test fails with "This job has not completed yet" what are some ways of figuring out what is causing this?
I like that it does fail, but it doesn't bring any information on where the problem is.gildor
03/29/2020, 4:20 PMjeggy
03/29/2020, 4:29 PMgildor
03/29/2020, 4:30 PMjeggy
03/29/2020, 4:31 PMrunBlockingTest
and I really want to figure out exactly where it goes wrong.RepeatedTest(100)
on that test, and sometimes it succeeds and sometimes I get that error This job has not completed yet
.gildor
03/29/2020, 11:32 PMjeggy
03/30/2020, 8:13 AMlaunch
to finish, because that's the point of this library, everything in there could potentially be runned one some other thread or something complicated.
Everything is defined within the builder block and then it should just know when it's finished by itself. By passing the coroutineContext along did fix the issue 🙂