Tests: Add garage integration tests #240
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#240
Loading…
Reference in a new issue
No description provided.
Delete branch "KokaKiwi/garage:integration-tests-2"
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?
Use the
aws-sdk-s3
crate as S3 client implementation.To test-run the suite:
The integration test can be configured by setting some env vars:
GARAGE_TEST_INTEGRATION_PORT
: Garage server port to run on (default: 49995)NB: The config will actually bind the specified port plus the two following (49996 and 49997 for default value)
GARAGE_TEST_INTEGRATION_PATH
: Garage test runtime directory (default:/tmp/garage-integ-test-<PORT>
)GARAGE_TEST_INTEGRATION_EXE
: Garage executable path (default:$CARGO_BIN_EXE_garage
)c3498076d4
to84613e66a2