X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tests%2Fnon_regression_tests%2Ftest.sh;h=dc75a4ed2dc7ce1e165a2c18e3a77b17943397be;hb=665d6da4926723b2f2e3a59ba27f614c6ba5cf34;hp=f4a9106a952110a85b034c4fe4cd01641def8277;hpb=4b52da1a20a4fe031930bb96d2ca46bec06dc529;p=SXSI%2Fxpathcomp.git diff --git a/tests/non_regression_tests/test.sh b/tests/non_regression_tests/test.sh index f4a9106..dc75a4e 100755 --- a/tests/non_regression_tests/test.sh +++ b/tests/non_regression_tests/test.sh @@ -38,7 +38,7 @@ else fi -for TESTDOC in "medline.xml" #"xmark_01.04.xml" "xmark_10.xml" +for TESTDOC in "xmark_10.xml" #"medline.xml" "xmark_01.04.xml" do echo echo "$TESTDOC" @@ -64,7 +64,7 @@ do echo " ok" echo -n Running MonetBD/XQuery - + if [ "$query" = '/descendant::people[ descendant::person[not(child::address)] and descendant::person[not(child::watches)]]/child::person[child::watches]' ] then #Quick work around since MonetBD fails on q11 @@ -83,15 +83,15 @@ do fi echo " ok" - echo -n Running Qizx/XQuery - { - read qizx_count_time - read qizx_mat_time - read qizx_print_time - read qizx_count - } < <(`pwd`/qizx.sh "$query_qizx" "$TESTDOC") - - echo " ok" +# echo -n Running Qizx/XQuery +# { +# read qizx_count_time +# read qizx_mat_time +# read qizx_print_time +# read qizx_count +# } < <(`pwd`/qizx.sh "$query_qizx" "$TESTDOC") +# +# echo " ok" if [ "$monet_count" = "" ] then @@ -110,7 +110,7 @@ do { read "$v"; } < <( echo 7200000 ) fi done - + echo "$I,$sxsi_count,$sxsi_count_time,$sxsi_mat_time,$sxsi_print_time" >> "$SLOG"