Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-28 Thread Ullrich Hafner
> Am 28.08.2020 um 17:21 schrieb Jesse Glick : > > On Thu, Aug 27, 2020 at 5:22 PM Ullrich Hafner > wrote: >> Do we have something existing that can extract the list of dependencies for >> a plugin… > > I think it would suffice to inject a new implementation of >

Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-28 Thread Jesse Glick
On Thu, Aug 27, 2020 at 5:22 PM Ullrich Hafner wrote: > Do we have something existing that can extract the list of dependencies for a > plugin… I think it would suffice to inject a new implementation of `UpdateCenterMetadataDecorator` using `PluginMetadata.LocalOverride.create` based on

Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-28 Thread Ullrich Hafner
> Am 28.08.2020 um 07:52 schrieb Daniel Beck : > > > On Thu, Aug 27, 2020 at 11:22 PM Ullrich Hafner > wrote: > > Yes, I had that problem a couple of weeks ago. One of my dependencies > upgraded its Jenkins version to a higher version than the version I was

Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-27 Thread Daniel Beck
On Thu, Aug 27, 2020 at 11:22 PM Ullrich Hafner wrote: > > Yes, I had that problem a couple of weeks ago. One of my dependencies > upgraded its Jenkins version to a higher version than the version I was > using in my UI tests: that broke my build. > Do you still have the failing build log, or

Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-27 Thread Ullrich Hafner
> > I suspect this is just the most visible special case of a general > problem that the ATH tests are using the latest release at the time of > the test run, regardless of what versions your POM asks to test > against. This is a bad thing IMO: as one example, it means tests can > start failing

Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-27 Thread Jesse Glick
On Thu, Aug 27, 2020 at 3:07 PM Ullrich Hafner wrote: > Incrementals are resolved fine in integration tests but in UI tests the > official update center is used I suspect this is just the most visible special case of a general problem that the ATH tests are using the latest release at the time

Re: Incrementals and ATH tests (inside a plugin CI)

2020-08-27 Thread Oliver Gondža
I am not aware that any work have been done to support this. On 27/08/2020 21.06, Ullrich Hafner wrote: My warnings plugin is using in our Jenkins CI build also UI tests (using the ATH container). Is there a way to start these UI tests (using the ATH container) so that depending plugins that

Incrementals and ATH tests (inside a plugin CI)

2020-08-27 Thread Ullrich Hafner
My warnings plugin is using in our Jenkins CI build also UI tests (using the ATH container). Is there a way to start these UI tests (using the ATH container) so that depending plugins that have an incremental version are also resolved? Incrementals are resolved fine in integration tests but in