From 4c0b10451fab86e6f5f6fecba924d1308efdf81c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 7 Apr 2024 19:11:16 -0700 Subject: [PATCH] Fixed flaky test [skip ci] --- test/t/016_hnsw_vacuum_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/016_hnsw_vacuum_recall.pl b/test/t/016_hnsw_vacuum_recall.pl index 8bd6f35..1b1bda6 100644 --- a/test/t/016_hnsw_vacuum_recall.pl +++ b/test/t/016_hnsw_vacuum_recall.pl @@ -86,7 +86,7 @@ foreach (@queries) push(@expected, $res); } -test_recall(0.19, $limit, "before vacuum"); +test_recall(0.18, $limit, "before vacuum"); test_recall(0.95, 100, "before vacuum"); # TODO Test concurrent inserts with vacuum