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 682222 - test_method_calls_on_proxy: assertion failed (elapsed_msec < 6000): (7365 < 6000)
test_method_calls_on_proxy: assertion failed (elapsed_msec < 6000): (7365 < 6...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-08-20 04:02 UTC by Martin Pitt
Modified: 2012-08-31 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bump max time in test_method_calls_on_proxy() test (1.22 KB, patch)
2012-08-20 04:04 UTC, Martin Pitt
committed Details | Review

Description Martin Pitt 2012-08-20 04:02:12 UTC
When running the glib tests on slower platforms like ARM, it sometimes fails in this test:

ERROR:/build/buildd/glib2.0-2.33.8/./gio/tests/gdbus-threading.c:409:test_method_calls_on_proxy: assertion failed (elapsed_msec < 6000): (7365 < 6000)

this test runs 3 threads which do 240 D-BUS calls to Sleep() which sum up to 4 seconds of total sleep. It seems the overhead is slightly larger than expected on slower platforms (this is on a Panda board).

Can we bump it a bit?
Comment 1 Martin Pitt 2012-08-20 04:04:46 UTC
Created attachment 221781 [details] [review]
Bump max time in test_method_calls_on_proxy() test
Comment 2 David Zeuthen (not reading bugmail) 2012-08-20 14:58:48 UTC
Comment on attachment 221781 [details] [review]
Bump max time in test_method_calls_on_proxy() test

Sure.
Comment 3 Martin Pitt 2012-08-20 15:00:47 UTC
Comment on attachment 221781 [details] [review]
Bump max time in test_method_calls_on_proxy() test

Thanks for the review, committed.
Comment 4 Martin Pitt 2012-08-31 16:04:34 UTC
Erk, pushed for real now, sorry.