Closed
Bug 797624
Opened 12 years ago
Closed 9 years ago
running --develop on talos invocation after PerfConfigurator invocation causes issues
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
References
Details
You would think the three would be equivalent:
1.
PerfConfigurator -a ts -e `which firefox` --datazilla-url /home/jhammel/foo.json -o foo.yaml
talos -n -d foo.yaml --develop
2.
PerfConfigurator -a ts -e `which firefox` --datazilla-url /home/jhammel/foo.json -o foo.yaml --develop
talos -n -d foo.yaml
3. talos -a ts -e `which firefox` --datazilla-url /home/jhammel/foo.json -o foo.yaml --develop
In fact, 2 and 3 do work. 1. does not. 1. does not correct the URLs for the test, so you end up launching:
DEBUG: command line: /home/jhammel/firefox/firefox -profile /tmp/tmpcWktzF/profile startup_test/startup_test.html?begin=
This gives:
"""
The proxy server is refusing connections
Firefox is configured to use a proxy server that is refusing connections.
Check the proxy settings to make sure that they are correct.
Contact your network administrator to make sure the proxy server is
working.
"""
This should be made to work.
Reporter | ||
Comment 1•12 years ago
|
||
This also applies to --cycles and probably maybe everything else that is stored in tests
Comment 2•9 years ago
|
||
no more perf configurator.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•