Skip to content
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 workspace creation and debug profiles for devsandbox periodic tests #20141

Conversation

ScrewTSW
Copy link
Member

What does this PR do?

  • fixes dashboard quickstarts not loading correctly causing test failure
  • fixes missing debug profiles causing test failure

Screenshot/screencast of this PR

What issues does this PR fix or reference?

#20140

How to test this PR?

  • Install Che or open workspaces.openshift.com
  • Try to start a quickstart devfile (sometimes they don't load correctly)
  • Try to run a debug profile - without refresh, the profiles will be sometimes missing

PR Checklist

As the author of this Pull Request I made sure that:

Reviewers

Reviewers, please comment how you tested the PR when approving it.

ScrewTSW added 2 commits July 16, 2021 17:00
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
@che-bot che-bot added target/branch Indicates that a PR will be merged into a branch other than master. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/bug Outline of a bug - must adhere to the bug report template. labels Jul 16, 2021
// workaround for debug configuration not present
await this.debugView.clickOnDebugConfigurationItem('Add Configuration...');
await this.debugView.clickOnDebugConfigurationDropDown();
// ===
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my eyes, this is extra. I would suggest to leave just empty row.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the way the fix was implemented in your PR, instead of doing the refresh and it fixed our problems when I tried it from a custom-built dockerimage

@ScrewTSW ScrewTSW merged commit 39aeb62 into eclipse-che:7.30.x Jul 21, 2021
@che-bot che-bot removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Jul 21, 2021
@che-bot che-bot added this to the 7.30 milestone Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. target/branch Indicates that a PR will be merged into a branch other than master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants