Skip to content

tesonep/pharo-testWorkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Remote Test Workers

This project implements a way of distributing the execution of tests in multiple images running in the same or different machines. This version includes the following high-level features:

  • Integration with Dr Test to execute the test classes in the cluster.
  • Uses RabbitMQ to handle all communications, allowing to scale without problem.
  • A watchdog to deploy in the machines running worker instances.
  • A client to monitor the available worker instances.
  • A way of publishing changes to the images, and also in the future to share the cluster between different users.
  • Different strategies to generate the templates (from an existing image, from latest Pharo, from the same image that the client).
  • Integration with the Pharo tools and UI.

This version uses RabbitMQ to distribute tests to the different worker instances, and also to communicate the watchdogs, the instances and the clients. It uses the STOMP client implementation for Pharo (https://github.com/svenvc/stamp).

This diagram shows a simplify description of the test distribution.

Basic Test distribution

More detailed information of each of the elements of the solution:

Installation

Execute the following Metacello baseline load script

Metacello new
	baseline: 'TestWorkers';
	repository: 'github://tesonep/pharo-testWorkers/repository';
	load

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published