aboutsummaryrefslogtreecommitdiff
path: root/test_delete.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-19 20:52:20 +0000
committerAlex Auvolat <alex@adnab.me>2020-04-19 20:52:20 +0000
commit04acaea231a9af77e5ca05068336f4492fe32ac0 (patch)
tree412a346fed1a24b861a90c9a3e527e46f050ffa0 /test_delete.sh
parent5ae32972efaba357ecc0027fe852d710b16b6d0e (diff)
downloadgarage-04acaea231a9af77e5ca05068336f4492fe32ac0.tar.gz
garage-04acaea231a9af77e5ca05068336f4492fe32ac0.zip
Don't do version & block_ref updates in background on deletion
Diffstat (limited to 'test_delete.sh')
-rwxr-xr-xtest_delete.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test_delete.sh b/test_delete.sh
new file mode 100755
index 00000000..5f929786
--- /dev/null
+++ b/test_delete.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for FILE in $(find target/debug/deps); do
+ curl -v localhost:3900/$FILE -X DELETE -H 'Host: garage'
+done
+