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

fix(core): fix to dependency logic in dev command #1634

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Feb 21, 2020

What this PR does / why we need it:

Before this fix, if a service was deployed with hot reloading via the dev command, and a test spec had a runtime dependency on that service, the service would initially be deployed without hot reloading enabled.

This would result in subsequent hot reloads for that service failing.

Also added a test case checking for this behavior.

Before this fix, if a service was deployed with hot reloading via the
dev command, and a test spec had a runtime dependency on that service,
the service would initially be deployed without hot reloading enabled.

This would result in subsequent hot reloads for that service failing.

Also added a test case checking for this behavior.
@thsig thsig requested review from edvald and removed request for edvald February 21, 2020 14:29
@thsig thsig merged commit ef20e92 into master Feb 21, 2020
@thsig thsig deleted the fix-hot-reload-test-deps-in-dev-command branch February 21, 2020 14:48
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