eclipse-iceoryx/iceoryx-rs

Distribute tests to multiple runners to speed up CI

Aberta

#31 aberto em 27 de jun. de 2022

 (0 comentário) (0 reação) (0 responsável)Rust (15 forks)auto 404
good first issuetest

Métricas do repositório

Stars
 (92 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Brief feature description

With cargo nextes it is possible to distribute the execution of tests to multiple runners. This will speed up the CI.

Detailed information

When the number of tests increase, this will have a significant impact on the CI since most of the tests use the RouDiEnvironment which results in ~300ms minimal execution time. Therefore the tests should be distributed to two runners as a starting point.

A CI profile could be used to also add repetition for failed tests.

Guia do colaborador