microsoft/Terminal

TestMouseWheelReadConsoleInputHelper tests are flaky

Open

#4 494 ouverte le 6 févr. 2020

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (3 212 forks)batch import
Area-CodeHealthArea-InputHelp WantedIssue-TaskProduct-Conhost

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

In the InputTests, there are a handful of them that inject mouse events into the window handle.

They center around the method TestMouseWheelReadConsoleInputHelper.

They tend to fail when there are two input events in the queue instead of just the one they expect.

My theory is that the extra event in the queue is a focus or unfocus event.

We should make them all more robust to the point where they don't care/skip excess focus/unfocus events.

Guide contributeur