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

aiidateam / aiida_core / 6259
74%

Build:
DEFAULT BRANCH: develop
Ran 04 Jun 2019 06:18PM UTC
Jobs 4
Files 387
Run time 9min
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
6259

push

travis-ci

web-flow
Fix bug in `verdi process show` where not all called processes are shown (#2962)

The utility `get_node_info` was called by `verdi process show` to format
a multiline string of the given process node, including all the inputs
and called processes. The function used the `LinkManager.nested` to
reconstruct a nested representation of the relevant set of neighboring
nodes. This is useful for the inputs and outputs that can in fact be
nested and have unique labels, however, for called links, the link
labels are not necessarily unique and so the dictionary returned by the
nested method could only represent a single called process with the same
link label. To fix this we use a different formatter that simply takes
the list of neighboring nodes, which then does not care about label
uniqueness.

Since the `nested` method was silently overwriting duplicate keys, which
caused this bug, its behavior is adapted to raise a `KeyError` in this
situation.

23776 of 32592 relevant lines covered (72.95%)

2.68 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6259.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Jun 2019 06:18PM UTC 0
66.81
Travis Job 6259.5
6 6259.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Jun 2019 06:25PM UTC 0
66.75
Travis Job 6259.6
7 6259.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Jun 2019 06:25PM UTC 0
67.42
Travis Job 6259.7
8 6259.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Jun 2019 06:28PM UTC 0
67.38
Travis Job 6259.8
Source Files on build 6259
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6259
  • 5ff132ef on github
  • Prev Build on develop (#6257)
  • Next Build on develop (#6267)
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