[Privoxy-commits] [privoxy] 05/05: Remove test scenario acl-destination-denied for now

User Git git at git.privoxy.org
Mon Jan 13 13:12:48 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit a107e4c2a7b9356549696fa091f11371bd894420
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Jan 13 13:06:55 2025 +0100

    Remove test scenario acl-destination-denied for now
    
    As Roland reported, it fails on his system with "curl
    returned 52, when expecting 56". On my systems it seems
    to work unreliably.
    
    This reverts commit 3bf6d00c1ed54eefb190021d94022e18c6adc48b.
---
 tests/cts/acl-destination-denied/data/test1   | 25 -------------------------
 tests/cts/acl-destination-denied/privoxy.conf | 18 ------------------
 2 files changed, 43 deletions(-)

diff --git a/tests/cts/acl-destination-denied/data/test1 b/tests/cts/acl-destination-denied/data/test1
deleted file mode 100644
index cabad3b6..00000000
--- a/tests/cts/acl-destination-denied/data/test1
+++ /dev/null
@@ -1,25 +0,0 @@
-<testcase>
-<info>
-<keywords>
-HTTP
-HTTP GET
-</keywords>
-</info>
-
-<client>
-<server>
-none
-</server>
-<name>
-Request to denied destination IP address
-</name>
-<command>
-http://%HOSTIP/%TESTNUMBER
-</command>
-</client>
-<verify>
-<errorcode>
-56
-</errorcode>
-</verify>
-</testcase>
diff --git a/tests/cts/acl-destination-denied/privoxy.conf b/tests/cts/acl-destination-denied/privoxy.conf
deleted file mode 100644
index b4b233cf..00000000
--- a/tests/cts/acl-destination-denied/privoxy.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-listen-address 127.0.0.1:9119
-
-debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
-debug     2 # show each connection status
-debug     4 # show tagging-related messages
-debug     8 # show header parsing
-debug    32 # debug force feature
-debug    64 # debug regular expression filters
-debug   128 # debug redirects
-debug   256 # debug GIF de-animation
-debug   512 # Common Log Format
-debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
-debug  4096 # Startup banner and warnings.
-debug  8192 # Non-fatal errors
-
-deny-access 127.0.0.1 127.0.0.1
-permit-access 127.0.0.2
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list