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

aiidateam / aiida_core / 4781
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 12 Dec 2018 04:19PM UTC
Jobs 4
Files 413
Run time 7min
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
4781

push

travis-ci

sphuber
Allow deepcopy of stored data nodes (#2347)

The `expose_inputs` of the `ProcessSpec` is implemented by `plumpy` and it
recursively deep copies the ports of the original spec to the target spec. This
includes deep copying any default values that those ports may have, which may
also be a stored `Data` node. Originally we prohibited the deep copying of stored
`Data` nodes, because it may suggest that an actual copy of the node would also
be created in the database, while that is not the case. The decision was made to
simply raise when trying to deep copy a stored data node. However, this breaks
the `exposed_inputs` functionality as it is perfectly legal to set a stored data node
as a port default. Since we have to allow users to set stored data nodes as a port
default, we have to lift the ban of deep copying them.

25185 of 36980 relevant lines covered (68.1%)

2.43 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4781.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 12 Dec 2018 04:19PM UTC 0
61.2
Travis Job 4781.5
6 4781.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 12 Dec 2018 04:23PM UTC 0
61.15
Travis Job 4781.6
7 4781.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 12 Dec 2018 04:24PM UTC 0
60.26
Travis Job 4781.7
8 4781.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 12 Dec 2018 04:26PM UTC 0
60.22
Travis Job 4781.8
Source Files on build 4781
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4781
  • a13919c5 on github
  • Prev Build on provenance_redesign (#4773)
  • Next Build on provenance_redesign (#4788)
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