maven - Jenkins CI- Distributed Testing After a Build is done -


Currently I'm trying to get it: I use Jenkins to constantly build my project , I also want to make a distributed test later, that is to be constructed. To send a smoke test to several nodes / slaves so that tests can be performed on multiple platforms simultaneously, each node will consistently accept new dispatch test suits from the Master Service until all the trial suites are terminated.

I tried:

  • Setting up master / slave configuration on Jenkins
  • Invite Maineway during build steps to run junit unit tests

However Jenkins will select only one slave to perform all the tests. I also tried the Gist Test plugin, but I think the plug-in has difficulty setting the relative path in the library, does anyone have experience with this plugin?

The best way to do this is now:

  • Create a new Jenkins job for each slave, and assign a test suit to the slave () < / Li>
  • Use the Multizib plugin to trigger all jobs at once

This solution resolves the problem, but scaling it after a large volume of pulses grow It would be very difficult to understand that Jenkins's main strength was rather than the distributed test. Ntr is the integration, any advice tools or direction would like to know I have so appreciated Jenkins.

I have read that what you want to achieve twice and what I got You have a set of test suits that you have been created on a slave / master, then you want to execute through a salve. Now I accept the type of test and the associated test suites are tested on one or more types of DAS (Linux, Mac, Win, Solaris etc) only (like smoke test and then you have other test suits like Headless etc. ) ..

Whether these composites will not be composite, from which you can create jobs and schedule them from within the master job to be executed in sequence Are spun, something or some information about it.

Or if I need better control over execution, then I can only create an ant script that executes the target on multiple servers via remote server and then flows into the ant script It is indicated. Ent script can be normalized Accept the parameter which can be something like the dynamic values ​​given by you.

Curious to know where it goes from you. !!


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -