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

aiidateam / aiida_core / 6094
74%

Build:
DEFAULT BRANCH: develop
Ran 13 May 2019 05:28PM UTC
Jobs 4
Files 387
Run time 4min
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
6094

push

travis-ci

yakutovicha
Allow global submit from within work functions (#2869)

Recently, a limitation was placed on the global `submit` launcher
function and an exception would be raised if it was called from within
the scope of another process, because for this the `self.submit` method
of the process should be used instead. Note that this only applies to
workflow-like processes, since calculation-like processes *cannot* not
even call other processes. So this applies to work functions and work
chains. However, the process instance is not available within the body
of a work function implementation, so one *cannot* do `self.submit` and
in fact the global submitter should be used. Here we update the guard
to exclude work functions from this limitation.

23818 of 32779 relevant lines covered (72.66%)

2.71 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6094.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 May 2019 05:28PM UTC 0
66.45
Travis Job 6094.5
6 6094.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 May 2019 05:30PM UTC 0
66.39
Travis Job 6094.6
7 6094.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 May 2019 05:31PM UTC 0
69.17
Travis Job 6094.7
8 6094.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 May 2019 05:32PM UTC 0
69.07
Travis Job 6094.8
Source Files on build 6094
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6094
  • c9593796 on github
  • Prev Build on develop (#6087)
  • Next Build on develop (#6098)
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