Ticket #79 (defect)
Opened 6 years ago
Last modified 5 years ago
ADO: Operation cannot be performed while executing asynchronously.
Status: closed (fixed)
| Reported by: | dowski | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0 |
| Component: | Storage | Keywords: | |
| Cc: | Estimate (total hours): | ||
Got the following traceback when running the EnDue test suite:
======================================================================
ERROR: test_Search (test_nav.NavigationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Python24\Lib\site-packages\cherrypy\test\webtest.py", line 272, in __call__
self.tearDown()
File "C:\Python24\Lib\site-packages\endue\tests\test_nav.py", line 137, in tearDown
test.stop_store()
File "C:\Python24\Lib\site-packages\endue\tests\test.py", line 17, in stop_store
endue.arena.stores['master'].drop_database()
File "C:\Python24\lib\site-packages\dejavu\storage\db.py", line 492, in drop_database
self.db.drop_database()
File "C:\Python24\Lib\site-packages\dejavu\storage\storeado.py", line 1052, in drop_database
self.connection.shutdown()
File "C:\Python24\lib\site-packages\dejavu\storage\geniusql.py", line 947, in shutdown
self.close(self._conn)
File "C:\Python24\Lib\site-packages\dejavu\storage\storeado.py", line 523, in_del_conn
conn.Close()
File "C:\Python24\Lib\site-packages\win32com\gen_py\EF53050B-882E-4776-B643-EDA472E8E3F2x0x2x7.py", line 2056, in Close
return self._oleobj_.InvokeTypes(5, LCID, 1, (24, 0), (),)
com_error: (-2147352567, 'Exception occurred.', (0, 'ADODB.Connection', 'Operation cannot be performed while executing asynchronously.', 'C:\\WINDOWS\\HELP\\ADO270.CHM', 1240660, -2146824577), None)
Change History
11/20/06 14:37:10: Modified by dowski
08/30/07 01:09:57: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Seems to have been fixed.

Fixed in [325]. I need to figure out a good way to test this...