Skip to content

Commit bb60d0a

Browse files
utam0kroboquat
authored andcommitted
ws-manager: add a handle if diposeStatus doesn't exist
1 parent 28c7ee2 commit bb60d0a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

components/ws-manager/pkg/manager/testdata/actOnPodEvent_workspace_startup_failed.golden

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@
1111
"Params": {
1212
"podName": "ws-7b26a643-d588-4346-bc9e-b46e70831078"
1313
}
14+
},
15+
{
16+
"Func": "markWorkspace",
17+
"Params": {
18+
"annotations": [
19+
{
20+
"Name": "gitpod/explicitFail",
21+
"Value": "workspace failed to start.",
22+
"Delete": false
23+
}
24+
],
25+
"workspaceID": "7b26a643-d588-4346-bc9e-b46e70831078"
26+
}
27+
},
28+
{
29+
"Func": "modifyFinalizer",
30+
"Params": {
31+
"add": false,
32+
"finalizer": "gitpod.io/finalizer",
33+
"workspaceID": "7b26a643-d588-4346-bc9e-b46e70831078"
34+
}
1435
}
1536
]
1637
}

0 commit comments

Comments
 (0)