pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

Test TKTServiceMemoryLeakTests>>#testWorkerInstancesAreCollectedAfterStartingAndStoppingService fails randomly #18

Closed guillep closed 8 years ago

guillep commented 8 years ago

It looks like we should increment the number of garbage collections to guarantee the collection.

guillep commented 8 years ago

Memory leak tests are working