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 interface itself doesn't present precondition that should be tested in isolation. I will skip this for now
Integration testing
The IConnectionHandler will be mocked, for these tests. The objective is to test the interaction between Service and IConnectionHandler, with Service being
Sync/StorageProviderSyncTask
Sync/DeleteObject
getFile
AcceptObject
E2E (local)
content scenario run with STORAGE_PROVIDER_ENABLED=true and wrong AWS credential should panic and shut down Colossus immediately (to avoid lost objects errors)
content scenario run with localstack and STORAGE_PROVIDER_ENABLED=true and correct setting should provide a successful scenario run
The text was updated successfully, but these errors were encountered:
Unit testing
The interface itself doesn't present precondition that should be tested in isolation. I will skip this for now
Integration testing
The
IConnectionHandler
will be mocked, for these tests. The objective is to test the interaction betweenService
andIConnectionHandler
, withService
beingSync/StorageProviderSyncTask
Sync/DeleteObject
getFile
AcceptObject
E2E (local)
STORAGE_PROVIDER_ENABLED=true
and wrong AWS credential should panic and shut down Colossus immediately (to avoid lost objects errors)STORAGE_PROVIDER_ENABLED=true
and correct setting should provide a successful scenario runThe text was updated successfully, but these errors were encountered: