Forum member
sheryl
18 posts
Posts by sheryl
-
Thread aborted error
Hi Remco - recently we had some changes to grid nodes. Though it was a clone of the current grid node (where the tests passed), in the new grid node, some tests fail with "Thread aborted" error. I tried increasing the Default timeout value, but didn't help. Max number of processing thread and ma…
24 Aug 2017 12:28 UTC
-
Re-running failed tests via NCrunch grid and TeamCity
Hi Remco - if the rerun logic uses NCrunch cache file, in our case, we have multiple test suites (belonging to the same solution) triggered from the same CI server (Jenkins) around the same time. In this case how will it identify the failed test cases that belongs to a particular run? for e.g: s…
02 Sep 2016 16:37 UTC
-
nCrunch.Core.Grid.Connectivity error
HI Remco- we at times get NCrunch connectivity error during execution of a test suite. [b]After sometime, it gets reconnected and continues with the execution[/b]. Looking at the stack trace, what could be the possible reason for this issue: 1. [07:59:57.9585-?-254] [h][b]Ceasing to send message…
18 Aug 2016 16:51 UTC
-
Troubleshoot intermittent failures
Hi Remco- I am in the process of troubleshooting intermittent failures. We are currently using NCrunch v2.24.0.2. Don't see the build issues anymore. When tests are executed in distributed mode (non parallel) in different test nodes, sometimes the Pages load different or are slower compared t…
11 Aug 2016 22:33 UTC
-
NCrunch Build error
Thanks Remco. You were right! The Resource file did have some duplicate files, which when removed, gave a successful NCrunch build. The grid node doesn't connect yet. Looking into that and will keep you posted.
29 Jul 2016 13:49 UTC
-
NCrunch Build error
Thanks Remco for the quick response. The project was building correctly with NCrunch v2.23. It started failing only after I got it updated to NCrunch v2.24. Also, the grid node failure of: 15:48:18.8064-NodeProcessor-14] ERROR (Internal): System.Exception: An exception was thrown in the remote …
29 Jul 2016 00:17 UTC
-
NCrunch Build error
HI Remco- on updating NCrunch version from v2.23.0.2 to v2.24.02 (trial version), the nodes are connecting but get the following error: NCrunch distributed Processing: System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has be…
28 Jul 2016 22:51 UTC
-
Runs distribution among NCrunch grid nodes
Hi Remco- thank you for the support and suggestions for optimizing the execution time. We got the latest version of NCrunch and ensured the cache file is saved in CI server, which resulted batching of the test cases appropriately.
09 May 2016 20:14 UTC
-
Runs distribution among NCrunch grid nodes
Thanks Remco.
24 Mar 2016 04:55 UTC
-
Runs distribution among NCrunch grid nodes
Hi Remco - thank you for the detailed reply. Just to confirm I understood it correct, the issue is , say we have 8 build Sanity test cases. Though there are 4 test grid nodes, only 1 of them picks up all the 8 test cases and runs it sequentially. This is resulting in Test execution time of around…
21 Mar 2016 17:45 UTC
-
Runs distribution among NCrunch grid nodes
Hi Remco- our current set up has 4 NCrunch grid nodes. But when a test is triggered, noticed that, though NCrunch created snapshots in all 4 grid nodes, AT A TIME, it executes the tests in only 2 grid nodes- this can be any grid nodes and changes for each run or as available. For e.g: If I have …
19 Mar 2016 16:34 UTC
-
Issue connecting to SQL in NCrunch test nodes
Awesome! that worked. Thanks Remco.
14 Mar 2016 17:18 UTC
-
Issue connecting to SQL in NCrunch test nodes
Hi Remco- We have Automated test cases run in distributed mode in different NCrunch grid nodes. But when it comes connecting to SQL , get login failed error, though the user has access to data base. On troubleshooting , realized that NCrunch runs the tests in Grid nodes under user: NT AUTHORITY\SYST…
11 Mar 2016 22:43 UTC
-
TestResultsInNUnitFormat.xml- the path to the file during execution
Hi - when tests are run using NCrunch, executed in different test grid nodes, the results are captured in 'TestResultsInNUnitFormat.xml' file that is displayed in CI server's workspace. The results are displayed as expected, but for testcases with preconditions, that are grouped , the results of i…
20 Jan 2016 15:06 UTC
-
Concurrent execution of Tests from Build server
Thank you for the suggestion on using the different NCrunch configuration file for each run. This will be very helpful in controlling the distribution of test runs across grid nodes.
01 Nov 2015 23:27 UTC
-
Concurrent execution of Tests from Build server
Thank you Remco for the quick response. To your question "I'm curious as to why you're taking the approach of introducing your own concurrency at a higher level above NCrunch. " We are in the process of setting up continuous deployment, that would build, deploy and run automation jobs. The build-…
01 Nov 2015 23:24 UTC
-
Concurrent execution of Tests from Build server
Hi Remco - We currently have our Automation tests running from Jenkins using NCrunch console tool. Need help in figuring out how to configure concurrent test runs. Requirement: In Build server, I will have 2 different jobs set up to run 2 different test suite ( pulled from the same solutio…
31 Oct 2015 00:21 UTC
-
Parallel Execution of Testcases
Currently as part of CI, Jenkins triggers a build and runs the NUnit testcases. For Parallel execution of the test cases and code coverage metrics we are looking at NCrunch. 1. Using NCrunch Grid, is it possible to trigger parallel execution of testcases via Jenkins? 2. How is NCrunch different…
15 May 2015 16:03 UTC