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

aiidateam / aiida_core / 6301
74%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 13 Jun 2019 07:47AM UTC
Jobs 4
Files 384
Run time 3min
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
6301

push

travis-ci

sphuber
Fix bug in the Django attributes and extras to JSONB migration

The migrations of the old attributes and extras from the EAV tables to a
JSONB column on the node table, used a lazy fetch method to fetch nodes
in batches. However, the consecutive fetches do not sort on anything so
the same nodes may be fetched multiple times and as a result, some nodes
are never fetched. Their attributes and extras are therefore then also
never migrated. This caused certain nodes to have lost their data after
the migration. Sorting the lazy fetches by the pk of the nodes,
guarantees that each and every node is migrated, and only once.

23402 of 32189 relevant lines covered (72.7%)

2.7 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6301.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 Jun 2019 07:47AM UTC 0
66.65
Travis Job 6301.5
6 6301.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 Jun 2019 07:50AM UTC 0
66.61
Travis Job 6301.6
7 6301.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 Jun 2019 07:50AM UTC 0
68.26
Travis Job 6301.7
8 6301.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 Jun 2019 07:50AM UTC 0
68.17
Travis Job 6301.8
Source Files on build 6301
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6301
  • e794837c on github
  • Prev Build on django_jsonb (#6226)
  • Next Build on django_jsonb (#6352)
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

© 2025 Coveralls, Inc