Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Track flacky tests #51

Closed dzen closed 8 years ago

dzen commented 8 years ago

If I look at the travis build history, I think there are some flacky tests, or some Tasks are not cleanly terminated.

https://travis-ci.org/Polyconseil/aioamqp/builds

dzen commented 8 years ago

@smurfix fixed two tests which didn't closed their connections to the rabbit.

Since then, the build is more stable

RemiCardona commented 8 years ago

Since commit a0b23e410e2fca9c3cea60d6a4ffd91eca5b4f2d, test cases now create their own vhost with a random name, effectively sandboxing tests. There's now virtually no way for any 2 tests to step on each other's toes.