mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 16:46:54 +08:00
Fixed flaky test [skip ci]
This commit is contained in:
@@ -91,11 +91,11 @@ foreach (@queries)
|
|||||||
}
|
}
|
||||||
|
|
||||||
test_recall(0.18, $limit, "before vacuum");
|
test_recall(0.18, $limit, "before vacuum");
|
||||||
test_recall(0.85, 100, "before vacuum");
|
test_recall(0.84, 100, "before vacuum");
|
||||||
|
|
||||||
# TODO Test concurrent inserts with vacuum
|
# TODO Test concurrent inserts with vacuum
|
||||||
$node->safe_psql("postgres", "VACUUM tst;");
|
$node->safe_psql("postgres", "VACUUM tst;");
|
||||||
|
|
||||||
test_recall(0.85, $limit, "after vacuum");
|
test_recall(0.84, $limit, "after vacuum");
|
||||||
|
|
||||||
done_testing();
|
done_testing();
|
||||||
|
|||||||
Reference in New Issue
Block a user