Skip to content

Commit

Permalink
Fix failpoint tests (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Nov 29, 2023
1 parent f5f9661 commit 88a3465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions quickwit/quickwit-indexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ quickwit-ingest = { workspace = true, features = ["testsuite"] }
quickwit-metastore = { workspace = true, features = ["testsuite"] }
quickwit-proto = { workspace = true, features = ["testsuite"] }
quickwit-storage = { workspace = true, features = ["testsuite"] }
quickwit-indexing = { workspace = true, features = ["testsuite"]}

[[test]]
name = "failpoints"
Expand Down
2 changes: 1 addition & 1 deletion quickwit/quickwit-indexing/failpoints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use quickwit_metastore::{
};
use quickwit_proto::indexing::IndexingPipelineId;
use quickwit_proto::metastore::{ListSplitsRequest, MetastoreService};
use quickwit_proto::types::IndexUid;
use quickwit_proto::types::{IndexUid, PipelineUid};
use serde_json::Value as JsonValue;
use tantivy::{Directory, Inventory};

Expand Down

0 comments on commit 88a3465

Please sign in to comment.