stackabletech/expand-tests

Add support for dimension sets

Open

#3 opened on Jul 4, 2022

 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Description

The generate_tests.py script computes the cartesian product across all test dimensions and generates a test case for each product. For Apache Spark not all products are valid since not all Spark versions support all Hadoop versions.

Solution

Expand the test definition structure with dimension sets that generate one test per set.

Contributor guide