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

algod: fix telemetry lookup if phonebook is used #6061

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

algorandskiy
Copy link
Contributor

Summary

In rare case of using phonebook only addresses AND enabling telemetry, telemetry DNS lookup would be skipped due to empty DNSBootstrapID.

Test Plan

Existing tests

@algorandskiy algorandskiy requested review from cce and gmalouf July 9, 2024 20:07
@algorandskiy algorandskiy self-assigned this Jul 9, 2024
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 56.14%. Comparing base (a9641a3) to head (4383e82).

Files Patch % Lines
cmd/algod/main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6061      +/-   ##
==========================================
- Coverage   56.16%   56.14%   -0.02%     
==========================================
  Files         488      488              
  Lines       69432    69432              
==========================================
- Hits        38995    38982      -13     
- Misses      27792    27796       +4     
- Partials     2645     2654       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@algorandskiy algorandskiy merged commit 2929329 into algorand:master Jul 10, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants