DescriptiontestRepeatedHandlers is occasionally flaky. I'm unable to reproduce the
flakiness, but I think it's a timing issue.
the test has a mouse event handler that uses setTimeout to call a
check function, but the test driver can click and trigger the
event handler multiple times before the setTimeout fires.
I found the existing logic pretty confusing, and I didn't see any
sensible way of fixing it as-is, so I rewrote the logic to
be more linear and avoid setTimeout.
Patch Set 1 #
Total comments: 4
Patch Set 2 : fix flakiness in testRepeatedHandlers #MessagesTotal messages: 6
|