ucr-riple / NullAwayAnnotator

A tool to help adapting code bases to NullAway type system.
MIT License
13 stars 6 forks source link

Resolves Flaky CI #141

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR resolves flaky CI. For test fieldAssignNullableConstructorForceResolveEnabled expected annotations were stored in a list and getting compared with the actual injected annotations. This caused CI fail for some runs. This PR updates the list of expected annotation to a set for that specific test. Since this PR is a very small change and straightforward, I am going to land this once the CI pass to have a stable CI for other PRs. Please let me know if you would like to discuss this more and I will bring this back. Thank you.