Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [elk-dev] ELK Unit Tests

Hooray! Thanks Chris!

Miro

> On 1. Aug 2019, at 20:41, Christoph Daniel Schulze <cds@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> 
> Greetings fellow ELK developers,
> 
> I'm writing to tell you that I just got unit tests to work:
> 
>  https://ci.eclipse.org/elk/job/IntegrationNightly/76/testReport/
> 
> Our nightly build is now based on a Jenkins pipeline, which executes
> unit tests and deploys everything.
> 
> When looking at the pipeline you will notice that we compile everything
> twice: once to run tests, and once to deploy our artifacts. This is, of
> course, suboptimal: we would rather build everything, run tests, and
> deploy the artifacts in a single Maven run.
> 
> However, there's a strange error popping up if I do that. After having
> spent the better half of the week debugging that problem without
> success, I'm finally giving up and implementing this workaround.
> 
> In the long run, we may want to not just build everything every night,
> but also run unit tests upon updates to the master branch. I'm leaving
> that for future work for the moment... ;)
> 
> Cheers,
> Chris
> 
> _______________________________________________
> elk-dev mailing list
> elk-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/elk-dev




Back to the top