thx guys for your comments..
yes we have integration tests included in the build.
I have tried running them parallel but the tests are not atomic so are not
working as expected.
we have some DB call where we are using thread sleep,is there anything by
which this can be improved
Also we have any best practices for maven builds.

Thanks and Regards
Hanmayya

On Mon, Sep 17, 2012 at 6:48 PM, John Kramer <jkra...@mojiva.com> wrote:

> I understand your point, and agree that I might be nice to have a bit more
> of a standard place for integration tests.  However, one point that should
> be mentioned is that there are frequently multiple levels of integration
> tests (in container, out of container, ui, etc).  Thus it might not be so
> simple to just have one spot for integration tests.
>
> John Kramer
> email: jkra...@mojiva.com
> mobile: 314.435.2370
> skype: kramer.mojiva
> twitter: @KramerKnowsTech <https://twitter.com/KramerKnowsTech>
> 0xCAFEBABE00000032
>
>
>
>
>
>
>
> On 9/17/12 9:05 AM, "Clebert Suconic" <clebert.suco...@gmail.com> wrote:
>
> >That's one thing I always thought that maven should have an explicit
> >spot for integration tests. We also had to create a separate profile.
> >Having them into a more standard place would make it cleaner IMO.
> >
> >That's a feature request I know. But does it make sense?
> >
> >Sent from my iPhone
> >
> >On Sep 17, 2012, at 5:39 AM, Barrie Treloar <baerr...@gmail.com> wrote:
> >
> >> On Mon, Sep 17, 2012 at 5:26 PM, Kristian Rosenvold
> >> <kristian.rosenv...@gmail.com> wrote:
> >>> You should probably be looking into parallelizing your tests :) .
> >>
> >> Or looking at what your tests are doing.
> >> 32 minutes sounds like you are doing integration type testing and not
> >> unit tests.
> >>
> >> Pull the integration tests into their own module, which you include
> >> via a profile (e.g. "its"), and get your continuous integration server
> >> to run them for you.
> >> The developers can then forget about them until they get emailed about
> >> broken builds.
> >>
> >> If they really want to run them, they can just include them via -Pits
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >For additional commands, e-mail: users-h...@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Thanks and Regards
Hanmayya Udgiri

Reply via email to