You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by "pj.fanning" <fa...@yahoo.com> on 2018/02/02 11:59:28 UTC

Failing gump tests

Hi,
I don't know much about the gump tests. They are failing due to the mockito
code. The gump environment seems to be set up with a CLASSPATH environment
variable and this doesn't include mockito or its dependencies (byte-buddy
and objenesis).
Can anyone give me pointers?

http://vmgump-vm3.apache.org/poi/poi/index.html



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: Failing gump tests

Posted by Greg Woolsey <gr...@gmail.com>.
+1 to stop.

I thought it was for something that depended on POI, not the other way
around.

On Sun, Feb 4, 2018, 05:11 Dominik Stadler <do...@gmx.at> wrote:

> Hi,
>
> In general Gump tries to build Apache projects against the latest trunk
> versions of all the dependencies, i.e. trunk of commons-*, trunk of ant,
> ... The idea is to show newly introduced incompatibilities as early as
> possible.
>
> Unfortunately the build-configuration of Gump is a bit complicated to
> adjust, it relies on some Maven magic to inject the newer files, I have an
> installation locally that I used to adjust some small things and can take a
> look at the new dependencies if necessary. However it's overall usefulness
> is questionable for me, so we could also decide to quit using it and get
> rid of this additional hassle each time we add dependencies as we very
> rarely detect issues through it at all.
>
> How about a quick vote? Does anybody think we should keep using it for
> Apache POI or stop? Let's vote if we should stop using it:
>
> Please vote +1 if you are in favor of discontinuing it's use. -1 if you
> think it is useful and should kept operational for Apache POI
>
> I am +1 to stop using the Gump-Service.
>
> Thanks... Dominik.
>
> On Fri, Feb 2, 2018 at 12:59 PM, pj.fanning <fa...@yahoo.com> wrote:
>
> > Hi,
> > I don't know much about the gump tests. They are failing due to the
> mockito
> > code. The gump environment seems to be set up with a CLASSPATH
> environment
> > variable and this doesn't include mockito or its dependencies (byte-buddy
> > and objenesis).
> > Can anyone give me pointers?
> >
> > http://vmgump-vm3.apache.org/poi/poi/index.html
> >
> >
> >
> > --
> > Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> > For additional commands, e-mail: dev-help@poi.apache.org
> >
> >
>

Re: Failing gump tests

Posted by Alain FAGOT BÉAREZ <AB...@FOR-Scala.IT>.
+1 to leave the Gump biosphere 

⁣Gesendet mit BlueMail ​


-------- Originale Nachricht --------
Von: "pj.fanning" <fa...@yahoo.com>
Gesendet: Sun Feb 04 13:24:07 GMT-03:00 2018
An: dev@poi.apache.org
Betreff: Re: Failing gump tests

+1 to remove jump tests



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: Failing gump tests

Posted by "pj.fanning" <fa...@yahoo.com>.
+1 to remove jump tests



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: Failing gump tests

Posted by leebanga lee <le...@gmail.com>.
+1 to leave

On Feb 4, 2018 7:46 PM, "Andreas Beeker" <ki...@apache.org> wrote:

> +1 for removing/disabling the poi-gump module
>
> Andi.
>
>
>

Re: Failing gump tests

Posted by Andreas Beeker <ki...@apache.org>.
+1 for removing/disabling the poi-gump module

Andi.



Re: Failing gump tests

Posted by leebanga lee <le...@gmail.com>.
@Dominik
any feedback on the question i asked ?


On Feb 4, 2018 2:11 PM, "Dominik Stadler" <do...@gmx.at> wrote:

> Hi,
>
> In general Gump tries to build Apache projects against the latest trunk
> versions of all the dependencies, i.e. trunk of commons-*, trunk of ant,
> ... The idea is to show newly introduced incompatibilities as early as
> possible.
>
> Unfortunately the build-configuration of Gump is a bit complicated to
> adjust, it relies on some Maven magic to inject the newer files, I have an
> installation locally that I used to adjust some small things and can take a
> look at the new dependencies if necessary. However it's overall usefulness
> is questionable for me, so we could also decide to quit using it and get
> rid of this additional hassle each time we add dependencies as we very
> rarely detect issues through it at all.
>
> How about a quick vote? Does anybody think we should keep using it for
> Apache POI or stop? Let's vote if we should stop using it:
>
> Please vote +1 if you are in favor of discontinuing it's use. -1 if you
> think it is useful and should kept operational for Apache POI
>
> I am +1 to stop using the Gump-Service.
>
> Thanks... Dominik.
>
> On Fri, Feb 2, 2018 at 12:59 PM, pj.fanning <fa...@yahoo.com> wrote:
>
> > Hi,
> > I don't know much about the gump tests. They are failing due to the
> mockito
> > code. The gump environment seems to be set up with a CLASSPATH
> environment
> > variable and this doesn't include mockito or its dependencies (byte-buddy
> > and objenesis).
> > Can anyone give me pointers?
> >
> > http://vmgump-vm3.apache.org/poi/poi/index.html
> >
> >
> >
> > --
> > Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> > For additional commands, e-mail: dev-help@poi.apache.org
> >
> >
>

Re: Failing gump tests

Posted by Dominik Stadler <do...@gmx.at>.
Hi,

In general Gump tries to build Apache projects against the latest trunk
versions of all the dependencies, i.e. trunk of commons-*, trunk of ant,
... The idea is to show newly introduced incompatibilities as early as
possible.

Unfortunately the build-configuration of Gump is a bit complicated to
adjust, it relies on some Maven magic to inject the newer files, I have an
installation locally that I used to adjust some small things and can take a
look at the new dependencies if necessary. However it's overall usefulness
is questionable for me, so we could also decide to quit using it and get
rid of this additional hassle each time we add dependencies as we very
rarely detect issues through it at all.

How about a quick vote? Does anybody think we should keep using it for
Apache POI or stop? Let's vote if we should stop using it:

Please vote +1 if you are in favor of discontinuing it's use. -1 if you
think it is useful and should kept operational for Apache POI

I am +1 to stop using the Gump-Service.

Thanks... Dominik.

On Fri, Feb 2, 2018 at 12:59 PM, pj.fanning <fa...@yahoo.com> wrote:

> Hi,
> I don't know much about the gump tests. They are failing due to the mockito
> code. The gump environment seems to be set up with a CLASSPATH environment
> variable and this doesn't include mockito or its dependencies (byte-buddy
> and objenesis).
> Can anyone give me pointers?
>
> http://vmgump-vm3.apache.org/poi/poi/index.html
>
>
>
> --
> Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
>
>