Istvan Toth created HBASE-29615:
-----------------------------------
Summary: Update Small tests description wrt reuseForks in docs
Key: HBASE-29615
URL: https://issues.apache.org/jira/browse/HBASE-29615
Project: HBase
Issue Type: Bug
Components: documentation, website
Reporter: Istvan Toth
[~zhangduo] has mentined that we're running all tests with reuseForks=false.
The docs says otherwise currently:
{noformat}
Small test cases are executed in a shared JVM and each test suite/test class
should run in 15 seconds or less; i.e. a junit test fixture, a java object made
up of test methods, should finish in under 15 seconds, no matter how many or
how few test methods it has. These test cases should not use a minicluster as a
minicluster starts many services, most unrelated to what is being tested.
Multiple start/stops may leak resources or just overwhelm the single JVM
context.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)