Wayne Bradney
- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created Statistics page missing Build Duration and Code Coverage
I just noticed that while my builds have been running just fine, and I've been seeing code coverage numberson both the Overview and Code Coverage pages, on the Statistics page the charts for Code C... -
Created NUnitLauncher fails to fire (occasionally)
Occasionally (maybe one build in five), while our continuous build passes compile stage just fine, the unit test assemblies will fail the build. They aren't running at all, and the log says: [11:50... -
Created AccessViolation running NUnit tests
I'm running the NHibernate 2.1.2GA test suite in TeamCity (NHibernate.Test), and for six tests specifically, I get the same failure consistently (see below for the traces). When I run the tests in ... -
Created How do I set the VCS timeout period, or set a schedule for build activity?
We have a Perforce SCM server that is taken down daily for about four hours for "routine maintenance". Unfortunately, a build for us often starts about an hour before the repository is taken down, ... -
Created MSTest results don't include the message, just the stacktrace
Even though the trx file includes a descriptive <message> in regarding each test failure, it doesn't appear on the TC log pages -- only the <stacktrace> appears. Is there a reason for this? -
Created File activation in VS2008 plugin not working
Is there some trick to this that I'm missing? I'm able to login to TC from the plugin just fine, but neither changes nor test results are activating in the IDE when I click the appropriate links in... -
Created Publish artifact from buildTmp?
I have a sln2008 configuration that runs tests with MSTest. The resulting .trx file is a cryptic temp file in buildTmp. How do I publish that as an artifact of the build?Things I've tried:1. Specif... -
Created MSBuild logging level
When I run an MSBuild from teamcity with the /verbosity:detailed or /verbosity:diagnostic switch, I still only get a "normal" level of logging. Is this to be expected? Is there a TC setting I can c... -
Created Queuing multiple builds for a configuration -- can this be suppressed?
Today I noticed that one of my configurations had two builds queued, the second of which (when it started) was immediately flagged as outdated. Is there a way to enforce that TC can never queue mul... -
Created Complex dependencies - Is this scenario even possible?
It's complicated. Here's the picture:I have a build numbering scheme thus: Major#.Minor#.Build#.Revision#. The current, official build number is stored in a text file in source control's mainline. ...