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

MrSenko / Kiwi / 190 / 4
62%
master: 57%

Build:
Build:
LAST BUILD BRANCH: v3.37
DEFAULT BRANCH: master
Ran 31 Jul 2017 10:50AM UTC
Files 176
Run time 5s
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 10:47AM UTC coverage: 61.268%. Remained the same
TEST_DB=MariaDB

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 190.4 (TEST_DB=MariaDB)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 190
  • Travis Job 190.4
  • a25e1071 on github
  • Prev Job for TEST_DB=MariaDB on django1.10 (#189.4)
  • Next Job for TEST_DB=MariaDB on django1.10 (#191.4)
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