Skip to content

Commit fb87b6d

Browse files
committedOct 28, 2024
Fixed test
1 parent a2a0b37 commit fb87b6d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎test/t/043_hnsw_iterative_scan.pl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,4 @@
5656
cmp_ok($avg, '<', $expected + 2);
5757
}
5858

59-
my ($ret, $stdout, $stderr) = $node->psql("postgres", qq(
60-
SET enable_seqscan = off;
61-
SET hnsw.iterative_scan = relaxed_order;
62-
SET client_min_messages = debug1;
63-
SET work_mem = '1MB';
64-
SELECT COUNT(*) FROM (SELECT v FROM tst WHERE i % 10000 = 0 ORDER BY v <-> (SELECT v FROM tst LIMIT 1) LIMIT 11) t;
65-
));
66-
like($stderr, qr/hnsw index scan reached memory limit after \d+ tuples/);
67-
6859
done_testing();

0 commit comments

Comments
 (0)
Please sign in to comment.