PMCCommand icon indicating copy to clipboard operation
PMCCommand copied to clipboard

Random locking when running via jenkins

Open benwtrent opened this issue 7 years ago • 1 comments

Sometimes, the execution will simply hang in Jenkins(or any remote execution environment) if numerous solutions are handled in a row. This may be due to the current locking logic.

It may be better to have unique values for each action that the main thread spins on until ready for that step.

Will investigate further.

benwtrent avatar Aug 12 '17 02:08 benwtrent

The locking problem has been fixed with the change to a statemachine format: https://github.com/Computician/PMCCommand/commit/ec7a91aff182ab56d7bcffc0ef6afea203a7a4c5

However, still in Jenkins, certain projects/solutions never open, even though the command is sent to the process.

benwtrent avatar Aug 15 '17 15:08 benwtrent