test_scene_selector_operation failed from mako #76

Bug #1328676 reported by Brendan Donegan
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
mediaplayer-app
Incomplete
Undecided
Unassigned

Bug Description

This test is failing frequently on mako, last seen in image #76. This is the error that is given:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mediaplayer_app/tests/test_player_with_video.py", line 31, in setUp
    self.launch_app("h264.avi")
  File "/usr/lib/python2.7/dist-packages/mediaplayer_app/tests/__init__.py", line 42, in launch_app
    self.launch_test_installed(movie_file)
  File "/usr/lib/python2.7/dist-packages/mediaplayer_app/tests/__init__.py", line 69, in launch_test_installed
    app_type='qt')
  File "/usr/lib/python2.7/dist-packages/autopilot/testcase.py", line 264, in launch_test_application
    return self._launch_test_application(launcher, application, *arguments)
  File "/usr/lib/python2.7/dist-packages/autopilot/testcase.py", line 367, in _launch_test_application
    application_name=application_name,
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/__init__.py", line 187, in get_proxy_object_for_existing_process
    return _make_proxy_object(dbus_addresses[0], emulator_base)
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/__init__.py", line 455, in _make_proxy_object
    intro_xml = _get_introspection_xml_from_backend(data_source)
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/__init__.py", line 547, in _get_introspection_xml_from_backend
    return backend.dbus_introspection_iface.Introspect()
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

This looks like autopilot was unable to introspect the media player application, perhaps because it didn't start. I haven't been able to reproduce this locally despite many reruns, but it seems to fail frequently in CI so this bug will track it to being fixed (eventually).

tags: added: qa-broken-test
description: updated
Changed in mediaplayer-app:
status: New → Incomplete
Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

Failed again on #77 with the same error.

summary: - test_scene_selector_operation failed on mako #76
+ test_scene_selector_operation failed from mako #76
Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

This test is failing because of the crash in the duplicate bug. When that is fixed it should start passing. Also this test shouldn't run in the first place, because it is marked as skipped, but a bug in testtools means that its setUp is run anyway.

Leo Arias (elopio)
tags: added: qa-daily-testing
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.