Add note on how to disable integration tests running

This commit is contained in:
stack 2014-11-26 10:08:43 -08:00
parent 8df780db88
commit 3078316ec5
1 changed files with 3 additions and 0 deletions

View File

@ -1239,6 +1239,9 @@ ConnectionCount=1 (was 1) </screen>
{<code>/usr/bin/ssh some-hostname "su hbase - -c \"ps aux | ... | kill
...\""</code>}. The command is logged in the test logs, so you can verify it is
correct for your environment. </para>
<para>To disable the running of Integration Tests, pass the following profile on the
command line <code>-PskipIntegrationTests</code>. For example,
<programlisting>$ mvn clean install test -Dtest=TestZooKeeper -PskipIntegrationTests</programlisting></para>
<section xml:id="maven.build.commands.integration.tests.mini">
<title>Running integration tests against mini cluster</title>