-
Notifications
You must be signed in to change notification settings - Fork 352
feat: add instance dialing to health check #871
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
dc5ae8b
Add instance dialing to health check
tifftoff 9c82b43
add flag to skip these tests
tifftoff 80d3e26
add healthcheck end to end test environment variables
tifftoff 563f633
change instance name format
tifftoff 5bf0f83
remove new env variables, use old env variables
tifftoff 759baf9
requested changes
tifftoff 6988576
convert dialing tests into table driven tests
tifftoff 952936a
remove old example yaml file
tifftoff dde5234
remove build tags
tifftoff 75d078f
Formatting
monazhn e81703c
Fix rebase
monazhn 989d6d2
revert to separate tests
tifftoff 58bc735
add check for if context is cancelled
tifftoff 7785530
drop diff
tifftoff ff6c4e1
remove extra line
tifftoff 09f76ab
add sql server to multi instance dial test
tifftoff 6ff62f1
fix error messages
tifftoff 5ea8df9
add single instance dialing tests for postgres and sql
tifftoff 7f82670
reduce logging
tifftoff ae6cb39
add readiness indicator to error log
tifftoff eb52499
dial instances asynchronously
tifftoff 48adf5f
change Dial to DialContext
tifftoff 48a2422
add WaitGroup to wait for asynchronous dials to finish
tifftoff 21fae02
add mutex to protect canDial
tifftoff ff9679f
Merge branch 'main' into my-cool-branch
enocom 83af920
fix WaitGroup usage for asynchronous dialing
tifftoff 348c5b7
move single isntance dialing tests
tifftoff 10d9444
move TestMultiInstanceDial, add function to skip tests
tifftoff 829c80e
remove unused helper function
tifftoff 2224f1a
requested changes
tifftoff 7f4ae7a
Merge branch 'main' into my-cool-branch
tifftoff 5918679
remove extra line
tifftoff 749ad88
use early return and defer
tifftoff 911e79b
Merge branch 'main' into my-cool-branch
enocom cfd5259
whitespace
tifftoff afc1a89
use once instead of mutex
tifftoff 11d48d8
have incoming request to readiness create a context
tifftoff 1926e75
replace exit with return
tifftoff 59ad5ee
use StartProxy
tifftoff 126a87d
make ctx first argument
tifftoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.