Closed
Bug 1098523
Opened 10 years ago
Closed 9 years ago
Intermittent timeouts running jit-tests on Android
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dminor, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
It looks like we hit timeouts in the test harness:
23:26:42 INFO - File "/builds/panda-0026/test/build/tests/jit-test/jit-test/jit_test.py", line 269, in <module>
23:26:42 INFO - main(sys.argv[1:])
23:26:42 INFO - File "/builds/panda-0026/test/build/tests/jit-test/jit-test/jit_test.py", line 254, in main
23:26:42 INFO - ok = jittests.run_tests_remote(job_list, prefix, options)
23:26:42 INFO - File "/builds/panda-0026/test/build/tests/jit-test/tests/lib/jittests.py", line 753, in run_tests_remote
23:26:42 INFO - ok = process_test_results(gen, len(tests) * options.repeat, options)
23:26:42 INFO - File "/builds/panda-0026/test/build/tests/jit-test/tests/lib/jittests.py", line 650, in process_test_results
23:26:42 INFO - for i, res in enumerate(results):
23:26:42 INFO - File "/builds/panda-0026/test/build/tests/jit-test/tests/lib/jittests.py", line 699, in get_remote_results
23:26:42 INFO - yield run_test_remote(test, device, prefix, options)
23:26:42 INFO - File "/builds/panda-0026/test/build/tests/jit-test/tests/lib/jittests.py", line 369, in run_test_remote
23:26:42 INFO - timeout=int(options.timeout))
23:26:42 INFO - File "/builds/panda-0026/test/build/venv/lib/python2.7/site-packages/mozdevice/devicemanagerSUT.py", line 331, in shell
23:26:42 INFO - self._sendCmds([{ 'cmd': '%s %s %s' % (cmd, cwd, cmdline) }], outputfile, timeout)
23:26:42 INFO - File "/builds/panda-0026/test/build/venv/lib/python2.7/site-packages/mozdevice/devicemanagerSUT.py", line 133, in _sendCmds
23:26:42 INFO - raise err
23:26:42 INFO - mozdevice.devicemanager.DMError: Automation Error: Timeout in command execcwd /data/local/tests/jit-tests/jit-tests "LD_LIBRARY_PATH=/data/local/tests/jit-tests/jit-tests" /data/local/tests/jit-tests/jit-tests/js -f /data/local/tests/jit-tests/jit-tests/lib/prolog.js --js-cache /data/local/tests/jit-tests/jit-tests/.js-cache --baseline-eager --no-fpu -e 'const platform="linux2"; const libdir="/data/local/tests/jit-tests/jit-tests/lib/"; const scriptdir="/data/local/tests/jit-tests/jit-tests/tests/basic/"' -f /data/local/tests/jit-tests/jit-tests/tests/basic/bug970643.js
23:26:42 ERROR - Return code: 1
Unfortunately this sometimes leads to the test job being retriggered an indefinite number of times, requiring it to be cancelled manually.
Updated•10 years ago
|
Keywords: intermittent-failure
Comment 1•9 years ago
|
||
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•