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

test: cases::test_rawkv::test_region_merge is unstable #13582

Closed
pingyu opened this issue Oct 10, 2022 · 0 comments · Fixed by #13580
Closed

test: cases::test_rawkv::test_region_merge is unstable #13582

pingyu opened this issue Oct 10, 2022 · 0 comments · Fixed by #13580
Assignees
Labels
severity/minor type/bug Type: Issue - Confirmed a bug

Comments

@pingyu
Copy link
Contributor

pingyu commented Oct 10, 2022

Bug Report

What version of TiKV are you using?

master (1a9446f)

What operating system and CPU are you using?

CI env.

Steps to reproduce

Run CI.

What did you expect?

cases::test_rawkv::test_region_merge succeed.

What did happened?

cases::test_rawkv::test_region_merge failed.

[2022-10-10T06:25:34.453Z] --- TRY 3 STDERR:                              tests::failpoints cases::test_rawkv::test_region_merge ---
[2022-10-10T06:25:34.453Z] thread 'cases::test_rawkv::test_region_merge' panicked at 'region merge failed', tests/failpoints/cases/test_rawkv.rs:118:17
[2022-10-10T06:25:34.453Z] stack backtrace:
[2022-10-10T06:25:34.453Z]    0: std::panicking::begin_panic
[2022-10-10T06:25:34.453Z]    1: failpoints::cases::test_rawkv::TestSuite::must_merge_region_by_key
[2022-10-10T06:25:34.453Z]              at /home/jenkins/tikv-src/tests/failpoints/cases/test_rawkv.rs:118:17
[2022-10-10T06:25:34.453Z]    2: failpoints::cases::test_rawkv::test_region_merge
[2022-10-10T06:25:34.453Z]              at /home/jenkins/tikv-src/tests/failpoints/cases/test_rawkv.rs:246:9
[2022-10-10T06:25:34.453Z]    3: failpoints::cases::test_rawkv::test_region_merge::{{closure}}
[2022-10-10T06:25:34.453Z]              at /home/jenkins/tikv-src/tests/failpoints/cases/test_rawkv.rs:205:1
[2022-10-10T06:25:34.453Z]    4: core::ops::function::FnOnce::call_once
[2022-10-10T06:25:34.453Z]              at /rustc/0f4bcadb46006bc484dad85616b484f93879ca4e/library/core/src/ops/function.rs:248:5
[2022-10-10T06:25:34.453Z]    5: test_util::runner::run_test_with_hook::{{closure}}::{{closure}}
[2022-10-10T06:25:34.453Z]    6: core::ops::function::FnOnce::call_once{{vtable.shim}}
[2022-10-10T06:25:34.453Z]    7: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[2022-10-10T06:25:34.453Z]              at /rustc/0f4bcadb46006bc484dad85616b484f93879ca4e/library/alloc/src/boxed.rs:1935:9
[2022-10-10T06:25:34.453Z] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Refer to:
https://ci.pingcap.net/blue/organizations/jenkins/tikv_ghpr_test/detail/tikv_ghpr_test/27741/pipeline/
https://ci.pingcap.net/blue/organizations/jenkins/tikv_ghpr_test/detail/tikv_ghpr_test/27748/pipeline/

@pingyu pingyu self-assigned this Oct 10, 2022
@pingyu pingyu added type/bug Type: Issue - Confirmed a bug severity/minor labels Oct 10, 2022
ti-chi-bot pushed a commit that referenced this issue Oct 11, 2022
close #13582

Fix unstable test `test_rawkv::test_region_merge`.

Signed-off-by: pingyu <yuping@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor type/bug Type: Issue - Confirmed a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant