-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(arns): fix undername resolution, add e2e tests
The arns name cache only contains base names. When an undername is requested, it fails to find the full undername in the cache and results in a 404. This modifies the behavior to parse out the base name from an undername, and check the arns name cache for that base name first. Then it checks the resolution cache for the full name data of the undername. Additional e2e tests have been added to ensure this behavior does not regress in future modifications to arns handling.
- Loading branch information
Showing
3 changed files
with
161 additions
and
83 deletions.
There are no files selected for viewing
This file contains 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 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 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