01eee6e2fc3e8d22b82238904d35adcc1d4748cf
[cloudstore.git] / test-gearman.sh
1 #!/bin/sh -xe
2
3 #echo 'dpavlin@gmail.com password 100M' | gearman -f create_user -n
4
5 sudo -u u2001 sh -cx "ps ax > ~u2001/foo.txt"
6
7 echo '~u2001/foo.txt#~u2002/dir with space/file with space' | gearman -f send_file -n
8
9 echo '~u2002/dir with space/file with space' | gearman -f delete -n
10
11 echo u2001 | gearman -f zfs_userquota -n
12 echo u2001 | gearman -f zfs_userused -n
13 echo u2001 | gearman -f zfs_userspace -n