-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix handling of error status of a workspace #13804
Fix handling of error status of a workspace #13804
Conversation
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
@akurinnoy that doesn't look related to any issue included in the endgame issue. I think you are aware that unfortunately we cannot merge any issue that is not related to GA right now. Setting label |
@akurinnoy I am removing label |
@l0rd sure, thanks! |
1f42f07
to
a6ebc9c
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-build |
ci-test |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
LGTM |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
… host Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
7ff1274
to
98c6d18
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
* fixed handling of error status of a workspace after it has been started. Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * workaround for devserver proxy to replace header 'origin' with target host Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com> * use string interpolation instead of concatenation Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
What does this PR do?
This PR fixes bug when workspace-loader is not able to handle an error status which is set immediately after workspace has been started.
What issues does this PR fix or reference?
fix #13209
fix #13681