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

Make sure InternetDetectiontimeout is a reasonable value #5017

Merged
merged 3 commits into from
Jun 25, 2023

Conversation

rfay
Copy link
Member

@rfay rfay commented Jun 25, 2023

The Issue

In

the logic that forces a reasonable value for InternetDetectionTimeout was lost. And many of the test runners had that value set to 0, so we got lots of failures, for example TestEnvironmentVariables in https://buildkite.com/ddev/ddev-macos-amd64-mutagen/builds/4489#0188ef4b-872a-4bc7-a6b0-cbddbc269697

How This PR Solves The Issue

  • Add the logic back in there
  • Fix docs in global config comments and also the docs themselves, which were inaccurate.

Manual Testing Instructions

  • Look around for global_config.yaml that has internet_detection_timeout_ms: 0 - if that is happening somewhere we have another bug.
  • Set internet_detection_timeout_ms to 0 in global_config.yaml and then do ddev config global - it should show 3000.

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@rfay rfay requested review from a team as code owners June 25, 2023 00:11
@github-actions
Copy link

@rfay rfay merged commit 8cf3aec into ddev:master Jun 25, 2023
15 of 17 checks passed
@rfay rfay deleted the 20230624_verify_internet_detection_value branch June 25, 2023 02:46
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.

None yet

1 participant