Forum member

KabanaSoft

7 posts

Posts by KabanaSoft

  1. Using NCrunch to Run Automated Unit Tests on Server VM

    @Remco - Thanks for the response and suggestions, i figured that this was the case. I think i'm just going to go the route of implementing my own periodic unit testing service and bypass NCrunch, it really shouldn't be too difficult to define the tests to be run and have them run periodically wi…

  2. Using NCrunch to Run Automated Unit Tests on Server VM

    Hello, I have been using nCrunch for over 2 years now and like the unit testing approach for running tests locally on my machine during development. I am currently looking for a solution for running unit tests automatically on a periodic basis on a VM in my server environment, and wanted to kn…

  3. Limit Disk Space Usage When Using RAM Disk for Workspace Path

    Ok, i think i found it. I see it listed as 'Max number of test runner processes to pool' I already had this set to 1, so ill see if reducing the other setting to 4 helps, if not, ill move to a regular disk. Does the 'Terminate test runner tasks when all test execution is complete' have any ef…

  4. Limit Disk Space Usage When Using RAM Disk for Workspace Path

    Hi Remco, Thanks for the response, i figured that this was as such and there wasn't a way to limit the disk usage. I have lowered my 'Max number of processing threads' from 8 to 4. However, i cannot find the 'Process pool size' setting anywhere under the config. Did you mean the 'Test proce…

  5. Limit Disk Space Usage When Using RAM Disk for Workspace Path

    Hello, I have setup a RAM disk with 2GB of space allocated, and have set my workspace base path to a path on the RAM disk per the instructions here: http://www.ncrunch.net/documentation/reference_global-configuration_workspace-base-path For reference, we have alot of projects and unit tests…

  6. Force NCrunch to Output to Standard Console

    Any update on support for this? Basically i just need to be able to see the Console.WriteLine output in real time ONLY when i'm debugging my unit tests. Obviously i wouldn't need to see this in the regular output window for unit tests that are running automatically in the background. Would gre…

  7. Force NCrunch to Output to Standard Console

    Hello, I was wondering if there is a way to force console output to appear in the regular 'Output' window rather than having to click the test itself and see the output. This would be extremely useful so i view my Console.WriteLine output in real time in the Output window rather than having to…