Skip to content
Snippets Groups Projects
Commit 79ef9622 authored by shammash's avatar shammash
Browse files

run mr_davfs in test.sh


run the filesystem view mapreduce so it's possible to use davfs/jsonfs and
other things in the test instance

Signed-off-by: default avatarshammash <shammash@autistici.org>
parent 1c1c1fd3
Branches
No related tags found
1 merge request!1Minor fixes on test instance
......@@ -102,6 +102,11 @@ run_mr_stats() {
| ${bindir}/mr_stats --config=${root}/djrandom.conf --mapreduce
}
run_mr_davfs() {
${bindir}/mr_dump_bucket --config=${root}/djrandom.conf --bucket=song \
| ${bindir}/mr_davfs --config=${root}/djrandom.conf --mapreduce
}
setup
start_daemons
sleep 1
......@@ -113,6 +118,7 @@ echo ${root}
sleep 1
run_client
run_mr_stats
run_mr_davfs
echo "*** TEST COMPLETE ***"
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment