Print

Print


Andy

I am trying Qserv with the new sqlalchemy based db module.

Surprisingly everything compiled, built, and all unit tests passed.

Unsurprisingly, the integration test immediately failed.

I am addressing this email to you because the first problem
I ran into is in wmgr

   File 
"/usr/local/home/becla/stack/repos/qserv_testdata/python/lsst/qserv/tests/mysqlDbLoader.py", 
line 89, in prepareDatabase
     self.czar_wmgr.dropDb(self._dbName, mustExist=False)
   File 
"/usr/local/home/becla/stack/repos/qserv/lib/python/lsst/qserv/wmgr/client.py", 
line 316, in dropDb
     self._requestJSON('dbs', dbName, method='DELETE')
   File 
"/usr/local/home/becla/stack/repos/qserv/lib/python/lsst/qserv/wmgr/client.py", 
line 690, in _requestJSON
     response = self._request(svc, resource, method=method, 
params=params, data=data, headers=headers)
   File 
"/usr/local/home/becla/stack/repos/qserv/lib/python/lsst/qserv/wmgr/client.py", 
line 666, in _request


which makes me wonder if we could come up with some simple
unit test to expose this sort of problems.

Do you have any advice what the easiest way to test / debug it
would be?

thanks,
Jacek

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1