Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This unit test was designed to trap unusual errors when setting up an Executor and therefore relied on being able to create just such an error. The previous version relied on the fact that dag_ids are fragile but moving to deferred dag assignment fixed that fragility and “broke” the unit test. The only other solution I’ve found so far is to take advantage of the fact that the `pool` attribute is accessed exactly twice when running a task and putting a 1/0 payload in an overloaded `pool` property. But that’s too fragile to make a unit test because no one will be able to figure out why accessing `pool` elsewhere in airflow makes this unit test fail. For the time being, I’m removing the unit test.
- Loading branch information