blockade
blockade copied to clipboard
Docker-based utility for testing network failures and partitions in distributed applications
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine blockade/net.py and observe `targetting`, however expect to see `targeting`. - Examine blockade/state.py and observe `specificed`,...
Bumps [pygments](https://github.com/pygments/pygments) from 1.6 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
When I created vagrant and I executed the command "blocade up" in a examples/es-cluster directory. The error was occured like this. Traceback (most recent call last): File "/vagrant/blockade/cli.py", line 617,...
Support custom networks and ips for the containers, leveraging the --net and --ip flags from docker, instead of juggling with env variables like $C1_PORT_10000_TCP_ADDR that cannot solve cyclic dependencies anyway
WIP I have noticed blockade getting stuck. It seems like the logs never stop running so this never ends? Here is the stack trace: ```=== Stack trace Begin === #####...
Hi, When I try to install blockade via pip it fails due to a quite old version of gevent (fails to build binary wheel). However, I can install it locally...
I would like to preface by stating that I'm new to Docker and certainly to Blockade, so I apologize in advance if I come off as a noob (it's because...
As far as i understand this isnt yet implemented but should be technically possible. Do you see something that would prevent this ? I may be able to contribute
Hi guys, first of all thanks for the great tool. I'm trying to use **Blockade** in my stack of tests and have some doubts. I have two containers one is...