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

Add a Different TestTerminatedState when Aborted in START or READY State #518

Open
VincenzoFerme opened this issue Aug 8, 2017 · 1 comment

Comments

@VincenzoFerme
Copy link
Member

We currently have:

testModelDAO.setTestState(testID, BenchFlowTestState.TERMINATED);
testModelDAO.setTestTerminatedState(testID, TestTerminatedState.PARTIALLY_COMPLETE);

for all che case in the cancelTask method. We should define a different TestTerminatedState when the termination happens in the START and READY state because the test has not been started, so cannot be PARTIALLY_COMPLETE. (see also #474 (comment))

@VincenzoFerme
Copy link
Member Author

Remember last completed executed state for restarting after abort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant