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

aiidateam / aiida_core / 4598 / 6
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 04 Dec 2018 10:23AM UTC
Files 406
Run time 26min
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

04 Dec 2018 10:05AM UTC coverage: 62.07% (-0.06%) from 62.126%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

sphuber
Force SQLAlchemy to not de-duplicate rows (#2281)

For the original SqlAlchemy implementation the following equation did not hold:

    qb.count() == len(qb.all())

This was because SqlAlchemy was de-duplicating the query set in the `all()` call.
The breaking of this equality was inconsistent with the Django implementation and
the result when operating directly on the database. The postgres behavior is now
restored by setting `self._query._has_mapper_entities = False` on the SqlA query
object. This is a temporary fix and will soon be released as a public option in a new
version of SqlAlchemy.

22864 of 36836 relevant lines covered (62.07%)

0.62 hits per line

Source Files on job 4598.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 598
  • Travis Job 4598.6
  • 13dcc03e on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on provenance_redesign (#4596.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on provenance_redesign (#4600.6)
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