Ticket #1393 (assigned enhancement)
Don't skip search tests
Reported by: | dread | Owned by: | johnglover |
---|---|---|---|
Priority: | minor | Milestone: | ckan-backlog |
Component: | ckan | Keywords: | |
Cc: | johnglover | Repository: | ckan |
Theme: | none |
Description
Now we don't use postgres search, all the tests involving search now don't need to be skipped when running on sqlite. Should help coders spot earlier if these tests break.
Change History
comment:2 Changed 3 years ago by johnglover
Yes, there are a few of these problems with SQLite which is why the tests are being skipped currently. I'm not exactly sure of the reason, it seems that it sometimes drops tables from memory, but we haven't found a solution. Myself and David Raznick were going to spend some time looking at it but haven't had a chance yet.
Note: See
TracTickets for help on using
tickets.
I changed this:
But there seems to be a problem finding the package when trying to index it:
Any ideas John?