test: add big schema openapi test

The io test is marked as pending for now, because the stack size it
requires is too big.
This commit is contained in:
steve-chavez
2022-04-20 20:05:11 -05:00
committed by Steve Chavez
parent f4e171aa2b
commit 057e8d63bf
3 changed files with 11345 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
\ir big_schema.sql
\ir db_config.sql
set search_path to public;
CREATE ROLE postgrest_test_anonymous;
ALTER ROLE :USER SET pgrst.db_anon_role = 'postgrest_test_anonymous';