Hello,
I’m using the Amazon EC2 AMI. My tests are hanging at the front of the queue and I need some help with debugging. I have a question about something I saw in the “troubleshooting” section here:
https://sites.google.com/a/webpagetest.org/docs/private-instances
Waiting at the front of the queue
Commonly the issue is in your locations.ini. Double check that your location settings match that of which your agent is pulling the server with. Also note if you’re using a key, do they match. You can check your Apache access logs for incoming requests being made by your test agent.
[list=1]
[*]Double check that your location settings match that of which your agent is pulling the server with.
I assume the “locations settings” are the settings found in location.ini, but how can I see what the agent is doing?
[*]Also note if you’re using a key, do they match.
Which key exactly is this? The WPT API key, the EC2 secret key, the location_key in settings.ini, or something else? What two (or more) values should match?
[*]You can check your Apache access logs for incoming requests being made by your test agent.
In my access log I see periodic requests for /work/getwork.php coming from 127.0.0.1. I’m guessing these aren’t the test agents. Does the server app poll getwork.php too?
[/list]
Thanks!
Caleb