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

chaoss / grimoirelab-sortinghat / 403
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/certifi-2022.12.7
DEFAULT BRANCH: master
Ran 23 Dec 2019 05:10PM UTC
Jobs 2
Files 46
Run time 30s
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
403

Pull #232

travis-ci

web-flow
[database] Allow SSL connections

The engine was not configure to accept SSL connections.
With this patch, the database module will try to establish
a SSL connection first. If this is not possible, it will
try to communicate with the server with a non-secure
connection.

To set the SSL connection, it was necessary a minor hack
that consists on passing an non-empty dictionary with key
'ssl' in 'connect_args'. The module pymysql expects a dict
with some SSL paramters, which will force to use specific
cert o ca. As we do not want that, we found that passing
a dict with a random key is valid and pymsql ignores that
key but enforces a SSL connection.

Signed-off-by: Santiago Dueñas <sduenas@bitergia.com>
Pull Request #232: [database] Allow SSL connections

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

3577 of 3854 relevant lines covered (92.81%)

1.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 403.1 23 Dec 2019 05:10PM UTC 0
92.81
Travis Job 403.1
2 403.2 23 Dec 2019 05:10PM UTC 0
92.81
Travis Job 403.2
Source Files on build 403
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #403
  • Pull Request #232
  • PR Base - master (#401)
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