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

Glue together the new cluster package #470

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

rfratto
Copy link
Member

@rfratto rfratto commented Mar 16, 2021

PR Description

Glues together the new cluster package.

Which issue(s) this PR fixes

Notes to the Reviewer

Notably no integration tests here. I think enough of the logic is covered to fall back on the smoke tests, which I'll do in the next PR when I replace the old package with the new one.

PR Checklist

  • CHANGELOG updated
  • Documentation added
  • Tests updated

@rfratto rfratto requested a review from mattdurham March 16, 2021 19:10
@@ -137,37 +140,6 @@ func (n *node) ApplyConfig(cfg Config) error {
return nil
}

// WaitJoined waits for the node the join the cluster and enter the
Copy link
Member Author

Choose a reason for hiding this comment

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

I moved this function down towards the end of the file so everything here was in usage-order.

@rfratto rfratto merged commit 744f5bc into grafana:main Mar 16, 2021
@rfratto rfratto deleted the glue-together-cluster-package branch March 16, 2021 19:40
@mattdurham mattdurham mentioned this pull request Sep 7, 2021
3 tasks
mattdurham pushed a commit that referenced this pull request Nov 11, 2021
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Apr 15, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants