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

aiidateam / aiida_core / 5080
68%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 08 Feb 2019 01:46PM UTC
Jobs 4
Files 395
Run time 10min
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
5080

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%)

23716 of 34762 relevant lines covered (68.22%)

2.51 hits per line

Jobs
ID Job ID Ran Files Coverage
5 5080.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 08 Feb 2019 01:46PM UTC 0
63.58
Travis Job 5080.5
6 5080.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 08 Feb 2019 01:52PM UTC 0
63.49
Travis Job 5080.6
7 5080.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 08 Feb 2019 01:53PM UTC 0
61.76
Travis Job 5080.7
8 5080.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 08 Feb 2019 01:55PM UTC 0
61.71
Travis Job 5080.8
Source Files on build 5080
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5080
  • 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