Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/load/errors.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\ir fixtures.sql

SELECT format('CREATE TABLE test.actors_%s ();', n)
FROM generate_series(1, 20000) n
FROM generate_series(1, 450) n -- 500 is the upper limit for table not found error hint generation
\gexec

-- TODO add many function for fuzzy search (somehow this is making the loadtest start slow)
Loading