quickwit-oss / quickwit-oss/quickwit

Flaky Indexing pipeline test

Open
#4,211 2 comments 0 reactions 1 assignee View on GitHub

@trinity-1686a is already working on this.

Since Dec 29, 2025.

bug flaky test
Dominant language
Rust
Stars
11.7k
Forks
597
Avg merge
2d 22h
Merged PRs (30d)
37

Description

test actors::indexing_pipeline::tests::test_indexing_pipeline_retry_0 ... FAILED
test actors::indexing_pipeline::tests::test_indexing_pipeline_simple ... FAILED
test actors::indexing_pipeline::tests::test_indexing_pipeline_all_failures_handling ... FAILED
test merge_policy::stable_log_merge_policy::tests::test_proptest_simulate_stable_log_merge_planner_adversarial ... ok

failures:

---- actors::indexer::tests::test_indexer_triggers_commit_on_drained_mailbox stdout ----
thread 'actors::indexer::tests::test_indexer_triggers_commit_on_drained_mailbox' panicked at 'assertion failed: `(left == right)`
  left: `IndexerCounters { num_splits_emitted: 0, num_split_batches_emitted: 0, num_docs_in_workbench: 1, pipeline_metrics_opt: None }`,
 right: `IndexerCounters { num_splits_emitted: 1, num_split_batches_emitted: 1, num_docs_in_workbench: 0, pipeline_metrics_opt: None }`', quickwit-indexing/src/actors/indexer.rs:1072:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- actors::indexing_pipeline::tests::test_indexing_pipeline_retry_0 stdout ----
thread 'actors::indexing_pipeline::tests::test_indexing_pipeline_retry_0' panicked at 'assertion failed: `(left == right)`
  left: `2`,
 right: `1`', quickwit-indexing/src/actors/indexing_pipeline.rs:710:9

---- actors::indexing_pipeline::tests::test_indexing_pipeline_simple stdout ----
thread 'actors::indexing_pipeline::tests::test_indexing_pipeline_simple' panicked at 'assertion failed: `(left == right)`
  left: `2`,
 right: `1`', quickwit-indexing/src/actors/indexing_pipeline.rs:810:9

---- actors::indexing_pipeline::tests::test_indexing_pipeline_all_failures_handling stdout ----
thread 'actors::indexing_pipeline::tests::test_indexing_pipeline_all_failures_handling' panicked at 'assertion failed: `(left == right)`
  left: `2`,
 right: `1`', quickwit-indexing/src/actors/indexing_pipeline.rs:1013:9


failures:
    actors::indexer::tests::test_indexer_triggers_commit_on_drained_mailbox
    actors::indexing_pipeline::tests::test_indexing_pipeline_all_failures_handling
    actors::indexing_pipeline::tests::test_indexing_pipeline_retry_0
    actors::indexing_pipeline::tests::test_indexing_pipeline_simple

test result: FAILED. 128 passed; 4 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.22s

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.