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

aiidateam / aiida_core / 6179
74%

Build:
DEFAULT BRANCH: develop
Ran 27 May 2019 06:02AM UTC
Jobs 4
Files 387
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
6179

push

travis-ci

web-flow
Fix false negative of postgres connection in `verdi status` (#2924)

The output of `verdi status` was reporting a problem in connecting to
the postgres database even though all other commands seemed to work. The
problem was with the `Postgres.from_profile` used to perform the check.
This utility does on purpose not include the database name, username and
password, because it is supposed to use the systems superuser instead.
To check whether the current profile can access the database using the
connection details specified within it, we simply try to get a cursor
from the backend, which will except if it cannot connect to the database.

13 of 13 new or added lines in 1 file covered. (100.0%)

23845 of 32813 relevant lines covered (72.67%)

2.71 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6179.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 27 May 2019 06:02AM UTC 0
66.46
Travis Job 6179.5
6 6179.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 27 May 2019 06:09AM UTC 0
66.4
Travis Job 6179.6
7 6179.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 27 May 2019 06:10AM UTC 0
69.34
Travis Job 6179.7
8 6179.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 27 May 2019 06:12AM UTC 0
69.27
Travis Job 6179.8
Source Files on build 6179
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6179
  • b1607292 on github
  • Prev Build on develop (#6176)
  • Next Build on develop (#6183)
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