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

aiidateam / aiida_core / 6521
74%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 26 Jun 2019 06:28PM UTC
Jobs 4
Files 392
Run time 24min
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
6521

Pull #3090

travis-ci

web-flow
Update the export archive version to `v0.6`

The change in the export archive is necessary to take the changes into
account of two database migrations:

 * Moving of node attributes and extras to JSONB for the Django backend
 * Data migration of `state` attribute of legacy `JobCalculation` nodes

Due to the migration of node attributes and extras to JSONB, which does
not support datetime objects, in contrast with the old database schema,
means that the deserialization from the export JSON data is no longer
necessary. The only serialized types were datetime objects, but these
are now no longer supported anyway in the database, just like SqlAlchemy
already was. This allows us to remove the attribute and extra conversion
dictionaries in its entirety.

A second migration deals with the conversion of legacy job calculation
states, by inferring the `process_state`, `exit_status` and
`process_status` from it.

Co-authored-by: Giovanni Pizzi <giovanni.pizzi@epfl.ch>
Pull Request #3090: Migrating node attributes and extras to JSONB for the Django backend

908 of 908 new or added lines in 36 files covered. (100.0%)

23942 of 32376 relevant lines covered (73.95%)

2.74 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6521.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 26 Jun 2019 06:28PM UTC 0
67.78
Travis Job 6521.5
6 6521.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 26 Jun 2019 06:32PM UTC 0
67.73
Travis Job 6521.6
7 6521.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 26 Jun 2019 06:32PM UTC 0
69.35
Travis Job 6521.7
8 6521.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 26 Jun 2019 06:35PM UTC 0
69.3
Travis Job 6521.8
Source Files on build 6521
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6521
  • Pull Request #3090
  • PR Base - develop (#6498)
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