compose/tests/integration
Mazz Mosley 294b9742be Handle all exceptions
If we get back an error that wasn't an APIError, it was causing the
thread to hang. This catch all, while I appreciate feels risky to
have a catch all, is better than not catching and silently failing,
with a never ending thread.

If something worse than an APIError has gone wrong, we want to stop
the incredible journey of what we're doing.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-10 19:32:30 -04:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Make smart recreate the default 2015-07-17 11:28:02 +01:00
legacy_test.py Merge pull request #1835 from aanand/fix-crash-when-container-has-no-name 2015-08-11 09:44:27 +01:00
project_test.py Make smart recreate the default 2015-07-17 11:28:02 +01:00
resilience_test.py Make smart recreate the default 2015-07-17 11:28:02 +01:00
service_test.py Handle all exceptions 2015-09-10 19:32:30 -04:00
state_test.py Deprecate --allow-insecure-ssl 2015-07-23 10:56:21 +01:00
testcases.py Move make_service_dict out of config 2015-07-03 15:06:53 +01:00