Skip to content

Commit 6604264

Browse files
jentingroboquat
authored andcommitted
unit test: update golden file
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent 35c6bd1 commit 6604264

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
"podName": "ws-7b26a643-d588-4346-bc9e-b46e70831078"
1313
}
1414
},
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+
},
1528
{
1629
"Func": "modifyFinalizer",
1730
"Params": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"class": "default"
2222
},
23-
"phase": 6,
23+
"phase": 5,
2424
"conditions": {
2525
"volume_snapshot": {}
2626
},

0 commit comments

Comments
 (0)