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

SDKQE-3419: Support load-sample buckets for cloud columnar and clusters #66

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

willbroadbelt
Copy link
Contributor

No description provided.

@@ -62,7 +62,7 @@ func (m *Manager) WaitForClusterState(
continue
}

break
return nil
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rather than having this function try and be a 'generic solution' for all types of clusters, we should probably modify this function to either take the type of cluster its dealing with as input, or alternatively have it perform both ListClusters and ListAllColumnars as part of a single loop. I think there are some edge-cases where it could fall into the wrong loop.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, it was a bit messy. I've added a columnar param and made into 1 for loop.

@brett19 brett19 merged commit 8685417 into master Sep 5, 2024
4 checks passed
@brett19 brett19 deleted the loadSampleBucketsCloud branch September 5, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants