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
To find flakey tests, they should never return the same value - eg the first call should to any of these should store time(), the second should call ($previous_value + 1), etc.
This in itself should be fairly easy; the time consuming part is that at least these frameworks must pass with --isolate:
fredemmott
changed the title
Stub out date/time functions in hphp/test/frameworks/Isolation.php
Mock date/time functions in hphp/test/frameworks/Isolation.php
Sep 29, 2014
To find flakey tests, they should never return the same value - eg the first call should to any of these should store time(), the second should call ($previous_value + 1), etc.
This in itself should be fairly easy; the time consuming part is that at least these frameworks must pass with --isolate:
The text was updated successfully, but these errors were encountered: