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
The current test setup is more of an integration test than an actual unit test. This means testing is vulnerable to all sorts of race conditions, side effects from file indexing when mounting a drive etc.
It would be highly beneficial to split out some of the actual computation from the mounted file system part of the code to better guarantee stability in those parts.
Hopefully this will also make the integration testing part easier, as fewer moving parts will have to be tested on a brittle setup
The text was updated successfully, but these errors were encountered:
The current test setup is more of an integration test than an actual unit test. This means testing is vulnerable to all sorts of race conditions, side effects from file indexing when mounting a drive etc.
It would be highly beneficial to split out some of the actual computation from the mounted file system part of the code to better guarantee stability in those parts.
Hopefully this will also make the integration testing part easier, as fewer moving parts will have to be tested on a brittle setup
The text was updated successfully, but these errors were encountered: