[master] f337b2c98 vtc: Move disabled tests in the tests/ directory

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jul 10 13:05:07 UTC 2023


commit f337b2c98091f90decdaca96be2a180f3aa47d2a
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jul 10 08:07:05 2023 +0200

    vtc: Move disabled tests in the tests/ directory
    
    This should make them stand out more, and help revisit them more
    frequently.

diff --git a/bin/varnishtest/tests.disabled/README b/bin/varnishtest/tests.disabled/README
deleted file mode 100644
index 7b44514f2..000000000
--- a/bin/varnishtest/tests.disabled/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Tests in this directory are not executed automatically on 'make check'.
-
-The main reason for a test to live here is when the underlying problem
-isn't fixed yet, but a test case exists. This avoids breaking the rest of
-the 'make check' tests while a fix is being produced.
diff --git a/bin/varnishtest/tests/README b/bin/varnishtest/tests/README
index a39d117d1..067bf1a9c 100644
--- a/bin/varnishtest/tests/README
+++ b/bin/varnishtest/tests/README
@@ -37,3 +37,9 @@ Naming scheme
 	id ~ ^x		--> VEXT tests
 
 	Coverage for individual VMODs is in "${top_srcdir}vmod/tests".
+
+Tests suffixed with .disabled are not executed automatically on 'make check'.
+
+The main reason for a test to live here is when the underlying problem
+isn't fixed yet, but a test case exists. This avoids breaking the rest of
+the 'make check' tests while a fix is being produced.
diff --git a/bin/varnishtest/tests.disabled/e00029.vtc b/bin/varnishtest/tests/e00029.vtc.disabled
similarity index 100%
rename from bin/varnishtest/tests.disabled/e00029.vtc
rename to bin/varnishtest/tests/e00029.vtc.disabled
diff --git a/bin/varnishtest/tests.disabled/r01252.vtc b/bin/varnishtest/tests/r01252.vtc.disabled
similarity index 100%
rename from bin/varnishtest/tests.disabled/r01252.vtc
rename to bin/varnishtest/tests/r01252.vtc.disabled
diff --git a/bin/varnishtest/tests.disabled/r02295.vtc b/bin/varnishtest/tests/r02295.vtc.disabled
similarity index 100%
rename from bin/varnishtest/tests.disabled/r02295.vtc
rename to bin/varnishtest/tests/r02295.vtc.disabled


More information about the varnish-commit mailing list