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

OCA / pylint-odoo / 1169 / 4
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 24 May 2022 11:46PM UTC
Files 7
Run time 2s
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

24 May 2022 11:43PM UTC coverage: 97.743% (+0.03%) from 97.714%
TOXENV=pylint LINT="1" DEPLOY="1"

push

travis-ci-com

GitHub
[ADD] external-request-timeout: It could wait for a long time (#370)

Calling external request needs to use a timeout in order to avoid waiting for a long time
It could be even worse if you have one or many records locked
then calling a request it could accumulate a lot of locks and
the workers could be used for more time and the system could be down
waiting for release

You can define your custom methods using the parameter: 
`--external_request_timeout_methods`

The default methods are:
    - http.client.HTTPConnection
    - http.client.HTTPSConnection
    - odoo.addons.iap.models.iap.jsonrpc
    - requests.delete
    - requests.get
    - requests.head
    - requests.options
    - requests.patch
    - requests.post
    - requests.put
    - requests.request
    - serial.Serial
    - smtplib.SMTP
    - suds.client.Client
    - urllib.request.urlopen

1559 of 1595 relevant lines covered (97.74%)

0.98 hits per line

Source Files on job 1169.4 (TOXENV=pylint LINT="1" DEPLOY="1")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1002
  • Travis Job 1169.4
  • 4b6fcbef on github
  • Prev Job for TOXENV=pylint LINT="1" DEPLOY="1" on master (#1150.4)
  • Next Job for TOXENV=pylint LINT="1" DEPLOY="1" on master (#1171.4)
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