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

sitespeed.io latest docker image timeout issue #4301

Open
dpeddaswamy opened this issue Oct 18, 2024 · 7 comments
Open

sitespeed.io latest docker image timeout issue #4301

dpeddaswamy opened this issue Oct 18, 2024 · 7 comments

Comments

@dpeddaswamy
Copy link

dpeddaswamy commented Oct 18, 2024

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.

image image

i would like to try passing Cookie as Request header. Could you please help..

@soulgalore
Copy link
Member

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?

@dpeddaswamy
Copy link
Author

@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.

@dpeddaswamy
Copy link
Author

#4017 - was logged earlier which was resolved after adding host entry.

@dpeddaswamy
Copy link
Author

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.

@dpeddaswamy
Copy link
Author

@soulgalore , i would like to try passing Cookie as Request header. Could you please help providing command.

@soulgalore
Copy link
Member

Doesn't --browsertime.cookie name:value work? Sorry I didn't fully understand.

@dpeddaswamy
Copy link
Author

dpeddaswamy commented Oct 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants