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 that TestConfigOverrideDetection cleans up after itself, for #1270 #1303

Merged
merged 2 commits into from Nov 27, 2018

Conversation

rfay
Copy link
Member

@rfay rfay commented Nov 24, 2018

The Problem/Issue/Bug:

In #1270 (intermittent and annoying test failures) we note that TestConfigOverrideDetection regularly breaks itself and other things by not cleaning up its containers. The lack of cleanup was a result of a require, which when failing, missed the app.Down().

How this PR Solves The Problem:

Use a defer app.Down()

Manual Testing Instructions:

Not possible as far as I know.

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay added this to the v1.5.0 milestone Nov 24, 2018
@rfay rfay self-assigned this Nov 24, 2018
@rfay rfay changed the title Make sure that TestPkgConfigOverrideDetection cleans up after itself, for #1270 Make sure that TestConfigOverrideDetection cleans up after itself, for #1270 Nov 25, 2018
@rfay rfay merged commit ee2d24e into ddev:master Nov 27, 2018
@rfay rfay deleted the 20181124_fix_TestConfigOverrideDetection branch November 27, 2018 00:45
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

2 participants