After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692479 - >=gst-python-0.10.20 fails tests
>=gst-python-0.10.20 fails tests
Status: RESOLVED DUPLICATE of bug 624490
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.20
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-24 21:59 UTC by Gilles Dartiguelongue
Modified: 2013-01-24 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gilles Dartiguelongue 2013-01-24 21:59:06 UTC
As reported downstream at https://bugs.gentoo.org/show_bug.cgi?id=354455

testsuite fails like this:

======================================================================
FAIL: testFake (test_bin.Preroll)
----------------------------------------------------------------------
Traceback (most recent call last):
  • File "/var/tmp/portage/dev-python/gst-python-0.10.20/work/gst-python-0.10.20-2.6/testsuite/test_bin.py", line 174 in testFake
    self.assertEquals(ret[0], gst.STATE_CHANGE_SUCCESS)
AssertionError: <enum GST_STATE_CHANGE_FAILURE of type GstStateChangeReturn> != <enum GST_STATE_CHANGE_SUCCESS of type GstStateChangeReturn>

----------------------------------------------------------------------
Ran 138 tests in 9.558s

FAILED (failures=1, errors=1)
make[3]: *** [check-local] Error 1

full build.log at https://354455.bugs.gentoo.org/attachment.cgi?id=262105
Comment 1 Tim-Philipp Müller 2013-01-24 22:41:21 UTC
0.10 is not maintained any longer I'm afraid.

I seem to remember the issue was due to some bug in pygobject(?) though.

Also, 0.10.20 was not even the latest gst-python release...

*** This bug has been marked as a duplicate of bug 624490 ***
Comment 2 Gilles Dartiguelongue 2013-01-24 22:48:06 UTC
Hum, that's the answer I expected. Well, just so you know the issue is still here with latest pygobject-2 and gst-python-0.10.22, which is the latest release afaik.

We've disabled this particular test since it is the only one failing and doesn't appear to be causing any particular issue.

Thanks for your quick answer.