Functional tests for my open-source project that run on Sauce Labs have been failing since Aug 28.
I see that the browser is being sent a command to open the test url which is hosted in the CI environment. It’s expected to open it on localhost:8000 over sauce-connect. The attempt times out. I’ve confirmed that that old commits where this job passed, now fail when rerun, timing out for the same reason.
Support at Sauce Labs has looked at it but hasn’t offered much insight yet. I’m hoping someone here might be able to shed some light.
Here’s where the job has been failing. First test to run times out attempting to open the test url:
https://travis-ci.org/github/video-dev/hls.js/jobs/723642553#L1954
Sauce Connect seems to be setting up ok
https://travis-ci.org/github/video-dev/hls.js/jobs/723642553#L261
Here’s the logs from a week ago for the last job to pass (debug is not enabled in this one).
https://travis-ci.org/github/video-dev/hls.js/jobs/721389732
We’ve tested doing a GET request from travis to the test server and it returns a 200 status, so we’re just at a loss as to how to troubleshoot the request over sauce-connect. Thanks in advance for any help or tips!