-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failed plan crashes the project #169
Comments
Refreshing this issue by providing the error logged when trying the GET the plan when a error previously occured:
Previous relevant logs:
@kmehant is this issue in the roadmap somewhere? |
@HarikrishnanBalagopal Any thoughts on what is happening here? Is it a quick fix? |
@gabriel-farache Hi, I was trying to reproduce the issue. I was able to run the Move2Kube CLI in the terminal and get the errors that you gave. However I am not able to reproduce the issue using Move2Kube UI or the API directly. Currently there is no support for remote source URLs in the API. Can you please provide more details on the steps to reproduce the issue, especially step 2?
Update: |
@gabriel-farache PTAL konveyor/move2kube-api#170 Before
After
|
@gabriel-farache We have made a new release with the fix https://github.com/konveyor/move2kube-api/releases/tag/v0.3.14 |
@HarikrishnanBalagopal Thank you! It works like a charm, now I can reuse the project even if there was an error on it previously |
Describe the bug
When the plan command fails, the project crashes and no action can be performed on it
To Reproduce
Steps to reproduce the behavior:
Command executed should be similar to
plan --name a --plan-progress-port 32881 --log-file m2kcli.log --source git+ssh://bitbucket.com/gfarache31/m2k-test@master --disable-local-execution
Expected behavior
The project should remain available: we should be able to start new plan if a previous one failed and we should be able to delete the project as well
Screenshots
The project cannot be deleted but the plan failed (the ID of this screenshot and the previous trace does not match because I have too many projects)
Desktop (please complete the following information):
Additional context
Related to konveyor/move2kube-api#159
The text was updated successfully, but these errors were encountered: