dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

feat(tests/httplib): use local httpbin container

Open avara1986 opened this issue 3 years ago • 0 comments

Description

httplib tests make requests to httpbin. Too many requests could raises an 502 Bad Gateway, replace http requests to a local httpbin containter

Reviewer Checklist

  • [ ] Title is accurate.
  • [ ] Description motivates each change.
  • [ ] No unnecessary changes were introduced in this PR.
  • [ ] PR cannot be broken up into smaller PRs.
  • [ ] Avoid breaking API changes unless absolutely necessary.
  • [ ] Tests provided or description of manual testing performed is included in the code or PR.
  • [ ] Release note has been added for fixes and features, or else changelog/no-changelog label added.
  • [ ] All relevant GitHub issues are correctly linked.
  • [ ] Backports are identified and tagged with Mergifyio.
  • [ ] Add to milestone.

avara1986 avatar Aug 12 '22 10:08 avara1986