Skip to content

Conversation

@lloyd-brown
Copy link
Collaborator

In #7844 we introduced code to wait for rsync to be installed on a k8s cluster so that we don't jump the gun to start mounting before rsync is available. We didn't add a timeout however so in the case where the package installation just fails this command wouldn't return. We've added a 5 minute timeout to make sure we don't permanently wait.

Tested (run the relevant ones):

  • Code formatting: install pre-commit (auto-check on commit) or bash format.sh
  • Any manual or new tests for this PR (please specify below)
  • All smoke tests: /smoke-test (CI) or pytest tests/test_smoke.py (local)
  • Relevant individual tests: /smoke-test -k test_name (CI) or pytest tests/test_smoke.py::test_name (local)
  • Backward compatibility: /quicktest-core (CI) or pytest tests/smoke_tests/test_backward_compat.py (local)

@lloyd-brown
Copy link
Collaborator Author

/smoke-test -k test_docker_storage_mounts --kubernetes

@lloyd-brown lloyd-brown marked this pull request as ready for review November 20, 2025 01:09
@lloyd-brown lloyd-brown merged commit 4118abf into master Nov 20, 2025
21 checks passed
@lloyd-brown lloyd-brown deleted the lloyd/add-timeout-to-rsync-waiting branch November 20, 2025 01:36
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.

3 participants