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

failsafeUndeployment is unhelpful when using dropins #53

Open
Azquelt opened this issue Apr 23, 2019 · 0 comments
Open

failsafeUndeployment is unhelpful when using dropins #53

Azquelt opened this issue Apr 23, 2019 · 0 comments

Comments

@Azquelt
Copy link
Member

Azquelt commented Apr 23, 2019

Issue Overview

When using failsafeUndeployment, if the container is unable to delete the app archive, it doesn't raise an exception and marks the file for deletion at the end of the test.

However, failing to delete the application archive results in the application not stopping, so the test fails saying "application did not stop" with no information about the underlying cause

Expected Behaviour

Either test should not fail, or the failure message should say that the application file could not be deleted.

Current Behaviour

Test fails because the application did not stop

Steps To Reproduce
  1. enable failsafeUndeployment with dropins
  2. use another process to lock application archive file while the test is running
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

No branches or pull requests

1 participant