Skip to content

Reverting the panic() introduced in #2027#2081

Merged
madolson merged 1 commit into
valkey-io:unstablefrom
muelstefamzn:unpanic
May 13, 2025
Merged

Reverting the panic() introduced in #2027#2081
madolson merged 1 commit into
valkey-io:unstablefrom
muelstefamzn:unpanic

Conversation

@muelstefamzn

Copy link
Copy Markdown
Contributor

Removing the panic() statement introduced previously.

There is existing code that depends on the previous behaviour.

See #2027.

There is existing code that depends on the previous behaviour.
See valkey-io#2027.

Signed-off-by: Stefan Mueller <muelstef@amazon.com>
@madolson madolson added the run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP) label May 13, 2025
@madolson madolson linked an issue May 13, 2025 that may be closed by this pull request
@codecov

codecov Bot commented May 13, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (unstable@20a49ff). Learn more about missing BASE report.
Report is 1 commits behind head on unstable.

Files with missing lines Patch % Lines
src/listpack.c 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             unstable    #2081   +/-   ##
===========================================
  Coverage            ?   71.09%           
===========================================
  Files               ?      122           
  Lines               ?    66021           
  Branches            ?        0           
===========================================
  Hits                ?    46937           
  Misses              ?    19084           
  Partials            ?        0           
Files with missing lines Coverage Δ
src/listpack.c 89.89% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@madolson madolson merged commit 41a93a2 into valkey-io:unstable May 13, 2025
shanwan1 pushed a commit to shanwan1/valkey that referenced this pull request Jun 13, 2025
Removing the `panic()` statement introduced previously.

There is existing code that depends on the previous behaviour.

See valkey-io#2027.

Signed-off-by: Stefan Mueller <muelstef@amazon.com>
Signed-off-by: shanwan1 <shanwan1@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

server terminates unexpectedly during corrupt-dump-fuzzer

2 participants