Merge the new smoke test to master #25
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#25
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/smoke-script"
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?
As I have learned recently,
s3cmd
is more or less deprecated.It seems that the new standard is the python library
boto
and theawscli
tool.Moreover, for website publishing, the
aws s3 sync
command seems very promising.I have then updated the
test-smoke.sh
script to use theawscli
tool.I use the "Smoke Test" terminology as this script does not extensively test
garage
.It only tests some basic features of garage to detect the worst regressions.
Its main force is to run quickly: it takes less than one minute to run on my machine.
Ideally, this script would be rewritten in the future as an integration test with rusoto and should be extended.
Some tags could be added on the most important tests to choose between quickly test the program and extensively test it.
For now, it seems having our tests under the form of this simple script is enough, so I will not move forward on this subject in the near future.