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

Increase number of retries for eval test #8391

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

elliette
Copy link
Member

@elliette elliette commented Oct 2, 2024

(Hopefully) fixes #8389

The initial fix was to add some retries. This test still seems to be occasionally flaking (although not nearly as often as it was before). This PR increases the number or retries.

@elliette elliette requested a review from a team as a code owner October 2, 2024 17:28
@elliette elliette requested review from bkonyi and removed request for a team October 2, 2024 17:28
Copy link
Contributor

@bkonyi bkonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I don't have an issue increasing the retry count for now, is it possible to actually deflake the test so it just passes consistently?

@elliette
Copy link
Member Author

elliette commented Oct 2, 2024

While I don't have an issue increasing the retry count for now, is it possible to actually deflake the test so it just passes consistently?

I'm not entirely sure what the right approach would be there - this is testing whether we got a response back from the expression compiler, so I'm guessing some of the flakiness here is due to the latency of the request

@elliette elliette merged commit 570f4c8 into flutter:master Oct 2, 2024
23 of 24 checks passed
@elliette elliette mentioned this pull request Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test flake: integration_test/test/live_connection/eval_and_inspect_test.dart
2 participants