A few more site edits for running tests.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/bb3aea48 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/bb3aea48 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/bb3aea48 Branch: refs/heads/master Commit: bb3aea48bd3fb8a4e1c778581300f523d0b8195d Parents: 6ec0702 Author: Eldon Carman <[email protected]> Authored: Mon Mar 2 10:35:36 2015 -0800 Committer: Eldon Carman <[email protected]> Committed: Wed Apr 1 11:34:54 2015 -0700 ---------------------------------------------------------------------- src/site/apt/user_running_tests.apt | 12 ++++++++++-- src/site/site.xml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/bb3aea48/src/site/apt/user_running_tests.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/user_running_tests.apt b/src/site/apt/user_running_tests.apt index d87de9e..d10bd7e 100644 --- a/src/site/apt/user_running_tests.apt +++ b/src/site/apt/user_running_tests.apt @@ -63,8 +63,10 @@ JAVA_OPTS="-Xmx1024m -Djava.util.logging.config.file=/path/to/logging.properties The VXQuery test suite focuses on parallel processing tests used in our weather benchmark. ---------------------------------------- -sh ./vxquery-xtest/target/appassembler/bin/xtest -catalog vxquery-xtest/src/test/resources/VXQueryCatalog.xml -htmlreport /tmp/full_report.html +sh ./vxquery-xtest/target/appassembler/bin/xtest -catalog vxquery-xtest/src/test/resources/VXQueryCatalog.xml -htmlreport /tmp/vxquery_report.html ---------------------------------------- + + * view the results at {{{file:///tmp/vxquery_report.html}file:///tmp/vxquery_report.html}}. * XQTS (XQuery Test Suite) To run the complete XQTS on VXQuery. @@ -92,6 +94,12 @@ $ unzip ../XQTS_1_0_3.zip $ cd .. ---------------------------------------- + * go back to the project root, + +---------------------------------------- +$ cd ../.. +---------------------------------------- + * run the tests, and ---------------------------------------- @@ -100,7 +108,7 @@ sh ./vxquery-xtest/target/appassembler/bin/xtest -catalog vxquery-xtest/test-sui * view the results at {{{file:///tmp/full_report.html}file:///tmp/full_report.html}}. - * Add JAVA_OPTS for additional java parameters. + * Optional: Add JAVA_OPTS for additional java parameters. * XQTS (XQuery Test Suite) Option 2 The following command will run the XQTS for test that are known to pass in VXQuery. http://git-wip-us.apache.org/repos/asf/vxquery/blob/bb3aea48/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 78e6651..430945a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -83,9 +83,9 @@ limitations under the License. <item name="Update Local Git XQTS Results" href="development_update_xqts_results.html" /> - <item + <!-- <item name="XQuery Benchmarks" - href="development_benchmarks.html" /> + href="development_benchmarks.html" /> --> </menu> <menu ref="reports" />
