-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurring in failing update is not reported in the log #3308
Comments
@pfrenssen, I guess the problem is that messages logged in subsequent processes are not shown (have no explanation why for the moment). As |
I did some tests on the branch which is exhibiting the problems (ec-europa/joinup-dev#1045):
|
I found the cause why the modules are not being loaded, this has been introduced in 978893e In this commit the container is being rebuilt after calling
|
OK this took me a long time to find since I was completely on the wrong track. I thought it was caused by the kernel juggling that was introduced recently in the UpdateKernel PR, but it turns out it was this container rebuild. I have a green test now:
Posting fix in #3311. |
This has been split off from #3303.
@claudiu-cristea reported in #3303 that if an error occurs during a database update this is not logged correctly. It appears this is only working correctly for exceptions being thrown in
hook_update_N()
, but not when a post-update fails.We should fix this and extend the test coverage for post-updates.
The text was updated successfully, but these errors were encountered: