Skip to content
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

Rework of timeout errors (part 2): add support for new write_timeout option to all adapters + fix integration tests duplication #197

Merged
merged 19 commits into from
Aug 27, 2018

Commits on Aug 23, 2018

  1. Add integration test for net_http + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    9074c33 View commit details
    Browse the repository at this point in the history
  2. Add integration test for net_http_persistent + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    8b249bc View commit details
    Browse the repository at this point in the history
  3. Add integration test for excon + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    f692635 View commit details
    Browse the repository at this point in the history
  4. Set timeouts in msec in curb adapter

    Why: for better support of the floating point values in `read_timeout`
    and `open_timeout` options.
    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    6046d35 View commit details
    Browse the repository at this point in the history
  5. Add integration test for curb + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    bf760e1 View commit details
    Browse the repository at this point in the history
  6. Add integration test for em_http + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    4544e6c View commit details
    Browse the repository at this point in the history
  7. Add integration test for httpclient + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    ec837d2 View commit details
    Browse the repository at this point in the history
  8. Add support for open/read timeouts to http adapter

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    370e3f5 View commit details
    Browse the repository at this point in the history
  9. Add integration test for http + read_timeout

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    b8426ac View commit details
    Browse the repository at this point in the history
  10. Remove debug output from timeout specs

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    06d2086 View commit details
    Browse the repository at this point in the history
  11. Fix broken timeout specs for curb adapter

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    c59e11a View commit details
    Browse the repository at this point in the history
  12. Fix em_http adapter: do not set timeouts to nil explicitly

    Alexey Chernenkov committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    1c3aba4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Disable read_timeout test for em_http_request adapter on jruby

    Alexey Chernenkov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8b96c4a View commit details
    Browse the repository at this point in the history
  2. Add support for write_timeout config option

    Alexey Chernenkov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    d3edcc4 View commit details
    Browse the repository at this point in the history
  3. Move excon integration tests to the appropriate file

    Alexey Chernenkov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f2d0e77 View commit details
    Browse the repository at this point in the history
  4. Move http integration tests to the appropriate file

    Alexey Chernenkov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    bf0352c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb5f009 View commit details
    Browse the repository at this point in the history
  6. Move net_http integration tests to the appropriate file

    Alexey Chernenkov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    885e373 View commit details
    Browse the repository at this point in the history
  7. Add tests for different timeout options to all adapters

    Alexey Chernenkov committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    5d83dc9 View commit details
    Browse the repository at this point in the history