You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of factories have random behavior, which is a recipe for flaky tests. We saw this recently with the spec added in #112. The flaky behavior was traced to a factory that would sometimes add zero associated objects and fixed in #116.
We should update factories one by one to remove all random behavior so that we can depend on stable data for our tests.
The text was updated successfully, but these errors were encountered:
Lots of factories have random behavior, which is a recipe for flaky tests. We saw this recently with the spec added in #112. The flaky behavior was traced to a factory that would sometimes add zero associated objects and fixed in #116.
We should update factories one by one to remove all random behavior so that we can depend on stable data for our tests.
The text was updated successfully, but these errors were encountered: