Patrol Finder fails intermittently, why? #2404
philipmjohnson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Flutter: 3.24.4
Dart: 3.5.4
Patrol Finders: 2.1.3 (also tested with 2.2.0+1, same results)
I have added a new integration test recently that looks like this:
If I incorporate this test into my test suite, it passes sometimes and fails other times. In all cases, the failure occurs on the line marked
// ### FAILURE OCCURS HERE ### ///
. The failure message is:When the test fails, it's because the previous line with the following Patrol Finder command doesn't result in the dropdown menu items appearing:
However, when the test passes, it's because the above line works as desired.
I have made a YouTube video which shows the results of repeated invocation:
https://www.youtube.com/watch?v=y-83IY7XdKk
Skip to the following spots to see the results for 5 runs in a row. No changes between runs:
I don't know how to proceed to figure out what the problem is and how to fix it.
Thank you so much for any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions