-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/pluginskind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.sprint/current
Milestone
Description
Describe the bug
When start a task from the My workspace view by quickly clicking many times on it, it is not ended properly (IDE doesn't show "✓", but still shows spinning wheel) and the next task execution can't be started.
Che version
- latest
- nightly
- other: please specify
Steps to reproduce
- Use this devfile to create a workspace:
apiVersion: 1.0.0
metadata:
name: test-workspace
components:
- mountSources: true
memoryLimit: 512Mi
type: dockerimage
image: 'quay.io/eclipse/che-java11-maven:nightly'
alias: maven
commands:
- name: Click me many times
actions:
- type: exec
command: echo 'Command was finished'
component: maven- Try to click quickly many times on Click me many times from Workspace view
- See that the task never finish and it is not possible to re-run it
Expected behavior
Task should be finished properly
Runtime
- kubernetes (include output of
kubectl version) - Openshift (include output of
oc version) - minikube (include output of
minikube versionandkubectl version) - minishift (include output of
minishift versionandoc version) - docker-desktop + K8S (include output of
docker versionandkubectl version) - other: (please specify)
Screenshots
vokoscreen-2021-08-02_16-04-15.mp4
Installation method
- chectl
- provide a full command that was used to deploy Eclipse Che (including the output)
- provide an output of
chectl versioncommand
- OperatorHub
- I don't know
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/pluginskind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.sprint/current