mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-16 23:43:27 +01:00
revert "REVERT ME: ignore prefix pair databases tests"
This reverts commit 1b2ea6cf19309782a2e3b2ff2fe6d7708dd5de4f.
This commit is contained in:
parent
523519fdbf
commit
1e2fbc6a42
@ -171,7 +171,6 @@ mod tests {
|
|||||||
documents
|
documents
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn add_new_documents() {
|
fn add_new_documents() {
|
||||||
let mut index = TempIndex::new();
|
let mut index = TempIndex::new();
|
||||||
@ -236,7 +235,6 @@ mod tests {
|
|||||||
db_snap!(index, word_prefix_pair_proximity_docids, "update");
|
db_snap!(index, word_prefix_pair_proximity_docids, "update");
|
||||||
db_snap!(index, prefix_word_pair_proximity_docids, "update");
|
db_snap!(index, prefix_word_pair_proximity_docids, "update");
|
||||||
}
|
}
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn batch_bug_3043() {
|
fn batch_bug_3043() {
|
||||||
// https://github.com/meilisearch/meilisearch/issues/3043
|
// https://github.com/meilisearch/meilisearch/issues/3043
|
||||||
@ -285,7 +283,6 @@ mod tests {
|
|||||||
db_snap!(index, prefix_word_pair_proximity_docids);
|
db_snap!(index, prefix_word_pair_proximity_docids);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn hard_delete_and_reupdate() {
|
fn hard_delete_and_reupdate() {
|
||||||
let mut index = TempIndex::new();
|
let mut index = TempIndex::new();
|
||||||
@ -360,7 +357,6 @@ mod tests {
|
|||||||
db_snap!(index, prefix_word_pair_proximity_docids, "reupdate");
|
db_snap!(index, prefix_word_pair_proximity_docids, "reupdate");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn replace_hard_deletion() {
|
fn replace_hard_deletion() {
|
||||||
let mut index = TempIndex::new();
|
let mut index = TempIndex::new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user