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
{{ message }}
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
We have merged #1768 but fake_data does not respect all the relationships that are checked in the self check. Current workaround is to not run the homepage updater thread by putting UPDATE_HOMEPAGE_EVERY=0 in local.env.
One way to go forward with this would be to use our own data creation functions. Maybe something similar to make_participant in testing harness? This would also help our javascript testing as we could make fake_date less random (use 'alice', 'bob' and 'carl' just as in python unit tests).
The text was updated successfully, but these errors were encountered:
We have merged #1768 but fake_data does not respect all the relationships that are checked in the self check. Current workaround is to not run the homepage updater thread by putting UPDATE_HOMEPAGE_EVERY=0 in local.env.
One way to go forward with this would be to use our own data creation functions. Maybe something similar to make_participant in testing harness? This would also help our javascript testing as we could make fake_date less random (use 'alice', 'bob' and 'carl' just as in python unit tests).
The text was updated successfully, but these errors were encountered: