On 4 April 2013 05:15, Alex Huang <alex.hu...@citrix.com> wrote:
> Prasanna,
>
> This is actually a very interesting case.  In our check-in test, is there any 
> way for us to disable db access when running the unit tests?  I can see that 
> this would be one of the things that the developer can easily forget but hits 
> on the build server and breaks the Jenkins build often.
>
> Thanks.
>
> --Alex
>
That will be hard to do since the checkin test requires the DB to be
present as it starts up the server and sets-up the databases. We'd
have to turn it off for the build and turn it back on again for the
bvt. Best if we avoid doing -DskipTests when building as a general
good rule.

Reply via email to