Functional tests with aws-sdk-rust #242
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#242
Loading…
Reference in a new issue
No description provided.
Delete branch "tests/port-integration"
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?
Currently the functional tests are made of 7 files, 1 serving as an example to write new tests (
simple.rs
) and the 6 remaining ones are covering, each one, a specific part of garage:bucket.rs
which handles bucket manipulation through S3 (including listing)objects.rs
which handles bucket manipulation through S3 (except listing)multipart.rs
which handles multipart upload through S3 (except listing)list.rs
which handles listing through S3 of the 2 previous itemswebsite.rs
which handles website endpoint & CORS through S3admin.rs
which handles command line related testsYou can see the output of this test in the
unit+func tests
section of Drone:These tests are not exhaustive but they are a super set of the previous functional tests written in bash (in other words, everything that we tested before in bash is now tested in Rust and some additional features/things that were not tested before are now tested).
This PR is ready to merge.
d0f66176b4
tof9e2dc7688
Functional tests with aws-sdk-rustto WIP: Functional tests with aws-sdk-rustc1d935e296
to168ead8f5a
168ead8f5a
toe6714ab0ce
e6714ab0ce
tof4e5f7acc5
f4e5f7acc5
toc00b2c9948
WIP: Functional tests with aws-sdk-rustto Functional tests with aws-sdk-rustLGTM