Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate non-uniform group tests for group type #913

Conversation

steffenlarsen
Copy link
Contributor

This commit changes most non-uniform group tests to generate separate cases for each variant of the group types we are testing with. This was done because the current structure will skip an entire test case if just one of the group types are not supported by the device, even if the others are. By splitting them, only the test case with the unsupported group type will be skipped.

This commit changes most non-uniform group tests to generate separate
cases for each variant of the group types we are testing with. This was
done because the current structure will skip an entire test case if just
one of the group types are not supported by the device, even if the
others are. By splitting them, only the test case with the unsupported
group type will be skipped.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner July 12, 2024 13:12
@steffenlarsen steffenlarsen marked this pull request as draft July 16, 2024 06:42
@steffenlarsen steffenlarsen marked this pull request as ready for review July 16, 2024 11:32
@steffenlarsen
Copy link
Contributor Author

#914 replaces this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants