Forum member

sheryl

18 posts

Posts by sheryl

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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.

  6. 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 …

  7. 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…

  8. 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.

  9. Runs distribution among NCrunch grid nodes

    Thanks Remco.

  10. 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…

  11. 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 …

  12. Issue connecting to SQL in NCrunch test nodes

    Awesome! that worked. Thanks Remco.

  13. 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…

  14. 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…

  15. 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.

  16. 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-…

  17. 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…

  18. 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…