HI Folks,

Well actually I dug into this some more.

The problem happens when the pyclient tries to get a serial number from the
"IUdatabase" via a post to

https://mtt.open-mpi.org/serial

This doesn't work.  mtt-open-mpi.org comes back with an 404 error.

Any ideas which URL I should be using to get a serial number back from the
database server?

Howard


2017-08-09 12:44 GMT-06:00 Van Dresser, Daniel N <
daniel.n.van.dres...@intel.com>:

> Hi Howard,
>
>
>
> Ricky might be able to answer this when he returns from holiday next
> week.  If not, Josh might know.
>
>
>
> If you end up debugging this further on your own, I would recommend using
> the docker images for postgres and cherrypy.
>
>
>
> Instructions for building and testing those images:
> https://github.com/open-mpi/mtt/blob/master/server/docker/
> README.docker.txt
>
> Note the instructions in that readme need to be run from the mtt/server
> directory.
>
>
>
> Thanks,
>
>
>
>   -- Noah
>
>
>
>
>
> *From:* mtt-devel [mailto:mtt-devel-boun...@lists.open-mpi.org] *On
> Behalf Of *Howard Pritchard
> *Sent:* Wednesday, August 09, 2017 3:06 AM
> *To:* Development list for the MPI Testing Tool <
> mtt-devel@lists.open-mpi.org>
> *Subject:* [MTT devel] trying again to ppost results to "IU" using
> pyclient
>
>
>
> Hi Folks,
>
>
>
> Finally I got a chance to return to using the pyclient (with python3 -
> which is another story and subject of an upcoming PR).
>
>
>
> Things seem to work till I try to post to "IU" database, in which case
> with --verbose I get
>
> this request/response output:
>
>
>
> <<<<<<<---------------- Payload (End  ) -------------------------->>>>>>
>
> /opt/hi-master/Python-3.6.2/lib/python3.6/site-packages/urllib3/connectionpool.py:858:
> InsecureRequestWarning: Unverified HTTPS request is being made. Adding
> certificate verification is strongly advised. See: https://urllib3.
> readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
>
>   InsecureRequestWarning)
>
> /opt/hi-master/Python-3.6.2/lib/python3.6/site-packages/urllib3/connectionpool.py:858:
> InsecureRequestWarning: Unverified HTTPS request is being made. Adding
> certificate verification is strongly advised. See: https://urllib3.
> readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
>
>   InsecureRequestWarning)
>
> <<<<<<<---------------- Response -------------------------->>>>>>
>
> Result: 400: text/html; charset=UTF-8
>
> {'Date': 'Wed, 09 Aug 2017 09:57:16 GMT', 'Server': 'Apache/2.4.18
> (Ubuntu)', 'Content-Length': '54', 'Connection': 'close', 'Content-Typ
> ----- Message truncated -----
>
> <<<<<<<---------------- Raw Output (Start) ---------------->>>>>>
>
> MTTDatabase abort:
>
> MTT client version not specified.
>
>
>
> <<<<<<<---------------- Raw Output (End  ) ---------------->>>>>>
>
>
>
> Any ideas what I need to add to get the pyclient to submit results to "IU"
> with client version
>
> included in the HTTP request?
>
>
>
> Thanks,
>
> Howard
>
>
>
> _______________________________________________
> mtt-devel mailing list
> mtt-devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/mtt-devel
>
_______________________________________________
mtt-devel mailing list
mtt-devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/mtt-devel

Reply via email to