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

MrSenko / Kiwi / 189 / 2
62%
master: 57%

Build:
Build:
LAST BUILD BRANCH: v3.37
DEFAULT BRANCH: master
Ran 31 Jul 2017 09:13AM UTC
Files 176
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

31 Jul 2017 09:10AM UTC coverage: 61.268% (-0.02%) from 61.286%
TEST_DB=MySQL

push

travis-ci

atodorov
Add AUTOCOMMIT=False and CONN_MAX_AGE=None when testing

this prevents Django from closing the DB connection when
finishing requests. See

	signals.request_started.connect(close_old_connections)
	signals.request_finished.connect(close_old_connections)

in django/db/__init__.py.

This is a problem when testing on MySQL and PostgreSQL since
Django 1.10 now runs all TestCase tests inside transactions. When
the DB connection is closed in the middle of the transaction wrapping
the TestCase class we fail with TransactionManagementError and all
subsequent test methods in this class also fail!

7052 of 11510 relevant lines covered (61.27%)

0.61 hits per line

Source Files on job 189.2 (TEST_DB=MySQL)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 189
  • Travis Job 189.2
  • 41fc201e on github
  • Prev Job for TEST_DB=SQLite on django1.10 (#188.1)
  • Next Job for TEST_DB=MySQL on django1.10 (#190.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