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 test_cancel_cpu_intensive_tasks #2403

Open
PSeitz opened this issue May 17, 2024 · 3 comments
Open

Flaky Test test_cancel_cpu_intensive_tasks #2403

PSeitz opened this issue May 17, 2024 · 3 comments
Assignees

Comments

@PSeitz
Copy link
Contributor

PSeitz commented May 17, 2024

https://github.com/quickwit-oss/tantivy/actions/runs/9127888173/job/25099130897?pr=2402

running 1 test
test core::executor::tests::test_cancel_cpu_intensive_tasks ... FAILED

failures:

failures:
    core::executor::tests::test_cancel_cpu_intensive_tasks

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 857 filtered out; finished in 0.03s


--- STDERR:              tantivy core::executor::tests::test_cancel_cpu_intensive_tasks ---
thread 'core::executor::tests::test_cancel_cpu_intensive_tasks' panicked at src/core/executor.rs:208:9:
assertion failed: counter.load(Ordering::SeqCst) > 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@PSeitz
Copy link
Contributor Author

PSeitz commented May 22, 2024

#2407

@PSeitz PSeitz closed this as completed May 22, 2024
@PSeitz
Copy link
Contributor Author

PSeitz commented May 27, 2024

Still flaky

--- STDOUT:              tantivy core::executor::tests::test_cancel_cpu_intensive_tasks ---

running 1 test

--- STDERR:              tantivy core::executor::tests::test_cancel_cpu_intensive_tasks ---
thread 'search-test0' panicked at src/core/executor.rs:206:42:
called `Result::unwrap()` on an `Err` value: RecvError
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Rayon: detected unexpected panic; aborting

https://github.com/quickwit-oss/tantivy/actions/runs/9250798522/job/25445025346

@PSeitz PSeitz reopened this May 27, 2024
@adamreichold
Copy link
Contributor

#2409 fixes this.

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

No branches or pull requests

3 participants