Go tasks not terminating #16141
Labels
area/plugins
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
When you run tasks like
test outyet
within the golang example project, the test is executed and finished, but there is no exit code returned and the task stays in the running state indefinitely, therefore preventing us from running any other tasks.When the
test outyet
is executed, it's impossible to terminate the task.This bug also causes other tasks to not start at all.
Che version
Steps to reproduce
Go
example in the getting started dashboardtest outyet
taskExpected behavior
test outyet
should return an exit code and terminateRuntime
kubectl version
)oc version
) 4.2, 4.3minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Installation method
Environment
The text was updated successfully, but these errors were encountered: