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

aiidateam / aiida_core / 6352
74%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 17 Jun 2019 04:26PM UTC
Jobs 4
Files 384
Run time 6min
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
6352

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.

23518 of 32225 relevant lines covered (72.98%)

2.71 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6352.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 17 Jun 2019 04:26PM UTC 0
66.95
Travis Job 6352.5
6 6352.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 17 Jun 2019 04:29PM UTC 0
66.89
Travis Job 6352.6
7 6352.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 17 Jun 2019 04:30PM UTC 0
68.56
Travis Job 6352.7
8 6352.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 17 Jun 2019 04:32PM UTC 0
68.52
Travis Job 6352.8
Source Files on build 6352
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6352
  • a7c3ac4e on github
  • Prev Build on django_jsonb (#6301)
  • Next Build on django_jsonb (#6464)
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