HBASE-8050 Small fix to book/hbase.tests.html
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6433670c08
commit
579c4eb3b2
|
@ -584,8 +584,12 @@ Tests should not overlog. More than 100 lines/second makes the logs complex to r
|
||||||
<listitem>
|
<listitem>
|
||||||
Tests can be written with <classname>HBaseTestingUtility</classname>.
|
Tests can be written with <classname>HBaseTestingUtility</classname>.
|
||||||
This class offers helper functions to create a temp directory and do the cleanup, or to start a cluster.
|
This class offers helper functions to create a temp directory and do the cleanup, or to start a cluster.
|
||||||
Categories and execution time
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</section>
|
||||||
|
<section xml:id="hbase.tests.categories">
|
||||||
|
<title>Categories and execution time</title>
|
||||||
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
All tests must be categorized, if not they could be skipped.
|
All tests must be categorized, if not they could be skipped.
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
Loading…
Reference in New Issue