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

aiidateam / aiida_core / 6291
74%

Build:
DEFAULT BRANCH: develop
Ran 09 Jun 2019 07:45AM UTC
Jobs 4
Files 387
Run time 10min
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
6291

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.

23812 of 32643 relevant lines covered (72.95%)

2.68 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6291.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 09 Jun 2019 07:45AM UTC 0
66.81
Travis Job 6291.5
6 6291.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 09 Jun 2019 07:53AM UTC 0
66.76
Travis Job 6291.6
7 6291.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 09 Jun 2019 07:51AM UTC 0
67.47
Travis Job 6291.7
8 6291.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 09 Jun 2019 07:56AM UTC 0
67.39
Travis Job 6291.8
Source Files on build 6291
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6291
  • a27811e9 on github
  • Prev Build on develop (#6288)
  • Next Build on develop (#6310)
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

© 2025 Coveralls, Inc