-
Notifications
You must be signed in to change notification settings - Fork 150
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
Commits on Aug 23, 2018
-
Add integration test for net_http + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 9074c33 - Browse repository at this point
Copy the full SHA 9074c33View commit details -
Add integration test for net_http_persistent + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 8b249bc - Browse repository at this point
Copy the full SHA 8b249bcView commit details -
Add integration test for excon + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for f692635 - Browse repository at this point
Copy the full SHA f692635View commit details -
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 committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 6046d35 - Browse repository at this point
Copy the full SHA 6046d35View commit details -
Add integration test for curb + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for bf760e1 - Browse repository at this point
Copy the full SHA bf760e1View commit details -
Add integration test for em_http + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 4544e6c - Browse repository at this point
Copy the full SHA 4544e6cView commit details -
Add integration test for httpclient + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for ec837d2 - Browse repository at this point
Copy the full SHA ec837d2View commit details -
Add support for open/read timeouts to http adapter
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 370e3f5 - Browse repository at this point
Copy the full SHA 370e3f5View commit details -
Add integration test for http + read_timeout
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for b8426ac - Browse repository at this point
Copy the full SHA b8426acView commit details -
Remove debug output from timeout specs
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 06d2086 - Browse repository at this point
Copy the full SHA 06d2086View commit details -
Fix broken timeout specs for curb adapter
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for c59e11a - Browse repository at this point
Copy the full SHA c59e11aView commit details -
Fix em_http adapter: do not set timeouts to nil explicitly
Alexey Chernenkov committedAug 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 1c3aba4 - Browse repository at this point
Copy the full SHA 1c3aba4View commit details
Commits on Aug 27, 2018
-
Disable read_timeout test for em_http_request adapter on jruby
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 8b96c4a - Browse repository at this point
Copy the full SHA 8b96c4aView commit details -
Add support for write_timeout config option
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for d3edcc4 - Browse repository at this point
Copy the full SHA d3edcc4View commit details -
Move excon integration tests to the appropriate file
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for f2d0e77 - Browse repository at this point
Copy the full SHA f2d0e77View commit details -
Move http integration tests to the appropriate file
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for bf0352c - Browse repository at this point
Copy the full SHA bf0352cView commit details -
Move net_http_persistent integration tests to the appropriate file
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for eb5f009 - Browse repository at this point
Copy the full SHA eb5f009View commit details -
Move net_http integration tests to the appropriate file
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 885e373 - Browse repository at this point
Copy the full SHA 885e373View commit details -
Add tests for different timeout options to all adapters
Alexey Chernenkov committedAug 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 5d83dc9 - Browse repository at this point
Copy the full SHA 5d83dc9View commit details