Forum member
DanHil
85 posts
Posts by DanHil
-
Test fails without error message
Yes, it was always the same test. Manually running it in the tests window didn't help. Nothing about this test is unique, it is very ordinary and similar tests worked without problems. The test now started working again - I think after I unlocked the files and did a rebuild all in VS and a reset…
19 Nov 2012 20:24 UTC
-
Test fails without error message
No, unfortunately, there was no error message. I checked.
19 Nov 2012 20:07 UTC
-
Projects won't build
Remco, do you need any additional info on this latest problem? It is still occurring frequently.
19 Nov 2012 11:05 UTC
-
Test fails without error message
I have a test that fails without producing an error message. The execution time always is exactly one second. Doing a complete rebuild in VS showed that some files were in use. However NCrunch didn't report any build error.
19 Nov 2012 11:01 UTC
-
Projects won't build
That last problem I reported is occurring quite frequently. It is not always the same directory that is missing, right now it is 32, before it was 82. But it is always the xunit.dll that NCrunch expects to find in that folder. After some time (5-10 Minutes maybe) the error solves itself and the p…
15 Nov 2012 11:12 UTC
-
Projects won't build
Remco, I am sorry to say that, but I have another one. One of the unit test projects refuses to build. I had this yesterday already several times. I get the following error in the processing queue: [quote] [08:53:59.8725-BuildTask-131] ERROR (Internal): System.IO.DirectoryNotFoundException: Co…
15 Nov 2012 08:01 UTC
-
Execution error in integration test using Oracle
[quote=Remco;3178]It sounds as though this problem may stretch a little further than the NCrunch test environment :)[/quote] Agreed! :-) Unfortunatelly, that's nothing I can change. Thanks for the creative ideas on how to go about "fixing" this problem.
15 Nov 2012 07:51 UTC
-
Projects won't build
I understand. I am sorry but I can't offer reproduction steps currently.
15 Nov 2012 07:48 UTC
-
Execution error in integration test using Oracle
I can understand that you are reluctant to introduce such a breaking change. To be honest, it wouldn't even solve my problem as other team members have installed the x86 Oracle client even on 64 bit machines. That's why I suggested an option to configure what AutoDetect means. Currently I can a…
15 Nov 2012 06:35 UTC
-
Projects won't build
Naturally in the "foreground" solution AKA Visual Studio. I am not sure which of the two following approaches I used: 1. (More likely) a. Put cursor on class name b. Hit Ctrl R + R to bring up ReSharpers Rename refactor dialog c. Entered the new name d. File gets automatically renamed along …
15 Nov 2012 06:30 UTC
-
Projects won't build
There is nothing in my build that changes source files. I manually renamed that file. It was first named DisposeTestDataAttribute.cs and I renamed it to DisposeAutoTestDataAttribute.cs. And that rename was what I meant, when I said "Before that error occurred NCrunch was showing errors in the uni…
14 Nov 2012 20:57 UTC
-
Execution error in integration test using Oracle
Changing the test project to x64 would be a very bad idea as the tests would be broken for all developers still running on x86 - which are quite a few in my current project. Would it be an idea to introduce an option how Auto Detect works?
14 Nov 2012 20:05 UTC
-
Projects won't build
I uploaded a bug report regarding the File In Use problem: https://rapidshare.com/files/3068266376/Report_FileInUse.zip Before that error occurred NCrunch was showing errors in the unit tests that already had been fixed. They didn't disappear when I right clicked the project and chose "Rebuild se…
14 Nov 2012 16:12 UTC
-
Stalled Engine
I just found out that it was actually one of my integration tests that was hanging because of a database lock that has not been released by a previous test. It would be nice to have a fifth icon in the toolbar for "Show executing tests". And maybe a way to cancel a specific test. BTW: It seem…
14 Nov 2012 14:55 UTC
-
Stalled Engine
Hi Remco, in the past 15 minutes the NCrunch engine stalled two times. There were several processes in the processing queue with status "Processing". However, they never finished. I waited over five minutes both times. Those tests normally finished in seconds. I uploaded two bug reports for y…
14 Nov 2012 14:33 UTC
-
Execution error in integration test using Oracle
Wow. So, we figured it out. The problem was that on my machine only a x64 Oracle client is installed. The integration test project however referenced a x86 Oracle.DataAccess.dll that belongs to the project being developed. The test project is configured as Any CPU, so NCrunch runs it as a x86 p…
14 Nov 2012 12:14 UTC
-
Execution error in integration test using Oracle
Thanks for the hints. Unfortunately, none of the hints helped. I am trying to get an Oracle expert to tell my in what circumstances this error happens. Maybe we can solve the problem this way.
14 Nov 2012 10:29 UTC
-
Projects won't build
I will try to reproduce the issue with the static analysis later today on a different machine. If I can reproduce it, you should be able to reproduce it too, as I am testing it with an open-source project: https://github.com/ploeh/Hyprlinkr
14 Nov 2012 10:28 UTC
-
Execution error in integration test using Oracle
With the many changes to the project and project structure performed by NCrunch, it is rather hard to tell if something is different. However, there were no obvious files missing, apart from app.config which was missing in bin\Debug. But there is nothing related to Oracle in that app.config, just…
14 Nov 2012 09:31 UTC
-
Projects won't build
About the issue with static analysis: Please find it here: http://rapidshare.com/files/3445201435/Report.zip About file copying: [list=1] [*]It happened twice since I started using NCrunch a few days ago. I don't see any pattern so far. [*]There are no custom build steps [*]No [*]No, not tha…
14 Nov 2012 09:21 UTC