John654321
7 years agoOccasional Contributor
Check whether existing batch running
Scenario 1
1) user runs testrunner.bat using command line. It takes 5 hours for the testing to complete
2) task scheduler starts a new instance of testrunner.bat
will testrunner.bat crash? Will it continue to run the user’s testrunner or will it cancel user’s run?
scenario 2
1) userA runs testrunner.bat
2) userB runs another testrunner.bat on the same machine
what will happen?
i can’t take the risk of the testing the above scenarios on the server.