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 695995 - 1 test fails
1 test fails
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.0.5
Other Linux
: Normal minor
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-17 14:51 UTC by zorana
Modified: 2013-03-18 08:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zorana 2013-03-17 14:51:57 UTC
During make check, one test fails:

50%: Checks: 2, Failures: 1, Errors: 0
libs/gstnetclientclock.c:91:F:generic tests:test_functioning:0: clocks not in sync (0:00:00.849970122)
FAIL: libs/gstnetclientclock
Comment 1 Tim-Philipp Müller 2013-03-17 14:58:08 UTC
What platform? Does it happen everytime or just sometimes?

(You can do cd tests/check; make libs/gstnetclientclock.torture)
Comment 2 zorana 2013-03-17 15:09:20 UTC
i386 arch, linux platform, it happened only before installation. Now i repeated and it has passed all tests.
I don't have libs/gstnetclientclock.torture, what is that?
Comment 3 Tim-Philipp Müller 2013-03-18 08:59:57 UTC
I think the test is quite timing-related, so can occassionally fail if the system is otherwise busy. Not sure how much me can do about that, though we can always wait longer of course. But I think I'll just close it for now, until more people or build bots run into it more often. Thanks for the bug report though.

> I don't have libs/gstnetclientclock.torture, what is that?

It's a make target to run a test 10 times in a row.