Skip to content
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

New console log warnings and suggestions on flaky tests? #48

Closed
nsoojin opened this issue Jul 22, 2022 · 2 comments
Closed

New console log warnings and suggestions on flaky tests? #48

nsoojin opened this issue Jul 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@nsoojin
Copy link
Contributor

nsoojin commented Jul 22, 2022

�Hey there,

I started seeing new type of warning logs as I generate touch events. However it doesn't seem to affect the functionality. Do you know why this started happening?

2022-07-22 14:38:11.471364-0400 IntegrationTestHost[36563:3464107] [EventDispatcher] Found no UIEvent for backing event of type: 1; contextId: 0x9DE5CC17; Event will not be dispatched
2022-07-22 14:38:11.473324-0400 IntegrationTestHost[36563:3464107] [EventDispatcher] Found no UIEvent for backing event of type: 1; contextId: 0x9DE5CC17; Event will not be dispatched
2022-07-22 14:38:11.491951-0400 IntegrationTestHost[36563:3464107] [EventDispatcher] Found no UIEvent for backing event of type: 1; contextId: 0x9DE5CC17; Event will not be dispatched

Another question I have is how are you guys handling the flakiness for Hammer in testing. Although not very often, my tests which rely on using Hammer shows flakiness in CI build machines. Do you encounter similar problems? Do you have any tips on how to mitigate it?

Thanks in advance @gabriellanata

@nsoojin nsoojin added the bug Something isn't working label Jul 22, 2022
@gabriellanata
Copy link
Contributor

Yeah we're also seeing those warnings. I searched around a bit to see if anyone had seen something like that but couldn't fine anything. Deeper research would probably require some disassembling which I don't have time for now. They don't seem to affect functionality as you said, so maybe wee can ignore them for now.

Regarding flakiness, we haven't experienced many issues. In most cases they've been related to the specific view being tested and we can improve the test itself to make it more resilient. But honestly, from what I've seen, you're probably doing more complex tests than we are 😅

@nsoojin
Copy link
Contributor Author

nsoojin commented Aug 1, 2022

Thanks for your input 👍

@nsoojin nsoojin closed this as completed Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants