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
Currently, there is a validation in feature_test.go, in testDownloadInstall function, that does two checks in the worst case:
Whether a non-copy artifact is moved to storage or not. In case the storage folder does not exist, the next check is done.
Whether this artifact is copied in modules folder or not.
Since the two possible outcomes are possible, the behavior of download operation must be checked, whether it does synchronous or asynchronous moving of files. The test case should be fixed accordingly to ensure more deterministic behavior upon each execution.
The text was updated successfully, but these errors were encountered:
Currently, there is a validation in feature_test.go, in testDownloadInstall function, that does two checks in the worst case:
Since the two possible outcomes are possible, the behavior of download operation must be checked, whether it does synchronous or asynchronous moving of files. The test case should be fixed accordingly to ensure more deterministic behavior upon each execution.
The text was updated successfully, but these errors were encountered: