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

Bug: thread 'state_store_tests::test_iter_log' panicked at src/storage/hummock_test/src/state_store_tests.rs:1619:5: assertion left == right failed #16529

Closed
kwannoel opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
component/storage Storage type/bug Something isn't working
Milestone

Comments

@kwannoel
Copy link
Contributor

I recently started to see these bugs in the PR workflows. Looks like a regression.

thread 'state_store_tests::test_iter_log' panicked at src/storage/hummock_test/src/state_store_tests.rs:1619:5:
assertion `left == right` failed
  left: 9999
 right: 10000
stack backtrace:
   0: rust_begin_unwind
             at /rustc/e4c626dd9a17a23270bf8e7158e59cf2b9c04840/library/std/src/panicking.rs:645:5
   1: core::panicking::panic_fmt
             at /rustc/e4c626dd9a17a23270bf8e7158e59cf2b9c04840/library/core/src/panicking.rs:72:14
   2: core::panicking::assert_failed_inner
             at /rustc/e4c626dd9a17a23270bf8e7158e59cf2b9c04840/library/core/src/panicking.rs:342:17
   3: core::panicking::assert_failed
             at /rustc/e4c626dd9a17a23270bf8e7158e59cf2b9c04840/library/core/src/panicking.rs:297:5
   4: risingwave_hummock_test::state_store_tests::test_iter_log::{{closure}}
             at ./src/state_store_tests.rs:1619:5

Source: https://buildkite.com/risingwavelabs/pull-request/builds/48640#018f27b6-e81f-457c-8882-7022dd6fb022

@kwannoel kwannoel added type/bug Something isn't working component/storage Storage labels Apr 29, 2024
@github-actions github-actions bot added this to the release-1.9 milestone Apr 29, 2024
@wenym1
Copy link
Contributor

wenym1 commented May 8, 2024

Fixed by #16534

@wenym1 wenym1 closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/storage Storage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants