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

aiidateam / aiida_core / 4533
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 26 Nov 2018 05:56PM UTC
Jobs 4
Files 407
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
4533

push

travis-ci

sphuber
Make the `link_label` required in `Node.add_incoming`

The `link_label` used to be optional when specifying a link, as long
as both nodes were already stored. If one of the nodes was unstored
the link had to be stored in the internal cache which was indexed
on the link label. This was already changed to be indexed on the
link triple instead, solving that issue, but the auto label generation
in `Node._add_dblink_from` in the case of no label being defined,
relied on a uniqueness constraint of the link label on the database.
This constraint had already been removed a long time ago when the
`RETURN` link type was introduced. However, the logic of the auto
label generation was kept, even though it would never work. We remove
that functionality here and make the explicit passing of a link label
required in the `add_incoming` and `_add_dblink_from` methods.

25400 of 36805 relevant lines covered (69.01%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4533.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 26 Nov 2018 05:56PM UTC 0
62.07
Travis Job 4533.5
6 4533.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 26 Nov 2018 06:02PM UTC 0
62.01
Travis Job 4533.6
7 4533.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 26 Nov 2018 06:02PM UTC 0
60.88
Travis Job 4533.7
8 4533.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 26 Nov 2018 06:02PM UTC 0
60.85
Travis Job 4533.8
Source Files on build 4533
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4533
  • 39562990 on github
  • Prev Build on provenance_redesign (#4514)
  • Next Build on provenance_redesign (#4544)
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