[Privoxy-commits] [privoxy] 04/05: Remove test scenario acl-ip-address-denied for now
User Git
git at git.privoxy.org
Mon Jan 13 13:12:47 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 b800a1678d10153dc08b862a50004f0d03e56b89
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Jan 13 13:01:50 2025 +0100
Remove test scenario acl-ip-address-denied for now
It works on some systems but fails on others with:
fk at 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 at 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 | 25 -------------------------
tests/cts/acl-ip-address-denied/privoxy.conf | 18 ------------------
2 files changed, 43 deletions(-)
diff --git a/tests/cts/acl-ip-address-denied/data/test1 b/tests/cts/acl-ip-address-denied/data/test1
deleted file mode 100644
index 354a8ada..00000000
--- a/tests/cts/acl-ip-address-denied/data/test1
+++ /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
index b5ffdca6..00000000
--- a/tests/cts/acl-ip-address-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
-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