Re: Run Tests Distributed

2018-03-14 Thread Viraj Dere
Hello brian your solution looks helpful can i see the setup by any means On Saturday, June 2, 2012 at 5:57:16 PM UTC+5:30, BrianParker wrote: > > Unless I'm mistaken, I think using the multiconfiguration job type would > require that the tests to run and the distribution of those tests is static

Re: Run Tests Distributed

2012-11-06 Thread Loop
Hi Brian, I am very interested. Can you show me more of the setup? thanks Luc On Saturday, June 2, 2012 8:27:16 AM UTC-4, BrianParker wrote: > > Unless I'm mistaken, I think using the multiconfiguration job type would > require that the tests to run and the distribution of those tests is sta

Re: Run Tests Distributed

2012-06-02 Thread Brian Parker
Unless I'm mistaken, I think using the multiconfiguration job type would require that the tests to run and the distribution of those tests is static (at job config time) rather than dynamic (determined at job runtime). If you need it to be dynamic, you could do something like this using the Parame

Re: Run Tests Distributed

2012-05-28 Thread Stephen Connolly
; purpose plugin. >> >> Mark Waite >> >> ________ >> From: Harsh Kumar >> To: jenkinsci-users@googlegroups.com >> Sent: Monday, May 28, 2012 12:29 PM >> Subject: Re: Run Tests Distributed >> >> Hi, >> I intend to

Re: Run Tests Distributed

2012-05-28 Thread Harsh Kumar
onably captured in a general > purpose plugin. > > Mark Waite > > -- > *From:* Harsh Kumar > *To:* jenkinsci-users@googlegroups.com > *Sent:* Monday, May 28, 2012 12:29 PM > *Subject:* Re: Run Tests Distributed > > Hi, > I inten

Re: Run Tests Distributed

2012-05-28 Thread Mark Waite
than I suspect can be reasonably captured in a general purpose plugin. Mark Waite > > From: Harsh Kumar >To: jenkinsci-users@googlegroups.com >Sent: Monday, May 28, 2012 12:29 PM >Subject: Re: Run Tests Distributed > > >Hi, >I inten

Re: Run Tests Distributed

2012-05-28 Thread Harsh Kumar
Hi, I intend to do parallel runs of my tests in multiple machines. For eg, i have a test suite of 10,000 tests. I have 100 test machines and hence if i could divide these 10,000 tests among 100 machines and run that would save me time. Do you think there is a plug-in to do something similar or do

Re: Run Tests Distributed

2012-05-28 Thread Sami Tikka
Of course, you can split the tests into groups and use e.g. Multiconfiguration job to run the multiple test sets in multiple slaves at the same time. -- Sami Harsh kirjoitti 28.5.2012 kello 11.43: > Hi, > I have UI Automated Tests which i intend to run in parallel and need a > plug-in for tha

Re: Run Tests Distributed

2012-05-28 Thread Sami Tikka
There is no plugin that automatically runs your tests in parallel. It would actually be very difficult. The parallelization probably needs to know a lot about your tests, so it needs to be closely integrated with the test framework you are using. You should probably check if the test framework

Run Tests Distributed

2012-05-28 Thread Harsh
Hi, I have UI Automated Tests which i intend to run in parallel and need a plug-in for that. DistTest looks to run only jUnit test cases in parallel. Can you suggest a plugin. Regards, Harsh