From b6d45291023794119404cbcbc28c59c7099e1f85 Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Tue, 23 Jul 2019 13:55:59 +0200 Subject: [PATCH] HBASE-22720 Incorrect link for hbase.unittests Signed-off-by: Jan Hentschel --- 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 d213f3c21395..6911a2bf0c5b 100644 --- a/src/main/asciidoc/_chapters/developer.adoc +++ b/src/main/asciidoc/_chapters/developer.adoc @@ -1435,7 +1435,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 < for test case categories and corresponding timeouts. +* See <> 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]]