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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[loadgen] Support workspace classes #10409

Merged
merged 3 commits into from
Jun 2, 2022
Merged

[loadgen] Support workspace classes #10409

merged 3 commits into from
Jun 2, 2022

Conversation

Furisto
Copy link
Member

@Furisto Furisto commented Jun 1, 2022

Description

  • Select workspace classes for load testing
  • Better documentation
  • Better support for debugging issues found during load testing
  • Adapt values for prod benchmark

Related Issue(s)

None

How to test

You can actually now just read the documentation 馃槈

Release Notes

NONE

@Furisto Furisto requested a review from a team June 1, 2022 16:48
@github-actions github-actions bot added the team: workspace Issue belongs to the Workspace team label Jun 1, 2022
@@ -112,7 +117,7 @@ type WsmanExecutor struct {

// StartWorkspace starts a new workspace
func (w *WsmanExecutor) StartWorkspace(spec *StartWorkspaceSpec) (callDuration time.Duration, err error) {
ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 240*time.Second)
Copy link
Contributor

@kylos101 kylos101 Jun 1, 2022

Choose a reason for hiding this comment

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

non-blocking:
@aledbf wdyt of this timeout? I assume it matches your expectation, but wanted to double check.

ideImage: eu.gcr.io/gitpod-core-dev/build/ide/code:commit-ff263e14024f00d0ed78386b4417dfa6bcd4ae2f
waitForRunning: "600s"
waitForStopping: "600s"
successRate: 0.80
successRate: 0.95
Copy link
Contributor

Choose a reason for hiding this comment

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

Honest question, why not 100%?

What does that rationale or use case look like, when it is >= 95, but, < 100?

Copy link
Contributor

@kylos101 kylos101 left a comment

Choose a reason for hiding this comment

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

Hey @Furisto , just the one question, solid work amigo! Good call sharing the Loom video, too.

@Furisto
Copy link
Member Author

Furisto commented Jun 2, 2022

@kylos101 PTAL

Copy link
Contributor

@kylos101 kylos101 left a comment

Choose a reason for hiding this comment

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

馃憤

@roboquat roboquat merged commit 679d37c into main Jun 2, 2022
@roboquat roboquat deleted the fo/loadgen-classes branch June 2, 2022 18:36
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production feature: workspace classes release-note-none size/L team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants