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

airbnb / superset / 1786
0%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2016 09:15PM UTC
Jobs 2
Files 15
Run time 3min
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
1786

push

travis-ci

mistercrunch
Fix #529 2 - "This Session's transaction has been rolled back" (#531)

* Created migration to fix the bug

* Working also on MySQL

* Added support for Vertica Grains (#515)

* Fix #529 1 "This Session's transaction has been rolled back" (#530)

* Fixing the specific issue

* 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.

* Modified the migration function to to automatically detect the the foreign keys based on the signature.
It supports also sqlite using batch migrations

* i18n: Fix typo in Druid cluster broker port label (#512)

* Update models.py (#541)

removing duplicated `user_id` def

2343 of 2854 relevant lines covered (82.1%)

1.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1786.1 02 Jun 2016 09:15PM UTC 0
82.1
Travis Job 1786.1
3 1786.3 02 Jun 2016 09:18PM UTC 0
82.1
Travis Job 1786.3
Source Files on build 1786
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1786
  • fe6628b0 on github
  • Prev Build on master (#1779)
  • Next Build on master (#1787)
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