Ticket #576 (closed defect: fixed)
CKAN Requires Old Version of SQLAlchemy
Reported by: | wwaites | Owned by: | sebbacon |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.3 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
Requires 0.4. 0.5 is a maintenance branch, 0.6 is current.
VDM appears to work correctly (all the tests pass) with 0.5. CKAN does not -- requires more investigation to determine exactly why.
It would actually be nice to be able to run with 0.6 or 0.5, though 0.6 will require some changes to VDM as well
Change History
comment:2 Changed 4 years ago by wwaites
cset:7a04e78cec97 pool_threadlocal=True is no longer the default with 0.5. Setting it to False (the default) causes unit tests to hang. So explicitly set it to True to retain compatibility. It is an open question whether this is the correct setting, the defaults were changed as apparently they led to surprising behaviour. One hopes that our unit tests have already eliminated any such surprises.
Unit Tests appear to work as before... Boy do they take a long time to run...