Files
deb-python-dcos/dcos/mesos.py
Kevin Klues c5dee798ba Undo reverted changes that cause dcos task exec to break. (#993)
This commit:
8971ccdb08

Inadvertently undid changes originally introduced in this commit:
f33a45ee94

Unfortunately, the integration tests didn't catch this because all
`task exec` integration tests were hidden behind an environment variable:

    @pytest.mark.skipif('DCOS_DEBUGGING_ENABLED' not in os.environ,
                        reason="Requires Agent Debugging APIs")

This commit reintroduces the changes that were inadvertently undone and
enables the `task exec` integration tests by default so that something
like this doesn't occur in the future.
2017-05-16 12:01:36 -07:00

48 KiB