mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-03 11:10:56 +08:00
Fixed flaky test [skip ci]
This commit is contained in:
@@ -90,11 +90,11 @@ foreach (@queries)
|
||||
push(@expected, $res);
|
||||
}
|
||||
|
||||
test_recall(0.4, 100, "before vacuum");
|
||||
test_recall(0.35, 100, "before vacuum");
|
||||
|
||||
# TODO Test concurrent inserts with vacuum
|
||||
$node->safe_psql("postgres", "VACUUM tst;");
|
||||
|
||||
test_recall(0.8, 100, "after vacuum");
|
||||
test_recall(0.80, 100, "after vacuum");
|
||||
|
||||
done_testing();
|
||||
|
||||
Reference in New Issue
Block a user