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

aiidateam / aiida_core / 6291 / 5
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 09 Jun 2019 07:45AM UTC
Files 387
Run time 16s
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

09 Jun 2019 07:33AM UTC coverage: 66.807% (+0.003%) from 66.804%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

web-flow
Ensure that stacktrace is included in transport task exceptions (#2986)

When a transport task of a calculation job excepts, the exponential
back off retry wrapper calls the logger of the process node with the
exception. This will trigger the `DbLogHandler` such that the log
message is entered into the database with a link to the process node.
However, only the message was included and not the stack trace which
made it difficult to determine the cause from `verdi process report`.
To fix this, in the `Log.objects.create_from_record` we attempt to
format a traceback from the `exc_info` if it is included in the record
which will be the case for an exception log.

This commit also fixes a bug in the `ProcessLauncher._continue` method
that was calling the `create_future` method of the communicator, which
has long been removed. Instead a normal future should just be created.

21809 of 32645 relevant lines covered (66.81%)

0.67 hits per line

Source Files on job 6291.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 6
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1939
  • Travis Job 6291.5
  • a27811e9 on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#6288.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#6310.5)
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