Currently, the SUMA test-suite takes about 6 hours to complete, often fails in the first tests, which set up the environment for the rest of the tests, those tests are what we named "core features".

To solve this problem we had planned to move from Jenkins Job to a Jenkins Pipeline, having stages to split the test suite into core features, initialize clients, secondary features. So,if one stage fails, the rest of the stages will not be executed.

During the hackweek, we want to finish this idea and add a very important bonus, parallelization, which will involve the reorganization and revision of some tests so there are no conflicts between them. We will use the parallel_tests framework that supports Cucumber in Ruby.

We will also work on the merge of the reports obtained by the different stages and processes in parallel, to have a unique test suite report.

Current results are promising, the Jenkins pipeline is working, report merge properly, the time of the whole test suite was reduced considerately (more than 2 hours), I still working on it. As some tests running in parallel can collide and must have a deeper review.

Order of run in the pipeline:

  • Deploy
  • Core features (Consecutive)
  • Initialize clients (Parallel)
  • Secondary features which start/stop/delete things on the environment (Consecutive)
  • Secondary features (Parallel)
  • Generate the report in HTML, merging all reports from each stage, including a link in the Jenkins execution

Links:

WIP Pull Requests:

Looking for hackers with the skills:

Nothing? Add some keywords!

This project is part of:

Hack Week 18

Activity

  • over 4 years ago: oscar-barrios started this project.
  • over 4 years ago: oscar-barrios liked this project.
  • over 4 years ago: oscar-barrios disliked this project.
  • over 4 years ago: oscar-barrios liked this project.
  • over 4 years ago: oscar-barrios originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    This project is one of its kind!