Fixed flaky test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-10 16:34:56 -07:00
parent f9f53b64e8
commit 8178a902ce

View File

@@ -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();