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

test: Attempt to debug TestProcessHooks intermittent failures, fixes #6313 #6314

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

rfay
Copy link
Member

@rfay rfay commented Jun 13, 2024

The Issue

This has just failed so commonly it's worth figuring out

How This PR Solves The Issue

Perhaps the app.Stop() at end of the for loop is relevant. app.Stop() really isn't designed for repetitive use like it would otherwise be used here.

Manual Testing Instructions

Automated Testing Overview

Release/Deployment Notes

Copy link

github-actions bot commented Jun 13, 2024

@rfay rfay force-pushed the 20240613_rfay_debug_TestProcessHooks branch from d8ac7f9 to 69c9c59 Compare June 24, 2024 23:18
@rfay rfay changed the title test: Attempt to debug TestProcessHooks intermittent failures, for #6313 test: Attempt to debug TestProcessHooks intermittent failures, fixes #6313 Jun 25, 2024
@rfay rfay marked this pull request as ready for review June 25, 2024 03:14
@rfay rfay requested a review from a team as a code owner June 25, 2024 03:14
@rfay
Copy link
Member Author

rfay commented Jun 25, 2024

With the extra Stop() here it doesn't seem to fail.

@rfay rfay merged commit 1935960 into ddev:master Jun 25, 2024
24 checks passed
@rfay rfay deleted the 20240613_rfay_debug_TestProcessHooks branch June 25, 2024 13:50
rfay added a commit to ddev-test/ddev that referenced this pull request Jun 27, 2024
* docs: Warn about Codespaces (ddev#6321) [skip ci]

Co-authored-by: Matthias Andrasch <[email protected]>

* docs: Improve ddev debug test by offering suggestions early [skip ci] (ddev#6323)

* feat: add support for MariaDB 11.4 LTS, fixes ddev#6061 (ddev#6243)

Co-authored-by: Stanislav Zhuk <[email protected]>

* docs: pacify textlint on mysql/https (ddev#6336) [skip ci]

* docs: revisit WSL Docker Desktop setup instructions (ddev#6330)

* fix: autodownload yarn from corepack, and set cache-folder, fixes ddev#6332 (ddev#6333)

* docs: windows-wsl2-dd needs apt install for ngrok (ddev#6341) [skip ci]

* build: check docker-compose 2.28.1 (ddev#6340) [skip ci]

* fix: use real path to global config location, fixes ddev#6328 (ddev#6329)

* test: stop running nightly tests [skip ci] (ddev#6347)

* test: Improve reliability of TestProcessHooks (intermittent failures), fixes ddev#6313 (ddev#6314)

* fix: Drupal 10 and Drupal 11 settings have migrated, set state_cache (ddev#6346) [skip ci]

Co-authored-by: Stanislav Zhuk <[email protected]>

* build: use IPv4 inside a container, mariadb-client 11.4 for the webserver (ddev#6334) [skip ci]

* fix: pass all valid options to nested commands in `ddev composer create`, fixes ddev#6300, fixes ddev#6246, for ddev#5058 (ddev#6303)

Co-authored-by: Randy Fay <[email protected]>
Co-authored-by: Ralf Koller <[email protected]>

* docs: fix up textlint complaints

* Turn off defaultTerms

* Use exclude properly with textlint for VS Code

* update for additional textlint complaints

* remove redundant empty exclude section

* Try to get textlint/reviewdog to report

---------

Co-authored-by: Matthias Andrasch <[email protected]>
Co-authored-by: hussainweb <[email protected]>
Co-authored-by: Stanislav Zhuk <[email protected]>
Co-authored-by: Ralf Koller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant