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

airbnb / airflow / 2031
0%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2016 12:25AM UTC
Jobs 6
Files 124
Run time 29min
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
2031

Pull #1285

travis-ci

jlowin
Deprecate *args and **kwargs in BaseOperator (and test)

BaseOperator silently accepts any arguments. This deprecates the
behavior with a warning that says it will be forbidden in Airflow 2.0.

This PR also turns on DeprecationWarnings by default, which in turn
revealed that inspect.getargspec is deprecated. Here it is replaced by
`inspect.signature` (Python 3) or `funcsigs.signature` (Python 2).

Lastly, this brought to attention that example_http_operator was
passing an illegal argument.

Add unit test
Pull Request #1285: Deprecate *args and **kwargs in BaseOperator

5208 of 7746 relevant lines covered (67.23%)

3.99 hits per line

Coverage Regressions

Lines Coverage ∆ File
183
100.0
airflow/models.py
32
100.0
airflow/configuration.py
5
100.0
airflow/utils/decorators.py
Jobs
ID Job ID Ran Files Coverage
1 2031.1 (TOX_ENV=py27-cdh-airflow_backend_mysql) 05 Apr 2016 12:25AM UTC 0
66.8
Travis Job 2031.1
2 2031.2 (TOX_ENV=py27-cdh-airflow_backend_sqlite) 05 Apr 2016 12:26AM UTC 0
66.95
Travis Job 2031.2
3 2031.3 (TOX_ENV=py27-cdh-airflow_backend_postgres) 05 Apr 2016 12:25AM UTC 0
66.85
Travis Job 2031.3
4 2031.4 (TOX_ENV=py34-cdh-airflow_backend_mysql) 05 Apr 2016 12:54AM UTC 0
65.9
Travis Job 2031.4
5 2031.5 (TOX_ENV=py34-cdh-airflow_backend_sqlite) 05 Apr 2016 12:35AM UTC 0
66.2
Travis Job 2031.5
6 2031.6 (TOX_ENV=py34-cdh-airflow_backend_postgres) 05 Apr 2016 12:34AM UTC 0
65.96
Travis Job 2031.6
Source Files on build 2031
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2031
  • Pull Request #1285
  • PR Base - master (#2011)
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