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

MrSenko / Kiwi / 190
62%
master: 57%

Build:
Build:
LAST BUILD BRANCH: v3.37
DEFAULT BRANCH: master
Ran 31 Jul 2017 10:50AM UTC
Jobs 3
Files 176
Run time 41s
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
190

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!

7057 of 11510 relevant lines covered (61.31%)

1.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 190.1 (TEST_DB=SQLite) 31 Jul 2017 10:50AM UTC 0
61.27
Travis Job 190.1
2 190.2 (TEST_DB=MySQL) 31 Jul 2017 10:50AM UTC 0
61.27
Travis Job 190.2
4 190.4 (TEST_DB=MariaDB) 31 Jul 2017 10:50AM UTC 0
61.27
Travis Job 190.4
Source Files on build 190
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #190
  • a25e1071 on github
  • Prev Build on django1.10 (#189)
  • Next Build on django1.10 (#191)
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