eclipse-iceoryx/iceoryx-rs

Distribute tests to multiple runners to speed up CI

開放

#31 建立於 2022年6月27日

 (0 則留言) (0 個反應) (0 位負責人)Rust (15 個分叉)auto 404
good first issuetest

倉庫指標

星標
 (92 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南