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

flaky test case: backup::disk_snap::test_conf_change #16515

Closed
tonyxuqqi opened this issue Feb 8, 2024 · 0 comments · Fixed by #16636
Closed

flaky test case: backup::disk_snap::test_conf_change #16515

tonyxuqqi opened this issue Feb 8, 2024 · 0 comments · Fixed by #16636
Labels
flaky_test The test case is unstable type/enhancement Type: Issue - Enhancement

Comments

@tonyxuqqi
Copy link
Contributor

https://ci.pingcap.net/blue/organizations/jenkins/tikv_ghpr_test/detail/tikv_ghpr_test/42399/tests

Stacktrace
thread 'backup::disk_snap::test_conf_change' panicked at tests/integrations/backup/disk_snap.rs:37:5:
header { error { message: ""[components/raftstore/src/store/peer.rs:4727]: [region 1] 2 peer has not applied to current term, applied_term 5, current_term 6"" } current_term: 6 }
stack backtrace:
0: rust_begin_unwind
at /rustc/89e2160c4ca5808657ed55392620ed1dbbce78d1/library/std/src/panicking.rs:645:5
1: core::panicking::panic_fmt
at /rustc/89e2160c4ca5808657ed55392620ed1dbbce78d1/library/core/src/panicking.rs:72:14
2: test_backup::disk_snap::assert_success
3: integrations::backup::disk_snap::test_conf_change
at /home/jenkins/tikv-src/tests/integrations/backup/disk_snap.rs:37:5
4: integrations::backup::disk_snap::test_conf_change::{{closure}}
at /home/jenkins/tikv-src/tests/integrations/backup/disk_snap.rs:27:22
5: core::ops::function::FnOnce::call_once
at /rustc/89e2160c4ca5808657ed55392620ed1dbbce78d1/library/core/src/ops/function.rs:250:5
6: test_util::runner::run_test_with_hook::{{closure}}::{{closure}}
7: core::ops::function::FnOnce::call_once{{vtable.shim}}
8: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce>::call_once
at /rustc/89e2160c4ca5808657ed55392620ed1dbbce78d1/library/alloc/src/boxed.rs:2015:9
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
Standard Output
running 1 test
connecting channel to 127.0.0.1:33615 for store 1
connecting channel to 127.0.0.1:37519 for store 2
connecting channel to 127.0.0.1:38337 for store 3
connecting channel to 127.0.0.1:35863 for store 4
test backup::disk_snap::test_conf_change ... FAILED

@tonyxuqqi tonyxuqqi added the flaky_test The test case is unstable label Feb 8, 2024
@LykxSassinator LykxSassinator added severity/minor type/enhancement Type: Issue - Enhancement and removed severity/minor labels Mar 12, 2024
ti-chi-bot bot pushed a commit that referenced this issue Mar 14, 2024
close #16515

Fix flaky testcases in `disk_backup`.
dbsid pushed a commit to dbsid/tikv that referenced this issue Mar 24, 2024
close tikv#16515

Fix flaky testcases in `disk_backup`.

Signed-off-by: dbsid <chenhuansheng@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky_test The test case is unstable type/enhancement Type: Issue - Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants