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

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

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2016 10:04AM UTC
Files 126
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

26 Apr 2016 09:46AM UTC coverage: 66.88%. First build
TOX_ENV=py27-cdh-airflow_backend_sqlite

push

travis-ci

bolkedebruin
Align start_date with the schedule_interval

This particular issue arises because of an alignment issue between
start_date and schedule_interval. This can only happen with cron-based
schedule_intervals that describe absolute points in time (like “1am”) as
opposed to time deltas (like “every hour”)

In the past (and in the docs) we have simply said that users must make
sure the two params agree. But this is counter intuitive. As in these
cases, start_date is sort of like telling the scheduler to
“start paying attention” as opposed to “this is my first execution date”.

This patch changes the behavior of the scheduler. The next run date of
the dag will be treated as "start_date + interval" unless the start_date
is on the (previous) interval in which case the start_date will be the
next run date.

5432 of 8122 relevant lines covered (66.88%)

0.67 hits per line

Source Files on job 401.2 (TOX_ENV=py27-cdh-airflow_backend_sqlite)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 401
  • Travis Job 401.2
  • 529c7a62 on github
  • Next Job for TOX_ENV=py27-cdh-airflow_backend_sqlite on master (#402.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