-
Notifications
You must be signed in to change notification settings - Fork 139
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
Empty test result, only orange start_page #648
Comments
Seeing this as well. When I run a test on google.com, I notice these logs immediately after the test kicks off.
After these logs the devtools websocket eventually connects and that's when the agent navigates the brower to At a high level, I see:
Maybe there's something to the "could not parse server address" errors... BTW, to get the docker-compose set up to work on my windows machine, I had to manually add these changes from the following PRs: |
Actually, I do eventually see the logs indicate a navigate command was passed to the agent. It seems like the video recording stops immediately after the navigation command is sent.
|
Aha! In my case I did not set up traffic shaping on my host. This means I had to turn off traffic shaping when running the docker container. After disabling traffic shaping, I had to explicitly select "Native Connection" in the "Advanced Configuration" Connection dropdown before running my test. To turn off traffic shaping, you will need to add the environment variable SHAPER=none when you run the agent container. (standalone or via docker-compose in the main project). When a WPT test runs, it starts at the orange page. The browser controller then receives a navigation command with the target url. The browser navigation is triggered by a script. At a high level, that script is something like I'm running this on a Windows machine. The docker instructions don't provide guidance for windows machines, so I'm not sure how to proceed at the moment. https://github.com/catchpoint/WebPageTest.agent/blob/master/docs/docker.md At least I finally ran a successful test on my local machine! |
Hi, I'm trying to run an agent locally in a docker agent and used https://github.com/catchpoint/WebPageTest/tree/master/docker/local as a guide.
After a few tweaks I had the agent and web-ui running and could start a test. It shows as completed, but the test results are empty. The screenshot of the page (it was supposed to test http://google.com ) came back completely orange. After searching through the logs it appears as this is the
start_page
defined here. It apparently never navigated to the target site.I have uploaded the log from the agent container here.
Thats all I found out by myself, not sure how I can debug this any further. Any help is very much appreciated.
The text was updated successfully, but these errors were encountered: