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

aiidateam / aiida_core / 5757
74%

Build:
DEFAULT BRANCH: develop
Ran 10 Apr 2019 08:52AM UTC
Jobs 4
Files 392
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
5757

push

travis-ci

sphuber
Fix bug in process control in direct scheduler (#2721)

The direct scheduler uses `ps` for checking whether a command is
running. However, `ps` does not show processes without a controlling
terminal by default - for this you need to add the -x option:

  -x      When displaying processes matched by other options, include pro-
           cesses which do not have a controlling terminal.  This is the
           opposite of the -X option.  If both -X and -x are specified in
           the same command, then ps will use the one which was specified
           last.

Since this flag was not there, the engine thought calculations were finished
when they were not and so the engine started retrieving files prematurely.
Adding the flag solves this issue.

23359 of 33133 relevant lines covered (70.5%)

2.58 hits per line

Jobs
ID Job ID Ran Files Coverage
5 5757.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 10 Apr 2019 08:52AM UTC 0
64.58
Travis Job 5757.5
6 5757.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 10 Apr 2019 09:00AM UTC 0
64.53
Travis Job 5757.6
7 5757.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 10 Apr 2019 08:59AM UTC 0
64.25
Travis Job 5757.7
8 5757.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 10 Apr 2019 09:02AM UTC 0
64.16
Travis Job 5757.8
Source Files on build 5757
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5757
  • e3af765a on github
  • Prev Build on develop (#5749)
  • Next Build on develop (#5760)
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