Describe the bug
On starting a process with the sdk through docker on windows for the 2nd time will cause a few issues.
- The older session will not be deleted.
- DirectInvoke will work, but no candidates will be seen.
To recreate -
-
Start an application with sdk on windows through docker.
-
Stop process and DO NOT delete sessions manually.
-
Start the process again/start another process. New candidates from your current session will not show up.
-
This can be observed easily in the frequency logging UI test in the test branch on UI testrun.
Reproduction steps
- Start
unlogged-spring-maven-demo on windows with docker (ui-test-clean)
- Stop process, don't delete sessions. Remove containers, images and volumes.
- Start the process through docker again, no new candidates show up.
...
Alternative
- Run UI tests on Windows
Expected behavior
For the older session to be deleted and candidates from only the current session to be seen.
Additional context
No response
Describe the bug
On starting a process with the sdk through docker on windows for the 2nd time will cause a few issues.
To recreate -
Start an application with sdk on windows through docker.
Stop process and DO NOT delete sessions manually.
Start the process again/start another process. New candidates from your current session will not show up.
This can be observed easily in the frequency logging UI test in the
testbranch on UI testrun.Reproduction steps
unlogged-spring-maven-demoon windows with docker (ui-test-clean)...
Alternative
Expected behavior
For the older session to be deleted and candidates from only the current session to be seen.
Additional context
No response