Use devstats.PID.json as devstate#6713
Use devstats.PID.json as devstate#6713openshift-merge-robot merged 13 commits intoredhat-developer:mainfrom
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
af7ea5f to
0008627
Compare
e9f8d68 to
2dc707b
Compare
|
Thanks @rm3l for your review |
|
Investigating this error: On Windows, it seems that the second process detects correctly that a first process exists.
|
202db74 to
218b982
Compare
|
@feloy Can you rebase your branch onto |
Co-authored-by: Armel Soro <armel@rm3l.org>
218b982 to
0877169
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
/override windows-integration-test/Windows-test |
|
@feloy: Overrode contexts on behalf of feloy: windows-integration-test/Windows-test DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |








What type of PR is this:
/kind feature
What does this PR do / why we need it:
State of
odo devif now saved in a file.odo/devstate.${PID}.json, to be able to run multiple instances and state for each of them.For compatibility, the file
.odo/devstate.jsonis also used for the first instance ofodo dev.One drawback is that if an instance of
odo devis killed, thedevstate.jsonfile won't be overwritten. One possibility would be to delete it when runningodo delete componentand the process with registered PID into devstate.json is not existing.Which issue(s) this PR fixes:
Fixes #6494
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: