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

Hook to recycle application before test begins #55

Open
aguibert opened this issue Sep 14, 2019 · 0 comments
Open

Hook to recycle application before test begins #55

aguibert opened this issue Sep 14, 2019 · 0 comments
Assignees
Labels
is:enhancement New feature or request

Comments

@aguibert
Copy link
Member

Sometimes an app may be written assuming that it will outlive the lifecycle of its external resources, for example an app may assume a DB will already exist, and it may not be able to cope with a DB restarting during its activation.

To resolve this, we should recycle applications (if supported by the runtimes) in hollow mode so that each test run starts with a fresh application state.

@aguibert aguibert added the is:enhancement New feature or request label Sep 14, 2019
@aguibert aguibert self-assigned this Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant