Fixed
Details
Assignee
Kristian AmlieKristian AmlieReporter
Kristian AmlieKristian AmlieLabels
Story Points
3Priority
(None)Days in progress
0Fix versions
Backlog
yes
Details
Details
Assignee
Kristian Amlie
Kristian AmlieReporter
Kristian Amlie
Kristian AmlieLabels
Story Points
3
Priority
Days in progress
0
Fix versions
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created August 4, 2023 at 6:24 AM
Updated June 25, 2024 at 11:55 AM
Resolved October 4, 2023 at 1:47 PM
Acceptance criteria:
Add
UpdateControlMaps
key to our list of database keys like in Golang.Upon startup, the key must be removed from the database if, and only if, there is no deployment ongoing (see
StateMachine::LoadStateFromDb
function).If the key exists when loading deployment data, then this triggers an immediate deployment failure.
Make sure that log message explains that Update Control in both the deployment in the UI, as well as local applications, must be disabled.
Unit test
Most likely in
state_test.cpp
.Make sure it is triggered after a reboot, which is the most likely scenario where it would occur for real.