You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add regression tests for robots.txt per-host caching and error paths
Add tests addressing PR review feedback:
- TestFetch_RobotsCachePerHost_MultipleURLs: verifies robots.txt is
fetched once per host but each URL path is evaluated individually
(regression test for the caching bug this PR fixes)
- TestFetch_RobotsUnexpectedStatus: covers the new error path when
robots.txt returns a non-200/non-404 status code
Assisted-By: docker-agent
0 commit comments