Fixed flaky tests [skip ci]

This commit is contained in:
Andrew Kane
2024-04-10 14:06:50 -07:00
parent 1e41ed6f15
commit fc83cd8d12
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ for my $i (0 .. $#operators)
));
# Test approximate results
my $min = $operator eq "<#>" ? 0.95 : 0.98;
my $min = $operator eq "<#>" ? 0.94 : 0.98;
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");

View File

@@ -103,7 +103,7 @@ for my $i (0 .. $#operators)
}
# Test approximate results
my $min = $operator eq "<#>" ? 0.95 : 0.98;
my $min = $operator eq "<#>" ? 0.94 : 0.98;
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");