Remove test scenario acl-ip-address-denied for now
authorFabian Keil <fk@fabiankeil.de>
Mon, 13 Jan 2025 12:01:50 +0000 (13:01 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 13 Jan 2025 12:12:26 +0000 (13:12 +0100)
It works on some systems but fails on others with:

    fk@test-vm ~/git/privoxy/tests/cts $./run-privoxy-tests.sh -t acl-ip-address-denied
    Test scenario: acl-ip-address-denied
    Overwriting default TESTDIR with /home/fk/git/privoxy/tests/cts/acl-ip-address-denied/data
    ********* System characteristics ********
    * curl 7.85.0-DEV (amd64-unknown-freebsd14.2)
    * libcurl/7.85.0-DEV OpenSSL/3.0.15 zlib/1.3.1
    * Features: alt-svc AsynchDNS Debug HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP TrackMemory UnixSockets
    * Disabled:
    * Host: test-vm
    * System: FreeBSD test-vm 14.2-STABLE ElectroBSD 14.2-STABLE #0: Tue Dec 31 13:16:10 UTC 2024     elektropunker@ElectroBSD-20241231-f500004c12e1:/usr/obj/usr/src/amd64.amd64/sys/ELECTRO_BLOAT amd64
    * OS: freebsd
    *
    *** DISABLES memory tracking when using threaded resolver
    *
    * Servers: SSL HTTP-IPv6 HTTP-unix FTP-IPv6
    * Env:
    * Seed: 207549
    *****************************************
    test 0001...[Request from denied IP address]

    curl returned 52, when expecting 56
     exit FAILED

     - abort tests
    TESTDONE: 1 tests were considered during 0 seconds.
    TESTDONE: 0 tests out of 1 reported OK: 0%

    TESTFAIL: These test cases failed: 1

This reverts commit 13778c50cddb5458b180a378d7066f9890ba5345.

tests/cts/acl-ip-address-denied/data/test1 [deleted file]
tests/cts/acl-ip-address-denied/privoxy.conf [deleted file]

diff --git a/tests/cts/acl-ip-address-denied/data/test1 b/tests/cts/acl-ip-address-denied/data/test1
deleted file mode 100644 (file)
index 354a8ad..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<testcase>
-<info>
-<keywords>
-HTTP
-HTTP GET
-</keywords>
-</info>
-
-<client>
-<server>
-none
-</server>
-<name>
-Request from denied IP address
-</name>
-<command>
-http://www.privoxy.org/%TESTNUMBER
-</command>
-</client>
-<verify>
-<errorcode>
-56
-</errorcode>
-</verify>
-</testcase>
diff --git a/tests/cts/acl-ip-address-denied/privoxy.conf b/tests/cts/acl-ip-address-denied/privoxy.conf
deleted file mode 100644 (file)
index b5ffdca..0000000
+++ /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
-permit-access 127.0.0.2
-