-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(dns-cache): prevent local family cache collisions #32403
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
ryanthemanuel
merged 47 commits into
develop
from
bmann/fix-proxy-cached-net-connect-port
Sep 8, 2025
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
95452bf
bump node types
brian-mann 95d540d
add network tests to terminals
brian-mann baa966f
dont use the web-config, just use regular TS so that it compiles much…
brian-mann ebbb79b
fix missing promise
brian-mann b55813b
cache families to include host + port; fix types
brian-mann 3574ba5
fix incorrect cacheKey
brian-mann 4685266
fix skipped tests and updated error messages likely due to node upgrade
brian-mann 71bc6db
cleanup a ton of test context
brian-mann d63bdcb
Merge branch 'develop' into bmann/fix-proxy-cached-net-connect-port
jennifer-shehane d94cd64
Add changelog entry
jennifer-shehane 338139b
close servers after each test
brian-mann f06a798
Merge branch 'bmann/fix-proxy-cached-net-connect-port' of https://git…
brian-mann 1c70f66
Update packages/network/lib/agent.ts
brian-mann ac60eba
update tests to pass inside + outside of docker
brian-mann 39f8125
Merge branch 'bmann/fix-proxy-cached-net-connect-port' of https://git…
brian-mann 21fdf72
try this in docker
brian-mann 1f3998c
try to enable ipv6 in circleci docker config
brian-mann 9ba5c4e
escape
brian-mann 384b6f5
dont run this test in CI
brian-mann 414ef81
revert
brian-mann 913224a
skip the other test
brian-mann f48b046
maybe this works
brian-mann eaaea2b
try this
ryanthemanuel f922c65
Update .circleci/workflows.yml
ryanthemanuel be77be1
oops
ryanthemanuel beadcc0
i do not think we need sudo
ryanthemanuel 27ddf3d
test
ryanthemanuel 697e923
test
ryanthemanuel 7a70d39
try machine
ryanthemanuel bd2a1ba
refactor
ryanthemanuel 842bbdc
that was weird
ryanthemanuel 47cf7eb
that was weird
ryanthemanuel 3e8dcd5
mess with daemon and sudo
ryanthemanuel 90e58b5
escape <
ryanthemanuel e855b08
modify /etc/hosts
ryanthemanuel 2d1146a
Update .circleci/workflows.yml
ryanthemanuel cee0ce3
Update .circleci/workflows.yml
ryanthemanuel 37ad6b5
Update .circleci/workflows.yml
ryanthemanuel 246c107
remove dead code
brian-mann 5c733d8
Merge branch 'bmann/fix-proxy-cached-net-connect-port' of https://git…
brian-mann a69d7a5
Update branch condition in CircleCI workflow
ryanthemanuel 84ead62
Update .circleci/workflows.yml
ryanthemanuel dd56f48
clean up
ryanthemanuel 8fc1404
clean up
ryanthemanuel 62d382f
fix cy in cy tests
ryanthemanuel 34b4ad8
fix cy in cy
ryanthemanuel edf2292
Update packages/server/lib/server-base.ts
ryanthemanuel 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
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.
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.
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 think there are probably lots of other places where we're incorrectly requiring "web-config" in purely node based tests like this