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

aiidateam / aiida_core / 4545
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 29 Nov 2018 11:58AM UTC
Jobs 4
Files 407
Run time 28min
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
4545

Pull #2250

travis-ci

web-flow
Put in an explicit check raising when calculations call another process

By definition, calculation type processes cannot call other processes.
This was already indirectly guarded against by the link validation
process. If one attempted to add a `CALL` link from a `CalulationNode`,
the link validation would raise a `ValueError`. However, it is more
instructive for the user to catch this problem before attempting to add
the link. Therefore, when setting up the database record for a process,
if a parent process is available, we ensure that it is not a calculation
type process, or we raise an `InvalidOperation` exception. A test is
added for a `calcfunction` calling another `calcfunction`.
Pull Request #2250: Put in an explicit check raising when calculations call another process

3 of 3 new or added lines in 1 file covered. (100.0%)

25396 of 36808 relevant lines covered (69.0%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4545.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 29 Nov 2018 11:58AM UTC 0
62.02
Travis Job 4545.5
6 4545.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 29 Nov 2018 12:01PM UTC 0
62.03
Travis Job 4545.6
7 4545.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 29 Nov 2018 12:03PM UTC 0
60.86
Travis Job 4545.7
8 4545.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 29 Nov 2018 12:26PM UTC 0
60.83
Travis Job 4545.8
Source Files on build 4545
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4545
  • Pull Request #2250
  • PR Base - 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

© 2026 Coveralls, Inc