• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

airbnb / airflow / 1878
0%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2016 01:04AM UTC
Jobs 6
Files 110
Run time 14min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1878

Pull #1196

travis-ci

jlowin
Check name of SubDag class instead of class itself

`airflow.operators.SubDagOperator` and
`airflow.operators.subdag_operator.SubDagOperator` are NOT the
same. Airflow needs to check against both classes to determine
if a task is in fact a SubDagOperator. This is because of Airflow's
import machinery. It is *probably* ok to check both classes with
`isinstance()` but the behavior is surprising and to cover our bases
we check for __class__.__name__ and a `subdag` attr.

closes #1168
Pull Request #1196: Handle both SubDagOperator classes

5015 of 7530 relevant lines covered (66.6%)

3.96 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
59
100.0
airflow/models.py
Jobs
ID Job ID Ran Files Coverage
1 1878.1 (TOX_ENV=py27-cdh-airflow_backend_mysql) 29 Mar 2016 01:04AM UTC 0
66.43
Travis Job 1878.1
2 1878.2 (TOX_ENV=py27-cdh-airflow_backend_sqlite) 29 Mar 2016 01:04AM UTC 0
66.41
Travis Job 1878.2
3 1878.3 (TOX_ENV=py27-cdh-airflow_backend_postgres) 29 Mar 2016 01:08AM UTC 0
66.44
Travis Job 1878.3
4 1878.4 (TOX_ENV=py34-cdh-airflow_backend_mysql) 29 Mar 2016 01:13AM UTC 0
65.59
Travis Job 1878.4
5 1878.5 (TOX_ENV=py34-cdh-airflow_backend_sqlite) 29 Mar 2016 01:17AM UTC 0
65.63
Travis Job 1878.5
6 1878.6 (TOX_ENV=py34-cdh-airflow_backend_postgres) 29 Mar 2016 01:12AM UTC 0
65.6
Travis Job 1878.6
Source Files on build 1878
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1878
  • Pull Request #1196
  • PR Base - master (#1877)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc