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

Rename address space override ports from private to local #46942

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

atjn
Copy link
Contributor

@atjn atjn commented Jun 29, 2024

The RFC for this feature was changed to use local instead of private, but the implementation of the feature was never renamed. This should fix the renaming. Link to the RFC rename: web-platform-tests/rfcs#135

Please note that this feature was originally created to test the implementation of the private-network-access spec, and it is unclear whether that spec will keep its name or be renamed to local-network-access. It is however clear that "local" better describes what this feature is providing. Given that this WPT feature is not tied to the private-network-access spec, and can be used to test many other specs, it should use the best available name, and that name is "local". Link to discussion on this: #38939

@atjn
Copy link
Contributor Author

atjn commented Jun 29, 2024

As far as I can tell, the flaky test results in chrome are not caused by these changes. My guess would be that the HTTP server was too slow in the test machine.

atjn added 2 commits June 29, 2024 17:42
The tests still use "private" as the internal naming because the specific spec they are testing, is awaiting a decision on whether to call it "private" or "local".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fetch infra serve wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants