Skip to content

Conversation

@danschmidt5189
Copy link

  • Corrects a bug in Docker::Connection.compile_request_params that incorrectly stripped out read_timeout when it was nil.
  • Sets Docker::Event.stream to skip timeouts by default.
  • Sets Docker::Event.stream to avoid automatically retrying timeout-related events by default.
  • Adds timeout-related event streaming tests. A particularly slow (60s+) test can be enabled by setting RUN_SLOW_TESTS=1 in the testing environment.

@danschmidt5189 danschmidt5189 changed the title Send :read_timeout when streaming events (#584) Send :read_timeout when streaming events (resolves #584) Apr 24, 2025
- Pins rspec-its to 1.x
- Removes unnecessary setup steps for Ubuntu 20.10+ from ./scripts/install_podman.sh
@danschmidt5189 danschmidt5189 force-pushed the bugfix/584/event_timeouts branch from e314a05 to 65402d1 Compare April 24, 2025 23:09
danschmidt5189 and others added 2 commits April 25, 2025 09:48
…ec_its

Buildfix: pin rspec-its; simplify podman install (resolves upserve#597)
- Corrects a bug in `Docker::Connection.compile_request_params` that incorrectly stripped out `read_timeout` when it was nil.
- Sets `Docker::Event.stream` to skip timeouts by default.
- Sets `Docker::Event.stream` to avoid automatically retrying timeout-related events by default.
- Adds timeout-related event streaming tests. A particularly slow (60s+) test can be enabled by setting `RUN_SLOW_TESTS=1` in the testing environment.
@danschmidt5189 danschmidt5189 force-pushed the bugfix/584/event_timeouts branch from 65402d1 to d5436e3 Compare April 25, 2025 16:49
@danschmidt5189 danschmidt5189 force-pushed the bugfix/584/event_timeouts branch from 01a6381 to 87daf35 Compare April 25, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant