Add utilities for testing HTTP Filters, without mocks
Open
- Dominant language
- Java
- Stars
- 1k
- Forks
- 229
- Avg merge
- 23h 23m
- Merged PRs (30d)
- 16
Description
Test utilities for HTTP filters (requester and service) have been implemented with mocks in some places:
- `AbstractHttpRequesterFilterTest`
- `AbstractHttpServiceFilterTest`
We should consider implementing these utilities using actual clients and servers, possibly leveraging `AbstractNettyHttpServerTest`.
Contributor guide
Research direction
Read AbstractHttpRequesterFilterTest and AbstractHttpServiceFilterTest to understand the existing mocked utilities, then examine AbstractNettyHttpServerTest as the possible foundation. Done means providing equivalent HTTP filter test utilities that exercise actual clients and servers without mocks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100