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

aiidateam / aiida_core / 5757 / 7
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 10 Apr 2019 08:59AM UTC
Files 392
Run time 29s
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

10 Apr 2019 08:38AM UTC coverage: 64.246%. Remained the same
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

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.

21288 of 33135 relevant lines covered (64.25%)

0.64 hits per line

Source Files on job 5757.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1489
  • Travis Job 5757.7
  • e3af765a on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#5749.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#5760.7)
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