-
Notifications
You must be signed in to change notification settings - Fork 99
Prevent parallel testplan executions on same runpath. #1246
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
Conversation
|
can you add a functional testcase for this feature? |
Pyifan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi petoa, as we discussed offline, 1) let's add a new feature to avoid runpath conflict by adding and checking pid when regular testplan starts 2) the logic for remote testplan runpath shall probably in RemoteTestplan class rather than RemoteResouce because it is base class to many other classes 3) please add test and news frag
Bug / Requirement Description
Clearly and concisely describe the problem.
Solution description
Describe your code changes in detail for reviewers.
Checklist: