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

Compress action does not panic if not enough data #4423

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

abdelr
Copy link
Contributor

@abdelr abdelr commented Mar 7, 2024

What's being changed:

We are explicitly panicking if the compress is hit without enough data using sync mode. This PR changes this and instead writes an error log.

Review checklist

  • Documentation has been updated, if necessary. Link to changed documentation:
  • Chaos pipeline run or not necessary. Link to pipeline:
  • All new code is covered by tests where it is reasonable.
  • Performance tests have been run or not necessary.

Copy link

sonarcloud bot commented Mar 8, 2024

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@parkerduckworth parkerduckworth merged commit abbcf1b into stable/v1.24 Mar 8, 2024
34 of 35 checks passed
@parkerduckworth parkerduckworth deleted the CompressDoesNotCrashWhenNotEnoughData branch March 8, 2024 16:30
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.

None yet

3 participants