Integration tests in the repo #139
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to discuss a possibility to create some integration tests in this repository. It is done in HTTP Gateway by using All-in-One container to connect gateway app.
We can use it to test some Go libraries like aws-go or minio-go. This might be quite useful, see #106.
On the other hand it is going to look like S3 Tests which are pretty much the same thing but with boto3.
What you think about it?
/cc @TrueCloudLab/storage-services-committers @TrueCloudLab/storage-services-developers
Did you consider using a separate repo for integration tests and maybe having boto and awg-go as separate suites there?