Wes Thomas
Wes Thomas
I'm getting the same issue. Any luck figuring this out?
Posted in Airflow's chat: > ... I can control the port number of the worker with `worker_log_server_port` but the host seems to be inferred somehow: `*** Fetching here: http://02cd4b7f1893:8793/log/functional-tests-v1/collect_only/2016-11-02T00:00:00` >...
So here's the issue as I see it: The worker creates a `/etc/hosts` entry for its hostname: ``` bash $ docker exec -it worker sh -c "cat /etc/hosts | grep...
Eh.... hello? Anyone there? Sharing keys between repos would be super nice.
I needed some other feature of `TransactionTestCase` that I couldn't identify, so I ended up monkey-patching flush to... not flush. ```python @pytest.fixture(scope="session") def django_db_setup() -> None: def _noop(obj, **options): pass...
This is _really_ needed for when commands fail. Otherwise there's no good error messages from stderr and your users have to re-run the command by hand trying to debug why...