-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add ping and tests #16
Conversation
@giantswarm/team-atlas can I get a pair of eyes? |
} | ||
|
||
if len(failedPings) > 0 { | ||
return pingResults, fmt.Errorf("heartbeats \"%v\" failed", failedPings) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheoBrigitte does that addresses your comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure how this printing shows, but yeah this addresses my concern. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thé array is printed as [cluster-id1 cluster-id2 ... Cluster-idn].
If this list is too Big, we have a Big issue
@TheoBrigitte can you take another look? |
* Fix build issues before pushing circle ci config * Fix build issues before pushing circle ci config * Configure circleci config * Add ping command and boilerplate * Add ping command impl and tests * Update ping.go * Address review * Fix tests Signed-off-by: QuentinBisson <[email protected]>
* Fix build issues before pushing circle ci config * Fix build issues before pushing circle ci config * Configure circleci config * Add ping command and boilerplate * Add ping command impl and tests * Update ping.go * Address review * Fix tests Signed-off-by: QuentinBisson <[email protected]>
* Add ping and tests (#16) * Fix build issues before pushing circle ci config * Fix build issues before pushing circle ci config * Configure circleci config * Add ping command and boilerplate * Add ping command impl and tests * Update ping.go * Address review * Fix tests Signed-off-by: QuentinBisson <[email protected]> * Release v0.1.0 Signed-off-by: QuentinBisson <[email protected]> Co-authored-by: Quentin Bisson <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fix build issues before pushing circle ci config * Fix build issues before pushing circle ci config * Configure circleci config * Add ping command and boilerplate * Add ping command impl and tests * Update ping.go * Address review * Fix tests Signed-off-by: QuentinBisson <[email protected]>
* Add ping and tests (#16) * Fix build issues before pushing circle ci config * Fix build issues before pushing circle ci config * Configure circleci config * Add ping command and boilerplate * Add ping command impl and tests * Update ping.go * Address review * Fix tests Signed-off-by: QuentinBisson <[email protected]> * Release v0.1.0 Signed-off-by: QuentinBisson <[email protected]> Co-authored-by: Quentin Bisson <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Towards https://github.com/giantswarm/giantswarm/issues/23238
Splitting of #3 part 3