RESOLVED FIXED 116435
[EFL] Skip media tests because of taking too long time on Ubuntu 13.04
https://bugs.webkit.org/show_bug.cgi?id=116435
Summary [EFL] Skip media tests because of taking too long time on Ubuntu 13.04
Gyuyoung Kim
Reported 2013-05-20 03:30:15 PDT
Skip media test cases because of taking too long time to test on Ubuntu 13.04
Attachments
WIP (12.54 KB, patch)
2013-05-20 03:31 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2013-05-20 03:31:55 PDT
Chris Dumez
Comment 2 2013-05-20 03:34:10 PDT
it is likely that you simply need to install a few libs on the server and rerun jhbuild from scratch so that gstreamer picks them up, right?
Gyuyoung Kim
Comment 3 2013-05-20 03:40:02 PDT
(In reply to comment #2) > it is likely that you simply need to install a few libs on the server and rerun jhbuild from scratch so that gstreamer picks them up, right? Yes, right. If you know which pkgs should be installed, please let me know. Let me check it first.
Gyuyoung Kim
Comment 4 2013-05-20 17:06:38 PDT
Though I installed dependent pkgs as well as changing pulseaudio environment variable (http://trac.webkit.org/wiki/BuildBot), tests related to gstreamer are still too slow. Does anyone has any other suggestions ? sudo apt-get install git-core python-ipaddr subversion flex bison gperf build-essential gettext cmake libfreetype6-dev autoconf pkg-config libpng12-dev libjpeg-dev gtk-doc-tools language-pack-en libxml2-dev liblua5.1-0-dev libtolua-dev libsqlite3-dev libxslt1-dev libicu-dev libgstreamer-plugins-base0.10-dev libx11-dev libpango1.0-dev libxt-dev apache2 libapache2-mod-php5 wget python-pyinotify ruby
Philippe Normand
Comment 5 2013-05-23 03:56:34 PDT
check the packages installed by Tools/gtk/install-dependencies
Gyuyoung Kim
Comment 6 2013-05-24 00:34:53 PDT
(In reply to comment #5) > check the packages installed by Tools/gtk/install-dependencies Thank you for your comment. However, unfortunately, media tests are still too slow though I ran the script.
Laszlo Gombos
Comment 7 2013-05-27 20:56:29 PDT
Ossy have you seen this issue on Ubuntu 13.04 with the Qt port ?
Csaba Osztrogonác
Comment 8 2013-05-28 02:07:43 PDT
(In reply to comment #7) > Ossy have you seen this issue on Ubuntu 13.04 with the Qt port ? Qt port uses Ubuntu 12.04 as reference platform, we haven't experimented with 12.10 or 13.04 yet. Additionally Qt bots don't run media tests at all since ~2 years before, because they were very flakey (and so slow too) and made gardening impossible. ( https://bugs.webkit.org/show_bug.cgi?id=57983 ) As far as I remember Zoltán (azbest_hu) experimented a little bit later with unskipping media tests, but he gave up because of same flakiness.
Gyuyoung Kim
Comment 9 2013-05-29 19:44:57 PDT
This problem caused by pulseaudio daemon. EFL buildbot on Ubuntu 13.04 couldn't run it as system and daemon mode. This issue can be solved by setting auth-anonymous=1 in pulseaudio configuration file, and adding buildbot user to pulse-access group. http://askubuntu.com/questions/33089/what-user-settings-control-audio-access https://lists.webkit.org/pipermail/webkit-efl/2013-May/000553.html
Note You need to log in before you can comment on or make changes to this bug.