Skip to content

Fix non-determinism in autocomplete integration test #534

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

Closed
wants to merge 1 commit into from

Conversation

SamChou19815
Copy link
Contributor

Summary:
The non-determinism is likely coming from that there are multiple matches, and one match is on the edge of being either matched or not matched.

This diff addresses the issue by running the test on an extremely long name instead, so that the fuzzy matcher will always match it with high confidence.

Differential Revision: D77039902

Summary:
The non-determinism is likely coming from that there are multiple matches, and one match is on the edge of being either matched or not matched.

This diff addresses the issue by running the test on an extremely long name instead, so that the fuzzy matcher will always match it with high confidence.

Differential Revision: D77039902
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77039902

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in a0fc054.

@SamChou19815 SamChou19815 deleted the export-D77039902 branch June 22, 2025 19:07
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.

2 participants