Test completed but there were no successful results.

Hello,

I have been working on setting up a private instance of WPT on EC2. So far, I created an Ubuntu server and configured it according to to the documentation, and then spun up a IE9/Chrome/Firefox/Safari AMI.

I am able to run tests from the main server, but it always reports “The test completed but there were no successful results.” The troubleshooting section of the documentation mentions this problem, however I am not running a 64 bit Windows instance, and setting connectivity=LAN didn’t help anything.

Here is the /install status, showing the test agent is accounted for.

Here is my locations.ini:

[code]
[locations]
1=EC2
default=EC2

;
; ****** US-East (Virginia) *****
;

[EC2]
1=Vox-WPT
label=“US East (Virginia)”
default=Vox-WPT

[Vox-WPT]
; AMI: ami-c262d9ab
; user-data: wpt_server=SERVER_ADDRESS wpt_location=Vox-WPT
browser=Chrome,Firefox
label=“US East (Virginia)”
connectivity=LAN[/code]

And the user data I started the test agent with:

wpt_server=SERVER_ADDRESS wpt_location=Vox-WPT

Any ideas what configuration I have wrong here?

Try grabbing the latest test agent binaries in case the ones you are using no longer work with the current browser releases: https://sites.google.com/a/webpagetest.org/docs/private-instances#TOC-Updating-Test-Agents (shouldn’t be an issue for IE 9 but for Chrome and Firefox it can be).

just wondering if there was any further issues like this, I am using the same ec2 ami for an agent, my /install says I have an agent connected but I am receiving nothing

Test Locations
Video rendering is supported
EC2 : US East (Virginia)
US_E : US East (Virginia) - 1 agents connected

I can see my agent talking to my server in the http access logs

[05/Feb/2014:11:37:42 +0000] “GET /work/getwork.php?shards=1&video=1&location=US_E&key=&ec2=i-c2bfd8e3&pc=IP-0A02B528&ver=374&freedisk=14.595&ie=9.0.8112.16421&dns=172.16.0.23 HTTP/1.1” 200 - “-” “urlBlast”
[05/Feb/2014:11:37:48 +0000] “GET /work/getwork.php?shards=1&video=1&location=US_E&key=&ec2=i-c2bfd8e3&pc=IP-0A02B528&ver=374&freedisk=14.595&ie=9.0.8112.16421&dns=172.16.0.23 HTTP/1.1” 200 - “-” “urlBlast”
[05/Feb/2014:11:37:52 +0000] “GET /work/getwork.php?shards=1&location=US_E_wptdriver&software=wpt&ver=148&pc=IP-0A02B528&ec2=i-c2bfd8e3&dns=172.16.0.23&freedisk=14.597&GPU=0 HTTP/1.1” 200 1040869 “-” “WebPagetest Driver”
[05/Feb/2014:11:37:53 +0000] “GET /work/getwork.php?shards=1&video=1&location=US_E&key=&ec2=i-c2bfd8e3&pc=IP-0A02B528&ver=374&freedisk=14.595&ie=9.0.8112.16421&dns=172.16.0.23 HTTP/1.1” 200 - “-” “urlBlast”
[05/Feb/2014:11:37:59 +0000] “GET /work/getwork.php?shards=1&video=1&location=US_E&key=&ec2=i-c2bfd8e3&pc=IP-0A02B528&ver=374&freedisk=14.595&ie=9.0.8112.16421&dns=172.16.0.23 HTTP/1.1” 200 - “-” “urlBlast”

It looks like that 3rd request was the agent update or a video job (1MB would be way too big for a test). Do you know if your jobs are getting submitted to US_E?