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

Fuzz test across multiple roots #11376

Merged
merged 1 commit into from
Oct 26, 2017
Merged

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented Oct 26, 2017

While refactoring root scheduler, I noticed we have few tests that cover updates across multiple roots. To address, I've added multiple root cases to the fuzz tester.

Includes a hard-coded test case that was failing before #11307 landed.

While refactoring root scheduler, I noticed we have few tests that
cover updates across multiple roots. To address, I've added multiple
root cases to the fuzz tester.

Includes a hard-coded test case that was failing before facebook#11307 landed.
@gaearon
Copy link
Collaborator

gaearon commented Oct 26, 2017

Includes a hard-coded test case that was failing before #11307 landed.

Is that the async UFI bug I was seeing?

Copy link
Collaborator

@gaearon gaearon left a comment

Choose a reason for hiding this comment

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

Nice. It does seem to catch some things in Scheduler that other tests don't.

@acdlite
Copy link
Collaborator Author

acdlite commented Oct 26, 2017

Is that the async UFI bug I was seeing?

Yep!

@acdlite acdlite merged commit f751bd8 into facebook:master Oct 26, 2017
Ethan-Arrowood pushed a commit to Ethan-Arrowood/react that referenced this pull request Dec 8, 2017
While refactoring root scheduler, I noticed we have few tests that
cover updates across multiple roots. To address, I've added multiple
root cases to the fuzz tester.

Includes a hard-coded test case that was failing before facebook#11307 landed.
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.

3 participants