Pretty much in the title - if search module is not installed you get a number of php warnings about the search_* tables not existing on node_delete($nid) calls;

Adding 'search' to the list of modules to be installed/enabled resolves this - see attached patch.

CommentFileSizeAuthor
feedapi-search-test.patch800 bytesowen barton

Comments

owen barton’s picture

I have a hunch this could be due to a bug in simpletest 6.x accidentally enabling (unrequested) modules without installing them, which would explain why the hooks are firing but there is no tables. I found a couple of issues along these lines - I'll try and investigate further and see what I can find.