From a1065a1a4f7cb1f18d3036751c6451a7666cae5b Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 8 Jan 2019 09:56:20 +0100 Subject: [PATCH] DOC: regtest: make it clearer what the purpose of the "broken" series is The purpose of the "broken" series of reg tests is to integrate scripts which are known for triggering bugs that are not fixed at the time the script is merged. These ones are not useful to validate non-regression after merging a change, but have an important value to help fix the bug they trigger. This patch updates the description in the Makefile to make this clearer. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 934c85bdf..cc29b1aae 100644 --- a/Makefile +++ b/Makefile @@ -1129,7 +1129,7 @@ reg-tests-help: @echo " LEVEL 2 scripts are slow scripts (prefixed with 's' letter)." @echo " LEVEL 3 scripts are low interest scripts (prefixed with 'l' letter)." @echo " LEVEL 4 scripts are in relation with bugs they help to reproduce (prefixed with 'b' letter)." - @echo " LEVEL 5 scripts are broken scripts, typically used to fastly disable broken scripts (prefixed with 'k' letter)." + @echo " LEVEL 5 scripts are scripts triggering known broken behaviors for which there is still no fix (prefixed with 'k' letter)." @echo " LEVEL 6 scripts are experimental, typically used to develop new scripts (prefixed with 'e' lettre)." .PHONY: reg-tests reg-tests-help -- 2.47.3