Skip to content

listviewitemkeyboardtooltip_invokeishoveredwithmouse_returnsexpected #7428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Tracked by #8607
runfoapp bot opened this issue Jul 15, 2022 · 5 comments
Open
Tracked by #8607

listviewitemkeyboardtooltip_invokeishoveredwithmouse_returnsexpected #7428

runfoapp bot opened this issue Jul 15, 2022 · 5 comments
Assignees
Labels
test-bug Problem in test source code (most likely)

Comments

@runfoapp
Copy link

runfoapp bot commented Jul 15, 2022

Runfo Tracking Issue: listviewitemkeyboardtooltip_invokeishoveredwithmouse_returnsexpected

Build Definition Kind Run Name

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
0 0 0
@Tanya-Solyanik Tanya-Solyanik added the test-bug Problem in test source code (most likely) label Jul 15, 2022
@Tanya-Solyanik
Copy link
Contributor

Note: this is a theory, maybe only some inputs are flaky?

@Olina-Zhang
Copy link
Member

@Tanya-Solyanik this is a tracking issue in runfo, why I don't see this test failure in PR #7421 Tests Summary in here: https://dev.azure.com/dnceng/public/_build/results?buildId=1886820&view=ms.vss-test-web.build-test-results-tab? And I checked in here: https://dev.azure.com/dnceng/public/_test/analytics?definitionId=267&contextType=build by this test, there is no failure for it over the past week. In addition, I ran this test in my VM several times, all passed. Do we have to track it again for a while? If it fails almost no times, can we close this bug directly?

@RussKie
Copy link
Contributor

RussKie commented Jul 19, 2022

@Olina-Zhang there were several build runs, and one of those failed:
image

@lonitra
Copy link
Member

lonitra commented Mar 1, 2023

It is more difficult to narrow down the cause for this without a callstack, but this test changes the cursor position before doing an assert.

Cursor.Position = position;
Assert.Equal(expected, ((IKeyboardToolTip)listViewItem).IsHoveredWithMouse());

We are also changing cursor position for some other tests so running these tests in parallel with each other could be what is causing this flakiness. We should consider running this tests and other tests whose result are dependent on the cursor's position independently

@RussKie
Copy link
Contributor

RussKie commented Mar 2, 2023 via email

@ghost ghost added 🚧 work in progress Work that is current in progress and removed 🚧 work in progress Work that is current in progress labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-bug Problem in test source code (most likely)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants