-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ws-manager] When a workspace times out, log the expected timeout ins…
…tead of the actual time spent
- Loading branch information
1 parent
dd0826c
commit 35a6e02
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_customTimeout_invalidValue.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after period of inactivity took longer than 01h10m" | ||
"reason": "workspace timed out after period of inactivity (01h10m) took longer than 00h45m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_interrupted_noActivity.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after workspace interruption took longer than 00h10m" | ||
"reason": "workspace timed out after workspace interruption (00h10m) took longer than 00h05m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_interrupted_withActivity.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after workspace interruption took longer than 00h10m" | ||
"reason": "workspace timed out after workspace interruption (00h10m) took longer than 00h05m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_prebuild_Creating00.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after pulling images took longer than 00h50m" | ||
"reason": "workspace timed out after pulling images (00h50m) took longer than 00h45m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_prebuild_Pending00.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after initialization took longer than 00h50m" | ||
"reason": "workspace timed out after initialization (00h50m) took longer than 00h30m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_prebuild_overdue.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after running the headless workspace took longer than 01h40m" | ||
"reason": "workspace timed out after running the headless workspace (01h40m) took longer than 01h30m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_probe_Creating00.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after pulling images took longer than 00h50m" | ||
"reason": "workspace timed out after pulling images (00h50m) took longer than 00h45m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_regular_closed.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after after being closed took longer than 00h10m" | ||
"reason": "workspace timed out after after being closed (00h10m) took longer than 00h01m" | ||
} |
2 changes: 1 addition & 1 deletion
2
components/ws-manager/pkg/manager/testdata/timeout_regular_noActivity.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"reason": "workspace timed out after period of inactivity took longer than 01h10m" | ||
"reason": "workspace timed out after period of inactivity (01h10m) took longer than 00h45m" | ||
} |