Peter Ivanov

- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Peter Ivanov created a post, Issues with “Magic Constant” Inspection in Teamcity run
Hi, An issue was encountered after upgrading Teamcity to 8.0.3, which bundles Idea 12. The inspection in queston (described here: http://blog.jetbrains.com/idea/2012/02/new-magic-constant-inspectio... -
Peter Ivanov created a post, IntelliJ IDEA Project build - a classpath issue in JUnit runner
Hi,We have a following issue while migrating from an obsolete Ipr (tests) runner to a new one.The run configuration in question is a JUnit test runner that runs a bunch of tests, say, in one packag... -
Peter Ivanov created a post, Method *** is too complex to analyze by data flow algorithm
Hi,Our ipr code inspection builder started to show this type of error on some agents. This fail seems random and has no clear WTR. Moreover, several times error was reported on trivial methons like... -
Peter Ivanov created a post, Phantom java inspections
Hi,Our inspections ipr build started to behave odd. It always shows some 4 inspections, that does not appear in inspection details. All the other inspections (n) are displayed correctly, and the di... -
Peter Ivanov created a post, No buffer space available (maximum connections reached)
Hi,jetbrains.buildServer.vcs.VcsException: java.lang.RuntimeException: Cannot request dated revision from svn: svn: No buffer space available (maximum >connections reached?): connect>jetbrains.buil... -
Peter Ivanov created a post, Cleanup issue
Hi, I have a bit of a problem with build cleanup. One of my builds produces a huge (~1 Gb) artifact, and I set up the cleanup policy so that all history of that build is deleted for builds that are... -
Peter Ivanov created a post, Is it possible to set "clean checkout" flag independently for VCS roots?
Say, if I have a build with 5 VCS roots, and I want to make a clean checkout of 2 of them before each build. And it is expensive to make global checkout, because other 3 roots are quite massive. -
Peter Ivanov commented, -
Peter Ivanov created a post, Triggering build an every suitable agent - is it possible?
Hello, There is a build, that we want to run on every suitable agent when triggered. To make a builder for each agent is not much of an option, as it is not scalable and inconvenient. -