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

airbnb / airflow / 1878 / 2
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2016 01:04AM UTC
Files 110
Run time 6s
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

29 Mar 2016 12:47AM UTC coverage: 66.414% (-0.005%) from 66.419%
TOX_ENV=py27-cdh-airflow_backend_sqlite

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

5001 of 7530 relevant lines covered (66.41%)

0.66 hits per line

Source Files on job 1878.2 (TOX_ENV=py27-cdh-airflow_backend_sqlite)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1878
  • Travis Job 1878.2
  • f299542a on github
  • Prev Job for TOX_ENV=py27-cdh-airflow_backend_sqlite on master (#1877.2)
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