Here is the full log from Travis-CI:
https://travis-ci.org/lsolesen/panopoly/jobs/16105933
And here is the important error:
WD search_api_server: PDOException: SQLSTATE[42S02]: Base table or [error]
view not found: 1146 Table 'drupal.cache_search_api_solr' doesn't
exist: DELETE FROM {cache_search_api_solr}
WHERE (cid LIKE :db_condition_placeholder_0 ESCAPE '\\') ; Array
(
[:db_condition_placeholder_0] => solr\_server%
)
in cache_clear_all() (line 165 of
/home/travis/build/lsolesen/drupal/includes/cache.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | panopoly_search-update-rc4-2164187-4.patch | 629 bytes | dsnopek |
Comments
Comment #1
dsnopekImplemented
hook_update_dependencies()in panopoly_core and panopoly_user to make sure update functions happen in the correct order.Comment #3
dsnopekThis error has come back, but doesn't happen on every run, which is weird. :-/
In any case, the conflict is now with
panopoly_search_update_7005(). Here is a patch to add a dependency - I'll test on Travis-CI in a moment.EDIT: Here is the Travis-CI build: https://travis-ci.org/panopoly/panopoly/builds/52275042
Comment #4
dsnopekBlergh! Type-o in the last patch. Here's a new one.
Comment #5
dsnopekTesting looks good! Commiting.