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

aiidateam / aiida_core / 6503 / 8
74%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 26 Jun 2019 10:44AM UTC
Files 392
Run time 26s
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

26 Jun 2019 10:19AM UTC coverage: 69.299% (+0.5%) from 68.824%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

push

travis-ci

sphuber
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.

22421 of 32354 relevant lines covered (69.3%)

0.69 hits per line

Source Files on job 6503.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 31
  • Source Changed 7
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2120
  • Travis Job 6503.8
  • 348d7e88 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on django_jsonb (#6477.7)
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