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

Added assert for compression ON grouping OFF #23608

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MarioJGMsoft
Copy link
Contributor

@MarioJGMsoft MarioJGMsoft commented Jan 17, 2025

Description

We no longer want to make it possible to create a container that has grouping off and compression off, so we will throw an error if we detect that it has been created that way.

Acceptance Criteria

A container throws an error when it is configured with compression on and grouping off.

Execution Plan

Add code to container runtime
Update related tests to make sure that they expect an error to be thrown.

Reviewer Guidance

Please let me know if there's something that I'm missing or that I should know about. Thanks!

Fixes: AB#28625

@github-actions github-actions bot added base: main PRs targeted against main branch area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc labels Jan 17, 2025
@MarioJGMsoft MarioJGMsoft changed the title fix: added assert for compression ON grouping OFF Added assert for compression ON grouping OFF Jan 17, 2025
Some places tried to use undefined to disable.
This does not work, it gets replaced with default values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants