I assume there's a way to run Endless Churn while logged out of my computer. How do you do this?
Remco NCrunch Developer
#12169
09 May 2018 20:50 UTC
Hi, thanks for posting.
At the moment, I can't think of a way that this could be possible. Churn Mode exists as a UI-based feature (i.e. requires the NCrunch VS Plugin to work). It don't think it's really possible to leave VS running while you are logged out of the machine.
Why do you need this? Do you have restricted login periods at your site?
At the moment, I can't think of a way that this could be possible. Churn Mode exists as a UI-based feature (i.e. requires the NCrunch VS Plugin to work). It don't think it's really possible to leave VS running while you are logged out of the machine.
Why do you need this? Do you have restricted login periods at your site?
Yes, we must be logged out of our computers when we leave the desk. Churning like this would be useful to run exploratory testing or integration tests overnight.
Edited 09 May 2018 20:53 UTC
With the distributed processing that available, NCrunch can copy over the source code to a remote machine, run the tests, and report the results. Why wouldn't it be possible to the last copy of the tests via a NCrunch service on the local machine after VS has closed, and run the tests in churn mode until VS is started back up? Once VS is started you could look at the results of the endless churn from the NCrunch service.
Edited 09 May 2018 21:05 UTC
Remco NCrunch Developer
#12172
09 May 2018 23:22 UTC
Right now all the critical state for your NCrunch session is stored on the client machine. The remote server is essentially a slave - it holds only the data it needs to be able to perform work and return results. The actual processing queue and all the coordination happens on the client side. So this wouldn't be possible without some major rearchitecture.
What options do you have for locking your workstation instead of signing out? Locking the workstation would allow tasks to continue to run in the background, while still giving much of the security benefits of being signed out of the machine.
What options do you have for locking your workstation instead of signing out? Locking the workstation would allow tasks to continue to run in the background, while still giving much of the security benefits of being signed out of the machine.
I didn't know applications still ran in the background while locked. This should work!
Post a reply
Log in to reply.