Re: acceptance-test-harness questions

2019-03-25 Thread Oliver Gondža
On 20/03/2019 16.47, Julien HENRY wrote: Hi Olivier, Any suggestion on how to achieve this? Basically I would like to take a copy of the update center corresponding to the oldest version of Jenkins we support, and use it in our ITs. This page

Re: acceptance-test-harness questions

2019-03-20 Thread Julien HENRY
Hi Olivier, Any suggestion on how to achieve this? Basically I would like to take a copy of the update center corresponding to the oldest version of Jenkins we support, and use it in our ITs. This page give sev

Re: acceptance-test-harness questions

2019-03-19 Thread Oliver Gondža
On 19/03/2019 17.26, Julien HENRY wrote: My tests are green when executed with Jenkins 2.164.1! That's already great news, thanks for your help. But with the oldest Jenkins version we are supporting (2.89.4), all pipeline related tests are failing. I wonder if this could be an issue with the

Re: acceptance-test-harness questions

2019-03-17 Thread Julien HENRY
Hi Olivier, I opened a PR: https://github.com/jenkinsci/acceptance-test-harness/pull/492 Regarding tools: > They ware checked in in order to speed things up and IIRC prevent a race > condition of attempting to configure those tools in test before the > updates are fetched. It is hackish as hell

Re: acceptance-test-harness questions

2019-03-11 Thread Oliver Gondža
On 07/03/2019 22.46, Julien HENRY wrote: Hi folks, Hey, I am sorry to hear you have come such a long way without discovering what is already available. (my replies inline) In the SonarQube plugin , we have developed our own WebDriver ba

acceptance-test-harness questions

2019-03-07 Thread Julien HENRY
Hi folks, In the SonarQube plugin , we have developed our own WebDriver based framework to

Re: Acceptance-test-harness questions

2014-09-02 Thread Tomas Westling
Thanks for the answers, now we have a clearer picture on how to go forward, Br Tomas On Wednesday, September 3, 2014 4:48:36 AM UTC+2, Scott Hebert wrote: > > Hi, > > The GerritTriggerTest and ActiveDirectoryTest are skipped if certain > system properties are not set (detailed in Test's javado

Re: Acceptance-test-harness questions

2014-09-02 Thread Scott Hebert
Hi, The GerritTriggerTest and ActiveDirectoryTest are skipped if certain system properties are not set (detailed in Test's javadoc). They are in turn executed within our corporate environment and reported here: https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.565.x+RC+Testing Regards, Scott

Re: Acceptance-test-harness questions

2014-09-02 Thread Ulli Hafner
Currently all tests that require docker are automatically skipped due to a limitation of our execution environment. Am 02.09.2014 um 18:16 schrieb Jesse Glick : > On Tue, Sep 2, 2014 at 10:03 AM, Tomas Westling > wrote: >> What is the wanted process for adding tests to the git? >> Should we

Re: Acceptance-test-harness questions

2014-09-02 Thread Jesse Glick
On Tue, Sep 2, 2014 at 10:03 AM, Tomas Westling wrote: > What is the wanted process for adding tests to the git? > Should we do pull requests or simply merge in our tests? As a rule: do PRs, and if at some point the people merging the PRs just rubber-stamp them and suggest you commit directly, go

Acceptance-test-harness questions

2014-09-02 Thread Tomas Westling
At Sony Mobile, we are planning on using the acceptance-test-harness to automate all (or most) of the manual tests we run everytime we upgrade our Jenkins core. We noticed that there are 2200 commits but only 13 pull requests on the git. What is the wanted process for adding tests to the git? Sh