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
After doing some digging for #199, I can say these two tests are for sure integration tests as they are creating resources in the S3 buckets. The class name S3UnitTestBase is definitely confusing and we should maybe make it something like abstract S3BaseTest extends BaseTest. I'm not 100% sure about the naming yet though.
The name S3UnitTestBase does not intuitively imply that this is an integration test-related class. We should have a base test clas for integration tests. We can call it something along the lines of S3IntegrationTestBase.
Task Description
We have in project two classes:
NewAsynchronousFileChannelTestIT
NewByteChannelIT
The classes are annotated with integration test annotation and extending
S3UnitTestBase
.Tasks
The following tasks will need to be carried out:
Task Relationships
This task:
Help
The text was updated successfully, but these errors were encountered: