You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an exception happens and it's handled by __exit__ our Build in
the database is not updated and it stay in 'Installing' forever. So,
when something bad happens we force a call to `update_build` with the
FINISHED state
Attempt to fix#3285
* Update build from database at __exit__
When an exception happens and it's handled by __exit__ our Build in
the database is not updated and it stay in 'Installing' forever. So,
when something bad happens we force a call to `update_build` with the
FINISHED state
Attempt to fix#3285
* `update_build` when FINISHED in the right place
Details
Expected Result
Matching the build status with the message
Actual Result
It says the build Passed but it has Failed
Related: #3284
The text was updated successfully, but these errors were encountered: