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

aiidateam / aiida_core / 4598
70%
develop: 74%

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

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.

25424 of 36836 relevant lines covered (69.02%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4598.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Dec 2018 10:17AM UTC 0
62.13
Travis Job 4598.5
6 4598.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Dec 2018 10:23AM UTC 0
62.07
Travis Job 4598.6
7 4598.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Dec 2018 10:23AM UTC 0
60.89
Travis Job 4598.7
8 4598.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Dec 2018 10:24AM UTC 0
60.86
Travis Job 4598.8
Source Files on build 4598
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4598
  • 13dcc03e on github
  • Prev Build on provenance_redesign (#4596)
  • Next Build on provenance_redesign (#4600)
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