TestSPSCQueue is very slow on Android x86_64
Categories
(Core :: MFBT, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
+++ This bug was initially created as a clone of Bug #1520241 +++
Just like in bug 1520241, but now for Android, the cppunittest TestSPSCQueue takes so long on the Android x86_64 emulator in continuous integration that it intermittently times out.
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=241457068&repo=try&lineNumber=1551
[task 2019-04-19T17:20:50.862Z] 17:20:50 INFO - TEST-START | TestSPSCQueue
[task 2019-04-19T17:35:50.908Z] 17:35:50 INFO - args: adb wait-for-device shell export MOZ_CRASHREPORTER=1&& export XPCOM_DEBUG_BREAK=stack-and-abort&& export MOZ_XRE_DIR=/data/local/tests/cppunittests/b&& export HOME=/data/local/tests/cppunittests/h&& export MOZ_CRASHREPORTER_NO_REPORT=1&& export LD_LIBRARY_PATH=/data/local/tests/cppunittests/b&& export TMPDIR=/data/local/tests/cppunittests/tmp&& cd /data/local/tests/cppunittests/h && /data/local/tests/cppunittests/b/TestSPSCQueue; echo adb_returncode=$?, exitcode: None, stdout:
[task 2019-04-19T17:35:50.932Z] 17:35:50 ERROR - Return code: 1
Assignee | ||
Comment 1•6 years ago
|
||
Reducing the sleep to 0 on Android results in a dramatic reduction in run time, and the test
passes consistently.
Comment 3•6 years ago
|
||
bugherder |
Description
•