GNOME Bugzilla – Bug 647200
libsocialweb Aggregation test fails
Last modified: 2011-04-11 15:15:46 UTC
I consistently hit this failed assertion in the lsw aggregation test because the test never reaches the final IndividualAggregator:individuals-changed signal handler for the linking: timer_id = Timeout.add_seconds (5, () => { assert_not_reached (); }); main_loop.run (); Source.remove (timer_id); this._lsw_backend.tear_down (); (ie, the final timeout check) It's not clear why the individuals-changed signal doesn't fire the second time.
This failure happens with folks git master and libsocialweb 0.25.15.
Created attachment 185695 [details] [review] bug647200.patch
Review of attachment 185695 [details] [review]: Looks good. Please merge.
Merged.