Comment 1 for bug 1611403

Revision history for this message
Olivier Tilloy (osomon) wrote :

I’ve been running that one failing test in a loop and most of the failures exhibit an unexpected value of 101, but occasionally some fail with a greater value (observed values of 102, 103, and even 113 and 124).

In all those cases, it appears the value of serverSpy->count() is always 100, and the value of errorSpy->count() is ≥ 0.

I suspect a behaviour change in Qt. We now have to support three different versions:
 - 5.4.1 in vivid+overlay
 - 5.5.1 in xenial+overlay
 - 5.6.1 in yakkety

Given these constraints, it looks like the test expectations will need to be made laxer.