sot / chandra_cmd_states

Interface for creation and maintenance of the Chandra commanded states database.
https://sot.github.io/cmd_states
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Just get rid of sftp in testing #14

Open jeanconn opened 9 years ago

jeanconn commented 9 years ago

I'm not sure why my test call to

ska-fido: /proj/sot/ska/share/cmd_states/update_cmd_states.py --dbi 'sybase' --server 'sybase' --database aca_tstdb --user aca_test --h5file ~/git/cmd_states/cmd_states.h5 --datestart '2014:180:00:00:00.000'

Stuck me in apparently infinitely repeating

Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <bound method SFTP.__del__ of <Ska.ftp.SFTP object at 0x1f3fe90>> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <bound method SFTP.__del__ of <Ska.ftp.SFTP object at 0x1f3fe90>> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <bound method SFTP.__del__ of <Ska.ftp.SFTP object at 0x1f3fe90>> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <bound method SFTP.__del__ of <Ska.ftp.SFTP object at 0x1f3fe90>> ignored

I'll try just skipping the construction of a new/testing h5 file.

jeanconn commented 7 years ago

So, we had that previous issue, and now I'm having the issue that my host was blocked from occweb due to 3 consecutive login failures on lucky ... which was likely when I was trying to run the timelines testing.