Closed
Bug 794678
Opened 12 years ago
Closed 12 years ago
start_test.html no longer works on talos
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Assigned: jmaher)
References
Details
Attachments
(1 file)
(deleted),
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
Probably as a result of
https://bugzilla.mozilla.org/show_bug.cgi?id=794172 which is a result
of Bug 771330 'ts' no longer works:
(talos)│talos -e `which firefox` -a ts --develop -n -d
setting debug
DEBUG: using testdate: 1348703176
DEBUG: actual date: 1348703176
RETURN:<a href =
"http://hg.mozilla.org/mozilla-central/rev/ca4af4af5334">rev:ca4af4af5334</a>
qm-pxp01:
Started Wed, 26 Sep 2012 16:46:16
Running test ts:
Started Wed, 26 Sep 2012 16:46:16
DEBUG: operating with platform_type : linux_
DEBUG: created profile
Screen width/height:1366/768
colorDepth:24
Browser inner width/height: 1024/683
browser_name:Firefox
browser_version:18.0a1
buildID:20120926030625
DEBUG: initialized firefox
DEBUG: command line: /home/jhammel/firefox/firefox -profile
/tmp/tmpSflbAg/profile
http://localhost:15707/startup_test/startup_test.html?begin=
Aborted (core dumped)
Failed ts:
Stopped Wed, 26 Sep 2012 16:49:07
FAIL: Busted: ts
FAIL: timeout exceeded
Traceback (most recent call last):
File "/home/jhammel/mozilla/src/talos/src/talos/talos/run_tests.py",
line 250, in run_tests
talos_results.add(mytest.runTest(browser_config, test))
File "/home/jhammel/mozilla/src/talos/src/talos/talos/ttest.py",
line 366, in runTest
raise talosError("timeout exceeded")
talosError: 'timeout exceeded'
Traceback (most recent call last):
File "/home/jhammel/mozilla/src/talos/bin/talos", line 8, in
<module>
load_entry_point('talos==0.0', 'console_scripts', 'talos')()
File "/home/jhammel/mozilla/src/talos/src/talos/talos/run_tests.py",
line 295, in main
run_tests(parser)
File "/home/jhammel/mozilla/src/talos/src/talos/talos/run_tests.py",
line 259, in run_tests
raise e
talos.utils.talosError: 'timeout exceeded'
----
ABICT, the test never quits so we lose. Regardless of what should be
done about this test, we shouldn't have a test that doesn't run.
Assignee | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 665629 [details] [diff] [review]
fix silly mistakes (1.0)
This seems to work for me locally....or at least the test finishes and I get numbers back:
NOISE: __start_report504__end_report
NOISE:
NOISE: Could not read chrome manifest 'file:///home/jhammel/firefox/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.
NOISE: __startTimestamp1348784570508__endTimestamp
NOISE: __startBeforeLaunchTimestamp1348784569999__endBeforeLaunchTimestamp
NOISE: __startAfterTerminationTimestamp1348784571268__endAfterTerminationTimestamp
Attachment #665629 -
Flags: review?(jhammel) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•