Re: [Resteasy-users] Sloppy Pull Requests == Broken Builds

2013-10-24 Thread Bill Burke
I don't see this problem.  This is a Garbage Collector test, so it is 
possible that the CI build machine will have intermittent failures for 
this test.

On 10/24/2013 4:52 AM, Matthias Wessendorf wrote:
 did a rebase and the new build now failed here:

 Failed tests:   
 testConnectionCleanupErrorNoGC(org.jboss.resteasy.test.client.ApacheHttpClient4Test):
  expected:30 but was:20




 https://travis-ci.org/matzew/Resteasy/builds/12973751


 -M


 On Thu, Oct 24, 2013 at 10:25 AM, Anthony Whitford anth...@whitford.com
 mailto:anth...@whitford.com wrote:

 /Thumbs up!/

 The particular build problem (unable to download dependency) is
 resolved now as the invalid repository declaration has been fixed.

 Note that the pom.xml files don't mention a SNAPSHOT version, so
 running a build the way things are right now, every time it rebuilds
 version 3.0.5.Final...
 (Doesn't sound so /final/, does it?)  If 3.0.5 has been finalized,
 shouldn't the version be 3.0.6-SNAPSHOT now?




 On Oct 23, 2013, at 12:03 AM, Matthias Wessendorf mat...@apache.org
 mailto:mat...@apache.org wrote:

 Hi,

 if you like, here is a PR to enable travis based builds:

 https://github.com/resteasy/Resteasy/pull/400

 Pretty simple, as a start - can be improved

 -M


 On Wed, Oct 23, 2013 at 2:54 AM, Bill Burke bbu...@redhat.com
 mailto:bbu...@redhat.com wrote:

 Two PRs from two different contributors broke the build.
  Please do a
 full build before you commit!  Each person who has broken the
 build owes
 me 1 beer per minute I wasted cleaning up after your
 mess...sloppy,
 sloppy...

 I know we should have an integrated GIT/Jenkins CI build, but
 I just
 don't have time to set it up or maintain it.  Besides, its
 more fun to
 bully people into buying me beers.

 Bill

 --
 Bill Burke
 JBoss, a division of Red Hat
 http://bill.burkecentral.com http://bill.burkecentral.com/

 
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application
 performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more.
 Get the most from
 the latest Intel processors and coprocessors. See abstracts
 and register 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
 ___
 Resteasy-users mailing list
 Resteasy-users@lists.sourceforge.net
 mailto:Resteasy-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/resteasy-users




 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf
 
 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get
 the most from
 the latest Intel processors and coprocessors. See abstracts and
 register 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
 Resteasy-users mailing list
 Resteasy-users@lists.sourceforge.net
 mailto:Resteasy-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/resteasy-users




 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf


 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk



 ___
 Resteasy-users mailing list
 Resteasy-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/resteasy-users


-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk

Re: [Resteasy-users] Sloppy Pull Requests == Broken Builds

2013-10-24 Thread Matthias Wessendorf
On Thu, Oct 24, 2013 at 4:31 PM, Bill Burke bbu...@redhat.com wrote:

 There may be permgen/memory issues with the CI build too.  I thought I
 had cleaned this up a few weeks ago by upgrading the
 maven-compiler-plugin, but this seems to have regressed and builds are
 requiring gigabytes of ram to pass.  I haven't had time to track this
 down yet.


sure thing - IMO we can wait on merging this PR. I will rebase it on a
regular base, to see how it goes

-M




 On 10/24/2013 4:52 AM, Matthias Wessendorf wrote:
  did a rebase and the new build now failed here:
 
  Failed tests:
 testConnectionCleanupErrorNoGC(org.jboss.resteasy.test.client.ApacheHttpClient4Test):
 expected:30 but was:20
 
 
 
 
  https://travis-ci.org/matzew/Resteasy/builds/12973751
 
 
  -M
 
 
  On Thu, Oct 24, 2013 at 10:25 AM, Anthony Whitford anth...@whitford.com
  mailto:anth...@whitford.com wrote:
 
  /Thumbs up!/
 
  The particular build problem (unable to download dependency) is
  resolved now as the invalid repository declaration has been fixed.
 
  Note that the pom.xml files don't mention a SNAPSHOT version, so
  running a build the way things are right now, every time it rebuilds
  version 3.0.5.Final...
  (Doesn't sound so /final/, does it?)  If 3.0.5 has been finalized,
  shouldn't the version be 3.0.6-SNAPSHOT now?
 
 
 
 
  On Oct 23, 2013, at 12:03 AM, Matthias Wessendorf mat...@apache.org
  mailto:mat...@apache.org wrote:
 
  Hi,
 
  if you like, here is a PR to enable travis based builds:
 
  https://github.com/resteasy/Resteasy/pull/400
 
  Pretty simple, as a start - can be improved
 
  -M
 
 
  On Wed, Oct 23, 2013 at 2:54 AM, Bill Burke bbu...@redhat.com
  mailto:bbu...@redhat.com wrote:
 
  Two PRs from two different contributors broke the build.
   Please do a
  full build before you commit!  Each person who has broken the
  build owes
  me 1 beer per minute I wasted cleaning up after your
  mess...sloppy,
  sloppy...
 
  I know we should have an integrated GIT/Jenkins CI build, but
  I just
  don't have time to set it up or maintain it.  Besides, its
  more fun to
  bully people into buying me beers.
 
  Bill
 
  --
  Bill Burke
  JBoss, a division of Red Hat
  http://bill.burkecentral.com http://bill.burkecentral.com/
 
 
 --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application
  performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more.
  Get the most from
  the latest Intel processors and coprocessors. See abstracts
  and register 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
  ___
  Resteasy-users mailing list
  Resteasy-users@lists.sourceforge.net
  mailto:Resteasy-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/resteasy-users
 
 
 
 
  --
  Matthias Wessendorf
 
  blog: http://matthiaswessendorf.wordpress.com/
  sessions: http://www.slideshare.net/mwessendorf
  twitter: http://twitter.com/mwessendorf
 
 --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get
  the most from
  the latest Intel processors and coprocessors. See abstracts and
  register 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
  Resteasy-users mailing list
  Resteasy-users@lists.sourceforge.net
  mailto:Resteasy-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/resteasy-users
 
 
 
 
  --
  Matthias Wessendorf
 
  blog: http://matthiaswessendorf.wordpress.com/
  sessions: http://www.slideshare.net/mwessendorf
  twitter: http://twitter.com/mwessendorf
 
 
 
 --
  October Webinars: Code for Performance
  Free Intel webinars can help you accelerate application performance.
  Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
  the latest Intel processors and coprocessors. See abstracts and register
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
 
 
 
  ___
  Resteasy-users mailing list
  Resteasy-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/resteasy-users
 

 --
 Bill Burke
 JBoss, a division of Red Hat
 http://bill.burkecentral.com


 

Re: [Resteasy-users] Sloppy Pull Requests == Broken Builds

2013-10-23 Thread Matthias Wessendorf
Hi,

if you like, here is a PR to enable travis based builds:

https://github.com/resteasy/Resteasy/pull/400

Pretty simple, as a start - can be improved

-M


On Wed, Oct 23, 2013 at 2:54 AM, Bill Burke bbu...@redhat.com wrote:

 Two PRs from two different contributors broke the build.  Please do a
 full build before you commit!  Each person who has broken the build owes
 me 1 beer per minute I wasted cleaning up after your mess...sloppy,
 sloppy...

 I know we should have an integrated GIT/Jenkins CI build, but I just
 don't have time to set it up or maintain it.  Besides, its more fun to
 bully people into buying me beers.

 Bill

 --
 Bill Burke
 JBoss, a division of Red Hat
 http://bill.burkecentral.com


 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
 ___
 Resteasy-users mailing list
 Resteasy-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/resteasy-users




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users