-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[BUGFIX release] Ensure Engine Routes are deactivated before destruction #14237
Conversation
Awesome, thank you!
That would be great if you don't mind. If nothing more it helps us ensure that our tests document the regression, and help ensure we don't accidentally "remove that errant set in deactivate" in the future. |
7276893
to
d106a45
Compare
@rwjblue updated. A bit more clear as to what is being tested now 😄 |
Awesome! We should probably add some general purpose lifecycle ordering tests too at some point, but this is perfect to help track down the regression (and prevent it happening again in the future). |
☔ The latest upstream changes (presumably #14244) made this pull request unmergeable. Please resolve the merge conflicts. |
bb5fe60
to
dd95e05
Compare
@rwjblue updated with a fix. Tests passing except Sauce, which seems to have failed to connect properly. What should I tag this as? |
@trentmwillis - Yep, |
Tests are passing. Pushing the amended commit message. |
dd95e05
to
1c48f67
Compare
This has been cherry picked into beta and release branches. Please test those channels (once Travis has pushed the builds up) to confirm before final release... |
Makes tests fail to reproduce #14234.
Causes some existing tests to fail, though I can add a totally separate tests for this if needed.