Forum member
Phonesis
32 posts
Posts by Phonesis
-
Re-running failed tests via NCrunch grid and TeamCity
[quote=Remco;8696][quote=Phonesis;8693] We do get the HTML report still. It just shows all tests as Not Run. None are flagged as having failed. It usually does work though. Does sound like it's failing to find the cache file for some reason. [/quote] My suspicion is that something might be wrong…
28 Apr 2016 14:00 UTC
-
Re-running failed tests via NCrunch grid and TeamCity
[quote=Remco;8684][quote=Phonesis;8681] Just seems to often fail to pick up the failures and completes without running anything. Any ideas what might cause this? [/quote] The only reason I could think of behind this being intermittent would be if NCrunch wasn't able to load from the cache file, …
28 Apr 2016 09:26 UTC
-
Re-running failed tests via NCrunch grid and TeamCity
[quote=Remco;8612]Your understanding is correct - the IsFailing flag should be the only one you need. I've just done some testing on my side with the same scenario, as I personally haven't tested these features used together in quite the same way as you're running them right now. The engine func…
27 Apr 2016 11:30 UTC
-
Possible bug with XML results output
[quote=Remco;8642]A fix for this issue is now available in v2.21, released today - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url][/quote] Great work Remco. Thanks very much.
22 Apr 2016 09:40 UTC
-
Possible bug with XML results output
Great! Thanks Remco
20 Apr 2016 14:25 UTC
-
Aborted tests leaving behind running selenium processes
We are using NCrunch to run hundreds of Selenium based web UI tests. We use Chromedriver to run these. Many of the tests are timing out and as a result NCrunch is aborting them forcefully. This is fine as we want timeouts to be enforced. However, the problem is that it looks like the instances…
20 Apr 2016 14:13 UTC
-
Possible bug with XML results output
Thanks for looking into this. I don't suppose you have any idea on when a fix might be out? Also, will it come in the form of an update to the NCrunch.exe console tool? We query TeamCity via a REST request once the run completes and get the RawResults.xml contents to then determine what tests ha…
20 Apr 2016 10:49 UTC
-
Possible bug with XML results output
[quote=Remco;8621]Interesting, thanks for letting me know about this one. I'll make a note to get it fixed.[/quote] Looks like it's treating it as an end of line character. The chrome error returned is: error on line 1789 at column 33: Input is not proper UTF-8, indicate encoding ! Bytes: …
19 Apr 2016 11:21 UTC
-
Possible bug with XML results output
This is pretty obscure but came across it last night during a test run. Some tests were timing out (exceeding the NCrunch timeout limit which I set for 5 mins) As a result of this, the NCrunch NUnit XML report and RawResults XML reports seem to be broken due to the following lines being within t…
19 Apr 2016 08:29 UTC
-
Re-running failed tests via NCrunch grid and TeamCity
[quote=Remco;8607][quote=Phonesis;8606] The modes are defined in the .ncrunchsolution file. They only exist in this file - there's no need to place them in your global config. Normally, the .ncrunchsolution file should be checked into your VCS, so it should be present on the CI server. The gri…
16 Apr 2016 11:29 UTC
-
Re-running failed tests via NCrunch grid and TeamCity
[quote=Remco;8597]Hi, thanks for posting. Most likely this is caused by a lack of cached test results on the TeamCity controller. When NCrunch shuts down or completes a run of the console tool, it will store all results (including code coverage and timing information) inside a .cache file unde…
15 Apr 2016 08:49 UTC
-
Re-running failed tests via NCrunch grid and TeamCity
Hi, I haven't been able to find any documentation on how to do this (if it's even possible). We have an NCrunch grid set up with 3 grid machines in TeamCity. A 4th machine acts as the controller and get's called by TeamCity with a build step passing in the NCrunch.exe command to run all of the…
14 Apr 2016 13:54 UTC