-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Add support for FTW-tests #159
base: main
Are you sure you want to change the base?
Conversation
Looks very nice 👍 Thank you very much! Are the error counts the same as with the caddy connector? If yes, then its fine I would guess |
No.. caddy only has 69 failing/ignored ones. I've had overlooked that there is an 'albedo' test-backend in use. This could result in errors as the tests may expect a specific response in some cases..
|
Now the albedo backend is active - but spoa fails without any error when I try to enable response-checking.
HAProxy Logs
SPOA Logs
|
We still have 234 failed tests (in comparison to 69 of caddy). |
Greetings!
This PR adds support to run the FTW-Tests as mentioned in #69.
Basically I've implemented the same as seen in the coraza-caddy repository.
When ran manually they work.
But there are ~300 errors. Not quite sure why that is.
With CRS 4.5.0 instead of 4.7.0 there are ~50 fewer.