-
Notifications
You must be signed in to change notification settings - Fork 111
Conversation
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
Just to clarify @vitaliy-guliy, this PR should be fine because the upstream fix is merged now. It failed last time because the upstream one wasn't merged, correct? |
The upstream fix is not merged yet eclipse-theia/theia#8621 I think the reason why it failed before was that we didn't use the latest commit of theia. The theia version that we used had a bug in restoring of opened files and webviews. I just merged that PR before we switched to the head theia commit. To say the truth, it's not very clear what was wrong with that PR as all checks and tests passed. |
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
[crw-ci-test] |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
[crw-ci-test] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested several cases:
- w/o opened editors - Welcome page is opened
- with an opened editor - Welcome page is not opened
Enable/disable welcome plugin
user's preference is respected as well
Everything works as expected 👍
Big thanks for the upstream patch #848!
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
@vitaliy-guliy: Could you, please, take a look at Happy path tests failure #878 (comment) ? Here error message from theia container:
|
It's still unclear for me what's wrong, but it definitely does not depend on changes in this PR. |
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy path tests have passed #878 (comment)
Change-Id: Icf244c3255edee69d2ac8093154acf860e92929c Signed-off-by: nickboldt <nboldt@redhat.com>
Signed-off-by: Vitaliy Gulyy vgulyy@redhat.com
What does this PR do?
Disables storing state of Welcome page to prevent opening two Welcome pages.
It's a copy of PR #848, which was merged and then reverted.
Should be merged after merging necessary bugfix to upstream eclipse-theia/theia#8621
What issues does this PR fix or reference?
Happy Path Channel
HAPPY_PATH_CHANNEL=stable