Fix Issue with ClipperException and Docker not running case#308
Fix Issue with ClipperException and Docker not running case#308dcrankshaw merged 6 commits intoucbrise:developfrom simon-mo:develop
Conversation
This PR fix issue @302. Update the link mentioned in warning messege during python model deployment. <Simon Mo>
This PR fix issue #306 and #307. It fixes #306 by adding a harmless `__init__` method to `ClipperException`, such that it has attribute `msg`. It fixes #307 by catching `requests.exception.ConnectionError` and raising a `ClipperException`, during the process of `DockerContainerManger(...).start_clipper()`. <Simon Mo>
|
Can one of the admins verify this patch? |
|
jenkins ok to test |
dcrankshaw
left a comment
There was a problem hiding this comment.
LGTM. It looks like there might be a Python formatting problem. Running ./bin/format_code.sh should fix it.
|
Test FAILed. |
|
jenkins test this please |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test PASSed. |
This PR fix issue #306 and #307.
It fixes #306 by adding a harmless
__init__method toClipperException, such that it has attributemsg.It fixes #307 by catching
requests.exception.ConnectionErrorandraising a
ClipperException, during the process ofDockerContainerManger(...).start_clipper().