Roundup Tracker - Issues

Message6486

Author rouilj
Recipients rouilj, schlatterbeck
Date 2019-05-26.17:43:13
Message-id <1558892593.19.0.170619330703.issue2551036@roundup.psfhosted.org>
In-reply-to
Committed as: rev5732:0e6ed3d72f92 

Fixes to testing for the rest code are in rev5733:62bdcb874433 and
rev5734:5cd9ac3daed7.  These patches attempt to test the retry code that
wraps the opening of an existing database. All of the tests
for otk/session db create a new database during the test. The
session/otk db class is never reloaded. So the code path that runs
is always the one that creates and opens the database and never
the one that opens an existing database.

I haven't figured out how to cause the open call to fail to trigger the
exception handling routines. I could use a pointer from somebody with
better python fu than I have.
History
Date User Action Args
2019-05-26 17:43:13rouiljsetmessageid: <1558892593.19.0.170619330703.issue2551036@roundup.psfhosted.org>
2019-05-26 17:43:13rouiljsetrecipients: + rouilj, schlatterbeck
2019-05-26 17:43:13rouiljlinkissue2551036 messages
2019-05-26 17:43:13rouiljcreate