Description
RATIS-1313 added matrix build for unit tests with 3 splits, with fail-fast behavior (if one split fails, other splits are cancelled). szetszwo pointed out that
better to always run all the tests since the overall running time is short. This is the reason that we moved the tests to the ratis-test module; see
RATIS-399
I propose to run all tests for push builds, but keep fail-fast behavior for PRs. The rationale is that any failing test requires a new run, because PRs should be merged only after fully green build.
Attachments
Issue Links
- is related to
-
RATIS-1313 Use matrix build for unit tests
- Resolved
- links to