This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new a57c8a2 HBASE-22720 Incorrect link for hbase.unittests
a57c8a2 is described below
commit a57c8a27f7d1bb12cdbe40f804a0c31e9f81bd13
Author: Peter Somogyi <[email protected]>
AuthorDate: Tue Jul 23 13:55:59 2019 +0200
HBASE-22720 Incorrect link for hbase.unittests
Signed-off-by: Jan Hentschel <[email protected]>
---
src/main/asciidoc/_chapters/developer.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/asciidoc/_chapters/developer.adoc
b/src/main/asciidoc/_chapters/developer.adoc
index 8c59235..56f2b3d 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -1165,7 +1165,7 @@ ConnectionCount=1 (was 1)
* All tests must be categorized, if not they could be skipped.
* All tests should be written to be as fast as possible.
-* See <<hbase.unittests,hbase.unittests> for test case categories and
corresponding timeouts.
+* See <<hbase.unittests,hbase.unittests>> for test case categories and
corresponding timeouts.
This should ensure a good parallelization for people using it, and ease the
analysis when the test fails.
[[hbase.tests.sleeps]]