WebOps #4
Your continuous integration tests, if they use a database (or other shared resource), should use unique names for the database names.
i.e. use tanga_test_[git-hash] for the test database name.
This way, you can have multiple tests going without conflicts.
Same thing if you use rabbitmq or memcached or whatever — segment the namespaces by some unique identifier.