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

aiidateam / aiida_core / 5145 / 7
70%
develop: 74%

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

13 Feb 2019 07:14PM UTC coverage: 61.808% (+0.02%) from 61.791%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

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.

21613 of 34968 relevant lines covered (61.81%)

0.62 hits per line

Source Files on job 5145.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 18
  • Source Changed 2
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1001
  • Travis Job 5145.7
  • b1b34f69 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on provenance_redesign (#5105.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on provenance_redesign (#5176.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

© 2026 Coveralls, Inc