[master] 67dd349 Reserve room in the name scheme for private tests.

Lasse Karstensen lkarsten at varnish-software.com
Thu Jun 18 17:00:26 CEST 2015


commit 67dd349b33d1cb565dcde9e979817e1c17e714b4
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Jun 18 16:38:31 2015 +0200

    Reserve room in the name scheme for private tests.
    
    Duplicate b00043.vtc was no fun.
    
    Lacking a better idea, I'm moving all local tests up 10000
    units, so our local test case is now b10043.vtc.

diff --git a/bin/varnishtest/tests/README b/bin/varnishtest/tests/README
index 52e5061..85b309b 100644
--- a/bin/varnishtest/tests/README
+++ b/bin/varnishtest/tests/README
@@ -29,3 +29,15 @@ Naming scheme
 	id ~ [t] --> sTreaming tests
 	id ~ [u] --> Unusual background processes
 	id ~ [v] --> VCL tests: execute VRT functions
+
+
+Private test scope
+------------------
+
+	Test cases matching
+
+		[id]1%04d.vtc
+
+	are reserved for private tests.
+
+



More information about the varnish-commit mailing list