Skip to content

Commit 258215a

Browse files
committed
Improved test [skip ci]
1 parent fb87b6d commit 258215a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/expected/hnsw_vector.out

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,6 @@ SHOW hnsw.scan_mem_multiplier;
190190

191191
SET hnsw.scan_mem_multiplier = 0;
192192
ERROR: 0 is outside the valid range for parameter "hnsw.scan_mem_multiplier" (1 .. 1000)
193+
SET hnsw.scan_mem_multiplier = 1001;
194+
ERROR: 1001 is outside the valid range for parameter "hnsw.scan_mem_multiplier" (1 .. 1000)
193195
DROP TABLE t;

test/sql/hnsw_vector.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,6 @@ SET hnsw.max_scan_tuples = 0;
109109
SHOW hnsw.scan_mem_multiplier;
110110

111111
SET hnsw.scan_mem_multiplier = 0;
112+
SET hnsw.scan_mem_multiplier = 1001;
112113

113114
DROP TABLE t;

0 commit comments

Comments
 (0)