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

aiidateam / aiida_core / 5076
68%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 08 Feb 2019 01:03PM UTC
Jobs 2
Files 395
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
5076

Pull #2422

travis-ci

web-flow
Add data migrations for `TrajectoryData` nodes

In the previous commit, the ORM for `TrajectoryData` was changed to
start storing the `symbols` as a list in the attributes of the node
instead of a `numpy` array in the repository, to make it possible to
query for the symbols. This requires a data migration which is
implemented in this commit.

Since it involves the deletion of the data from the repository after it
has been copied to the database, the migration is performed in two
stages. The first will copy the data from the repository to the
attributes on the node and the second will delete the data in the
repository. In this way, if an exception occurs during the migration, no
data will be lost.
Pull Request #2422: Changes to `Data` class attributes and `TrajectoryData` data storage

155 of 155 new or added lines in 11 files covered. (100.0%)

21452 of 34762 relevant lines covered (61.71%)

1.23 hits per line

Jobs
ID Job ID Ran Files Coverage
7 5076.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 08 Feb 2019 01:05PM UTC 0
61.76
Travis Job 5076.7
8 5076.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 08 Feb 2019 01:03PM UTC 0
61.71
Travis Job 5076.8
Source Files on build 5076
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5076
  • Pull Request #2422
  • PR Base - provenance_redesign (#5077)
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