Tribler / dispersy

The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
http://www.tribler.org
87 stars 43 forks source link

Catch rogue (twisted) threads in unit test teardown #533

Closed qstokkink closed 7 years ago

qstokkink commented 7 years ago

This PR adds checking for unclosed reactor threads and normal threads on test tearDown in DispersyTestFunc.

qstokkink commented 7 years ago

@devos50 please review if you have time, the failing test is an actual bug which managed to slip through the tests (and should be fixed ASAP of course).