Comment 39 for bug 1421009

Revision history for this message
Albert Astals Cid (aacid) wrote :

My opinion is that all those failures where probably there already since the ones i've been able to find/replicate don't seem qdbus related

Now why is this happening with these patches? These patches make qdbus serialize much less on the main thread, i.e. things are executed more in different threads, this decreases the points of sincronization qdbus caused on the main thread without these patches and so threads run more "freely"

This can make this that were previously race hit the races and thus cause the autopilot tests to randomly fail or not depending if the race is fixed or not

Now i can't say that none of these failures are qdbus related since i've not been able to reproduce them all, would need help from the people with expertise on those particular apps to have a look at them.