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 serverset::tests::waits_if_all_unhealthy is flaky #7101

Closed
stuhood opened this issue Jan 17, 2019 · 1 comment · Fixed by #8154
Closed

Test serverset::tests::waits_if_all_unhealthy is flaky #7101

stuhood opened this issue Jan 17, 2019 · 1 comment · Fixed by #8154
Assignees

Comments

@stuhood
Copy link
Sponsor Member

stuhood commented Jan 17, 2019

thread 'tests::waits_if_all_unhealthy' panicked at 'assertion failed: start.elapsed() > Duration::from_millis(10)', serverset/src/lib.rs:437:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
stack backtrace:
   0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
             at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
   1: std::sys_common::backtrace::print
             at libstd/sys_common/backtrace.rs:71
             at libstd/sys_common/backtrace.rs:59
   2: std::panicking::default_hook::{{closure}}
             at libstd/panicking.rs:211
   3: std::panicking::default_hook
             at libstd/panicking.rs:227
   4: std::panicking::rust_panic_with_hook
             at libstd/panicking.rs:476
   5: std::panicking::begin_panic
             at libstd/panicking.rs:410
   6: serverset::tests::waits_if_all_unhealthy
             at serverset/src/lib.rs:437
   7: serverset::tests::waits_if_all_unhealthy::{{closure}}
             at serverset/src/lib.rs:422
   8: core::ops::function::FnOnce::call_once
             at libcore/ops/function.rs:238
   9: <F as alloc::boxed::FnBox<A>>::call_box
             at libtest/lib.rs:1468
             at libcore/ops/function.rs:238
             at liballoc/boxed.rs:672
  10: __rust_maybe_catch_panic
             at libpanic_unwind/lib.rs:102
test tests::waits_if_all_unhealthy ... FAILED
@illicitonion
Copy link
Contributor

On it :)

illicitonion added a commit that referenced this issue Aug 12, 2019
Narrow the critical window where the test could fail.

Fixes #7101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants