Add more clients in the test #65
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#65
Loading…
Reference in a new issue
No description provided.
Delete branch "test/more-clients"
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?
mc
andrclone
in the CIFixes #60 (we are able to do the same set of operation with minio, including delete, than other clients)
Related to #64 (we use a socat TLS proxy to prevent minio from signing payload)
Note: it is possible to only run tests for some clients.
Example, if you want to run tests only for minio:
If you do not wish to install socat or minio:
[WIP] Add more clients in the testto Add more clients in the test513ecf05f1
to12f85cd36b
@quentin should this be merged?
If so, can you cleanup the history by squashing everything into one single commit? (or maybe more but only if it makes sense to keep the intermediary steps, at the moment it looks like a lot of noise)
git rebase -i origin/main
@ -5,4 +3,0 @@
GARAGE_DEBUG="${REPO_FOLDER}/target/debug/"
GARAGE_RELEASE="${REPO_FOLDER}/target/release/"
PATH="${GARAGE_DEBUG}:${GARAGE_RELEASE}:$PATH"
Why is this going away here, but not in
dev-env-{mc,rclone,...}.sh
?yes it should!
Closed but actually merged, dunno why Gitea didn't see that.
Pull request closed