community-libs / vaurien

TCP hazard proxy
https://vaurien.readthedocs.io
Other
379 stars 39 forks source link

REST api to change the state of proxies does not seem stable #39

Open crankycoder opened 10 years ago

crankycoder commented 10 years ago

I've automated the use of vaurien for ichnaea and I'm seeing problems with switching proxies for redis and mysql between 3 states: dummy, delay and blackout.

If I run my ichnaea testcases individually, things seem to work.

If I run all my tests together, the vaurien proxies do not seem to transition state properly.

In practice, I need to setup and teardown my vaurien proxies for each test method.

Test cases are located here: https://github.com/crankycoder/ichnaea/tree/travis_ci