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

airbnb / superset / 1755
0%

Build:
DEFAULT BRANCH: master
Ran 29 May 2016 12:19AM UTC
Jobs 3
Files 15
Run time 2min
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
1755

Pull #530

travis-ci

LAlbertalli
Added an additional fix for a similar error in #529

Background:
- When an object is modified by SQLAlchemy, it is invalidated so need to be fetched again from the DB
- If there's an exception during a transaction, SQLAlchemy performs a rollback and mark the connection as dirty.

Bug:
- When handling exceptions, the exception handler tries to access the name of the cluster in the main object. Since the name has been invalidated due to a write, SQLAlchemy tries to fetch it on a 'dirty' connection and spits out an error. Solution:
- Fetch the information for handling the exception before starting the process.
Pull Request #530: Fix529 1

2345 of 2856 relevant lines covered (82.11%)

2.46 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
58
100.0
caravel/views.py
Jobs
ID Job ID Ran Files Coverage
1 1755.1 29 May 2016 12:22AM UTC 0
82.11
Travis Job 1755.1
2 1755.2 29 May 2016 12:19AM UTC 0
82.11
Travis Job 1755.2
3 1755.3 29 May 2016 12:20AM UTC 0
82.11
Travis Job 1755.3
Source Files on build 1755
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1755
  • Pull Request #530
  • PR Base - master (#1739)
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