-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
sitespeed.io latest docker image timeout issue #4301
Comments
Hi @dpeddaswamy is your server accessible from the outside and do it has an hostname that you can use to access it or can you try with the IP and see if it works? |
@soulgalore , from Local system, i am able to access with proxy. but from GitHub runners its not required as Runners and applications are in same network. |
#4017 - was logged earlier which was resolved after adding host entry. |
with curl command, i m getting 302 redirect which is expected as its redirecting to Login page. But with docker command, i am passing cookies value, so it should directly land on the expected page. |
@soulgalore , i would like to try passing Cookie as Request header. Could you please help providing command. |
Doesn't |
It's working. But I suspect some how it's not working due to which it's
retrying happenings and getting timed out. So want to try again by passing cookie as custom header.
|
Your question
Hi Team,
i am executing sitespeed.io test using docker image from github actions. i have configured all URLS in notepad and giving input to docker image. But when i execute the test i m getting timeout error.
docker run --rm -v$(pwd):$ (pwd) -w $(pwd) <registry/sitespeed> TestPlans/APP_URLs.txt --spa -n 1 --browsertime.video false --config TestPlans/PageSummaryConfig.json --cookie TEXT="$COOKIE" --plugins.add analysisstorer --chrome.timeline --outputFolder ./sitespeed-report
Earlier also reported same issues in Last december. During that time issue was resolved after adding application host entry in Github runner.
From that on wards i added host entries for all applications and working as expected.
But from last one month, again facing same time out issues. some times site speed tries for 5 times to get response.
Treid Curl command, and getting redirect response which is expected.
i would like to try passing Cookie as Request header. Could you please help..
The text was updated successfully, but these errors were encountered: