Description
Bug description
The integration test TestRegularWorkspaceTasks is broken with the errors
=== RUN TestRegularWorkspaceTasks
=== RUN TestRegularWorkspaceTasks/ws-manager
=== RUN TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks
=== RUN TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks/init
tasks_test.go:96: rpc error: code = Unavailable desc = connection closed
=== RUN TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks/before
tasks_test.go:96: rpc error: code = Unavailable desc = connection closed
=== RUN TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks/command
tasks_test.go:96: rpc error: code = Unavailable desc = connection closed
--- FAIL: TestRegularWorkspaceTasks (23.75s)
--- FAIL: TestRegularWorkspaceTasks/ws-manager (23.75s)
--- FAIL: TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks (23.75s)
--- FAIL: TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks/init (9.68s)
--- FAIL: TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks/before (7.01s)
--- FAIL: TestRegularWorkspaceTasks/ws-manager/it_can_run_workspace_tasks/command (7.06s)
The analysis root cause could be #8800 (comment)
Steps to reproduce
# Switch to preview environment
./dev/preview/install-k3s-kubeconfig.sh
# Run integration test
cd test
go test -v ./... \
-kubeconfig=/home/gitpod/.kube/config \
-namespace=default \
-run=TestRegularWorkspaceTasks
Tasks
- Fix supervisor test
- Fix agent part which checks existence of files
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels