Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Add ws dials for resource load and ide status #111

Merged
merged 3 commits into from
Sep 4, 2020
Merged

Conversation

f0ssel
Copy link
Contributor

@f0ssel f0ssel commented Sep 4, 2020

This blocks https://github.com/cdr/c/pull/5206

  • Fixes a bug where create environments returned nil always (oops)
  • Adds new dial endpoints that are used for stress testing
  • Adds WaitForEnvironmentReady utility on the sdk client

@f0ssel f0ssel requested review from cmoog and coadler September 4, 2020 16:34
@f0ssel f0ssel merged commit ac39d3c into master Sep 4, 2020
@f0ssel f0ssel deleted the stress-sdk-2 branch September 4, 2020 17:46
}

// WaitForEnvironmentReady will watch the build log and return when done
func (c Client) WaitForEnvironmentReady(ctx context.Context, env *Environment) error {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does this need the full environment when the above function doesn't?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, good point.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants