wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Remove origin policy testing infrastructure

Open domenic opened this issue 2 years ago • 8 comments

Closes #34707.

domenic avatar Jul 06 '22 06:07 domenic

@domenic can you check if the failure in https://community-tc.services.mozilla.com/tasks/d9IN_UANTrG29Eav08BPaA/runs/0/logs/public/logs/live.log is plausible caused by the changes?

foolip avatar Jul 06 '22 08:07 foolip

Wow, those sure are a lot of logs! Sorry, I don't really have any idea how I'd go about determining whether any of those ~7000 lines are unexpected... there seems to be a ton of stacktraces, which are usually bad, but of the few error messages I skimmed, none seemed like something I'd know how to fix.

domenic avatar Jul 06 '22 09:07 domenic

I pushed https://github.com/web-platform-tests/wpt/pull/28759 and the infrastructure/ tests are passing there. I'll try rebasing onto the exact same commit (4e1dddf5a4bbd613747f04af48d9f150ff0a1df6) to see if it still fails here.

foolip avatar Jul 06 '22 09:07 foolip

The errors looks a lot like the cert is broken and the tests don't load at all. @domenic how did you update the certs here?

foolip avatar Jul 06 '22 09:07 foolip

I followed the instructions in https://github.com/web-platform-tests/wpt/blob/master/tools/certs/README.md#regenerating-the-pregenerated-certificates on my Windows Subsystem for Linux. Hmm.... I'll try again, I guess?

domenic avatar Jul 06 '22 09:07 domenic

Hmm, I've never updated these certs by hand, so I don't know if the instructions work or not. Fixing https://github.com/web-platform-tests/wpt/issues/34484 might help, then we'd have some confidence that the cert update code actually works.

foolip avatar Jul 06 '22 10:07 foolip

Alright, well, I regenerated the certs on real-Linux and that doesn't seem to have worked. That's all I can do at this point; turning this over to others.

domenic avatar Jul 08 '22 05:07 domenic

Looks like CI passes now, is this good to go then?

foolip avatar Aug 05 '22 06:08 foolip