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

Add another https port, 8444 #24016

Merged
merged 1 commit into from Jun 29, 2020
Merged

Conversation

stephenmcgruer
Copy link
Contributor

This is required to test origin isolation
(https://github.com/WICG/origin-isolation), which includes guarantees
that two origins with the same host but different ports are treated as
isolated.

Fixes #23579

@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-24016 June 17, 2020 14:44 Inactive
This is required to test origin isolation
(https://github.com/WICG/origin-isolation), which includes guarantees
that two origins with the same host but different ports are treated as
isolated.

Fixes #23579
@stephenmcgruer stephenmcgruer marked this pull request as ready for review June 17, 2020 19:37
@wpt-pr-bot wpt-pr-bot added assets infra serve wptrunner The automated test runner, commonly called through ./wpt run labels Jun 17, 2020
@stephenmcgruer
Copy link
Contributor Author

I choose 8444 entirely arbitrarily.

The Taskcluster failures are from stability checks timing out.

The wpt.fyi browser results are just flake, I think.

The Azure Pipeline failures seem a mixture of things... none obviously related to this PR.

@stephenmcgruer
Copy link
Contributor Author

Ping @LukeZielinski are you able to review?

Copy link
Contributor

@LukeZielinski LukeZielinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for the delay, this got buried in my inbox

@stephenmcgruer stephenmcgruer changed the title [WIP] Add another https port Add another https port, 8444 Jun 22, 2020
@stephenmcgruer stephenmcgruer merged commit 95cdf1f into master Jun 29, 2020
@stephenmcgruer stephenmcgruer deleted the smcgruer/another_https_port branch June 29, 2020 19:21
stephenmcgruer added a commit that referenced this pull request Jun 30, 2020
This reverts commit 95cdf1f.

Adding another HTTPS port broke both wpt.live (as its config no longer
matched the number of ports asserted in wptserve) and the Chromium WPT
Importer (as our pinned tooling failed to sub
common/get-host-info.sub.js due to indexing out of bounds).
stephenmcgruer added a commit that referenced this pull request Jun 30, 2020
This reverts the change to common/get-host-info.sub.js in commit
95cdf1f.

Adding another HTTPS port broke there broke the Chromium WPT
Importer (as the pinned tooling failed to sub common/get-host-info.sub.js
due to indexing out of bounds).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assets 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.

Add another HTTPS port
4 participants