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

aiidateam / aiida_core / 5286 / 3
48%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 22 Feb 2019 01:20PM UTC
Files 299
Run time 35s
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

22 Feb 2019 12:53PM UTC coverage: 48.242% (+0.08%) from 48.159%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

ltalirz
Providing a non-ORM way to add nodes to a group. This speeds up a lot the group addition procedure and import method of SQLA should benefit from it (#2471)

Fast group addition, skipping the ORM

This PR solves issue #1319 and provides a fast way to add nodes to a group that circumvents the ORM. Import/export benefit from this; particularly import under SQLA.

In order to achieve this, it uses RAW SQL statements. It was agreed by @giovannipizzi  @sphuber 
 and @szoupanos that this is acceptable for aiida 0.X. sqlalchemy >= 1.1 provides better solutions for this in aiida 1.0 (see comments in the code).

Furthermore, it adds a new migration `7a6587e16f4c`.
For consistency, PR #2514 inserts this migration also in the upstream branch for aiida 1.0 (and handles collisions with other following migrations).

16750 of 34721 relevant lines covered (48.24%)

0.48 hits per line

Source Files on job 5286.3 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 81
  • Source Changed 5
  • Coverage Changed 80
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1103
  • Travis Job 5286.3
  • 28eea8c4 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on release_v0.12.3 (#5278.4)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on release_v0.12.3 (#5375.3)
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