File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,33 +114,6 @@ test("controller gets recovery action when interrupted session runtime exited ev
114114 assert . deepEqual ( action , { kind : "resume" } ) ;
115115} ) ;
116116
117- test ( "controller gets recovery action when tmux session is missing even if runtime id remains bound" , ( ) => {
118- const action = resolveAgentRecoveryAction (
119- createWorkspaceControllerState ( {
120- role : "controller" ,
121- deviceId : "device-a" ,
122- clientId : "client-a" ,
123- fencingToken : 1 ,
124- } ) ,
125- {
126- id : "1" ,
127- title : "Session 1" ,
128- status : "interrupted" ,
129- mode : "branch" ,
130- provider : "codex" ,
131- autoFeed : true ,
132- queue : [ ] ,
133- messages : [ ] ,
134- unread : 0 ,
135- lastActiveAt : 1 ,
136- terminalRuntimeId : "runtime-1" ,
137- runtimeLiveness : "tmux_missing" ,
138- } ,
139- ) ;
140-
141- assert . deepEqual ( action , { kind : "restart" } ) ;
142- } ) ;
143-
144117test ( "controller still gets recovery action when only a legacy terminal id remains without a live runtime binding" , ( ) => {
145118 const action = resolveAgentRecoveryAction (
146119 createWorkspaceControllerState ( {
You can’t perform that action at this time.
0 commit comments