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

aiidateam / aiida_core / 5145
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 13 Feb 2019 07:38PM UTC
Jobs 4
Files 395
Run time 110min
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
5145

push

travis-ci

sphuber
Add support for the export/import of `Node` extras (#2416)

The extras of `Nodes` can now be exported together with other data.
When importing an archive that contains extras for nodes, the behavior
depends on whether that node was already present in the database into
which the data is imported, namely:

 * The `Node` did not yet exist: In this case, the extras will be imported
   wholesale or not at all. The behavior can be toggled from `verdi import`
   with the flag `--extras-mode-new`.

 * The `Node` already exists: In this case, the various possibilities are a
   lot more complex, because the existing and archived node can have
   overlapping and non-overlapping extras. What to do in case of conflicts
   and in general can be controlled by the flag `--extras-mode-existing`.
   The currently implemented options are as follows:

    - ask: import all extras and prompt what to do for existing extras.
    - keep_existing: import all extras and keep original value of existing.
    - update_existing: import all extras and overwrite value of existing.
    - mirror: remove any pre-existing extras and import all archive extras.
    - none: do not import any extras.

158 of 158 new or added lines in 2 files covered. (100.0%)

24384 of 34965 relevant lines covered (69.74%)

2.51 hits per line

Jobs
ID Job ID Ran Files Coverage
5 5145.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 Feb 2019 07:38PM UTC 0
63.57
Travis Job 5145.5
6 5145.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 Feb 2019 07:43PM UTC 0
63.51
Travis Job 5145.6
7 5145.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 Feb 2019 07:42PM UTC 0
61.81
Travis Job 5145.7
8 5145.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 Feb 2019 07:44PM UTC 0
61.75
Travis Job 5145.8
Source Files on build 5145
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5145
  • b1b34f69 on github
  • Prev Build on provenance_redesign (#5105)
  • Next Build on provenance_redesign (#5176)
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